Searched refs:sys_sysenter (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h95 extern void sys_sysenter();
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c511 (pc == (greg_t)sys_sysenter || pc == (greg_t)brand_sys_sysenter))
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s148 * b) For sys_sysenter the return address is in %rdx.
928 * - %rip is pointing to sys_sysenter (below).
944 * explicitly clears the flag and executes the sys_sysenter routine.
948 * sys_sysenter. If we enter at brand_sys_sysenter and start single-stepping
950 * sys_sysenter. kmdb cannot distinguish between that valid single-step
952 * simply add a jump over the instruction at sys_sysenter to make it
958 sys_sysenter()
968 * Jump over sys_sysenter to allow single-stepping as described
973 ALTENTRY(sys_sysenter) function
1157 SET_SIZE(sys_sysenter)
[all...]
H A Dsyscall_asm.s504 * - %eip is pointing to sys_sysenter (below).
527 * explicitly clears the flag and executes the sys_sysenter routine.
531 * sys_sysenter. If we enter at brand_sys_sysenter and start single-stepping
533 * sys_sysenter. kmdb cannot distinguish between that valid single-step
535 * simply add a jump over the instruction at sys_sysenter to make it
541 sys_sysenter()
551 * Jump over sys_sysenter to allow single-stepping as described
556 ALTENTRY(sys_sysenter) function
632 SET_SIZE(sys_sysenter)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1107 if (rp->r_pc == (uintptr_t)sys_sysenter ||
1118 if (rp->r_pc == (uintptr_t)sys_sysenter)
H A Dmp_startup.c244 wrmsr(MSR_INTC_SEP_EIP, (uint64_t)(uintptr_t)sys_sysenter);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c1392 wrmsr(MSR_INTC_SEP_EIP, (uintptr_t)sys_sysenter);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s160 leaq sys_sysenter(%rip), %r11

Completed in 75 milliseconds