Searched defs:sys_sysenter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/ml/
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)
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...]

Completed in 59 milliseconds