Searched refs:swapgs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s155 swapgs
435 swapgs
506 swapgs
544 swapgs /* switch to kernel gs (cpu_data) */
552 swapgs /* switch to kernel gs (cpu_data) */
560 swapgs /* switch to kernel gs (cpu_data) */
570 swapgs /* Kapow! get per-cpu data area */
619 swapgs /* switch to kernel gs (cpu_data) */
634 pop %rax /* restore %rax, swapgs, and continue */
635 swapgs
[all...]
H A Dstart.s403 swapgs
407 swapgs
492 swapgs
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpal_routines.c256 swapgs(); /* Save kernel's GS base */
275 swapgs(); /* Restore kernel's GS base */
H A Dpcb_native.c142 swapgs(); /* switch to user's GS context */
144 swapgs(); /* and back to kernel */
186 * - this will become the user's on the swapgs when
H A Dproc_reg.h350 static inline void swapgs(void) function
352 __asm__ volatile("swapgs");

Completed in 138 milliseconds