Lines Matching refs:exec_domain
23 static struct exec_domain *exec_domains = &default_exec_domain;
34 struct exec_domain default_exec_domain = {
70 if (current->exec_domain->handler != default_handler) in default_handler()
71 current->exec_domain->handler(segment, regp); in default_handler()
76 static struct exec_domain *
79 struct exec_domain * ep; in lookup_exec_domain()
112 register_exec_domain(struct exec_domain *ep) in register_exec_domain()
114 struct exec_domain *tmp; in register_exec_domain()
139 unregister_exec_domain(struct exec_domain *ep) in unregister_exec_domain()
141 struct exec_domain **epp; in unregister_exec_domain()
162 struct exec_domain *ep, *oep; in __set_personality()
165 if (ep == current->exec_domain) { in __set_personality()
193 oep = current->exec_domain; in __set_personality()
194 current->exec_domain = ep; in __set_personality()
205 struct exec_domain *ep; in get_exec_domain_list()