Home
last modified time | relevance | path

Searched refs:cpu_switch_load_gs (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dmd_var.h58 void cpu_switch_load_gs(void) __asm(__STRING(cpu_switch_load_gs));
/f-stack/freebsd/i386/i386/
H A Dswtch.s278 .globl cpu_switch_load_gs
279 cpu_switch_load_gs: label
H A Dtrap.c295 frame->tf_eip != (int)cpu_switch_load_gs) in trap()
527 if (frame->tf_eip == (int)cpu_switch_load_gs) { in trap()