| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 165 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 167 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 169 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 173 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 177 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 181 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 185 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 189 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start() 193 SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); in cpu_mp_start()
|
| H A D | machdep.c | 2227 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2229 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2231 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2233 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2235 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2237 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2239 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2241 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2247 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() 2249 GSEL(GCODE_SEL, SEL_KPL)); in i386_setidt1() [all …]
|
| H A D | gdb_machdep.c | 50 static uint32_t _kcodesel = GSEL(GCODE_SEL, SEL_KPL); in gdb_cpu_getreg()
|
| H A D | db_interface.c | 100 if (sel == GSEL(GCODE_SEL, SEL_KPL)) in db_segsize()
|
| H A D | genassym.c | 224 ASSYM(KCSEL, GSEL(GCODE_SEL, SEL_KPL));
|
| H A D | bios.c | 177 bios32(&args, bios32_SDCI, GSEL(GCODE_SEL, SEL_KPL)); in bios32_SDlookup()
|
| H A D | npx.c | 244 GSEL(GCODE_SEL, SEL_KPL)); in npx_probe()
|
| /f-stack/freebsd/x86/include/ |
| H A D | segments.h | 230 #define GCODE_SEL 4 /* Kernel Code Descriptor (order critical: 1) */ macro 264 #define GCODE_SEL 4 /* Kernel Code Descriptor */ macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_host.c | 143 return (GSEL(GCODE_SEL, SEL_KPL)); in vmm_get_host_codesel()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx_genassym.c | 86 ASSYM(KERNEL_CS, GSEL(GCODE_SEL, SEL_KPL));
|
| H A D | vmx.c | 978 KASSERT(gd->gd_selector == GSEL(GCODE_SEL, SEL_KPL), ("gate descriptor " in vmx_trigger_hostintr()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | gdb_machdep.c | 56 static uint32_t _kcodesel = GSEL(GCODE_SEL, SEL_KPL); in gdb_cpu_getreg()
|
| H A D | genassym.c | 246 ASSYM(KCSEL, GSEL(GCODE_SEL, SEL_KPL));
|
| H A D | machdep.c | 813 ip->gd_selector = GSEL(GCODE_SEL, SEL_KPL); in setidt() 1547 msr = ((u_int64_t)GSEL(GCODE_SEL, SEL_KPL) << 32) | in amd64_conf_fast_syscall()
|
| /f-stack/freebsd/i386/pci/ |
| H A D | pci_cfgreg.c | 115 if (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))) { in pcibios_get_version()
|
| H A D | pci_pir.c | 481 return (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))); in pci_pir_biosroute()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atpic.c | 63 #define GSEL_ATPIC GSEL(GCODE_SEL, SEL_KPL)
|
| /f-stack/freebsd/x86/x86/ |
| H A D | identcpu.c | 1260 GSEL(GCODE_SEL, SEL_KPL)); in identblue() 1268 GSEL(GCODE_SEL, SEL_KPL)); in identblue()
|
| H A D | local_apic.c | 84 #define GSEL_APIC GSEL(GCODE_SEL, SEL_KPL)
|