• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/

Lines Matching refs:EXT

73 #define	HNDL_ALLINTRS		EXT(hndl_allintrs)
74 #define HNDL_ALLTRAPS EXT(hndl_alltraps)
75 #define HNDL_SYSENTER EXT(hndl_sysenter)
76 #define HNDL_SYSCALL EXT(hndl_syscall)
77 #define HNDL_UNIX_SCALL EXT(hndl_unix_scall)
78 #define HNDL_MACH_SCALL EXT(hndl_mach_scall)
79 #define HNDL_MDEP_SCALL EXT(hndl_mdep_scall)
80 #define HNDL_DOUBLE_FAULT EXT(hndl_double_fault)
81 #define HNDL_MACHINE_CHECK EXT(hndl_machine_check)
282 cmpl $0, EXT(pmap_smap_enabled)(%rip)
301 cmpl $0, EXT(no_shared_cr3)(%rip)
380 movl EXT(no_shared_cr3)(%rip), %eax
436 EXT(ret32_set_ds):
438 EXT(ret32_set_es):
440 EXT(ret32_set_fs):
442 EXT(ret32_set_gs):
450 EXT(ret32_iret):
516 EXT(ret64_iret):
658 lea EXT(idt64_sysenter)(%rip), %rax
682 leaq EXT(idt64_syscall)(%rip), %rax
747 leaq EXT(ret32_iret)(%rip), %rax
750 leaq EXT(ret64_iret)(%rip), %rax
753 leaq EXT(ret32_set_ds)(%rip), %rax
756 leaq EXT(ret32_set_es)(%rip), %rax
759 leaq EXT(ret32_set_fs)(%rip), %rax
762 leaq EXT(ret32_set_gs)(%rip), %rax
963 and EXT(kernel_stack_mask)(%rip), %rax
970 and EXT(kernel_stack_mask)(%rip), %rax
1046 je EXT(return_to_user) /* branch if no AST */
1060 jmp EXT(return_to_user)
1068 jmp EXT(return_to_user)
1079 jmp EXT(return_from_trap) /* and check again (rare) */
1110 andq EXT(kernel_stack_mask)(%rip),%rcx
1165 .globl EXT(return_to_iret)
1260 je EXT(ret_to_user) /* no, nothing to do */
1290 js EXT(hndl_mach_scall) /* < 0 => mach */
1375 je EXT(hndl_mach_scall64)
1377 je EXT(hndl_unix_scall64)
1379 je EXT(hndl_mdep_scall64)
1381 je EXT(hndl_diag_scall64)
1423 jmp EXT(return_to_user) // Normal return, do not check asts...