Searched refs:GDT_ENTRY_KERNEL_CS (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | segment.h | 107 #define GDT_ENTRY_KERNEL_CS 12 macro 135 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) 170 #define GDT_ENTRY_KERNEL_CS 2 macro 213 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8)
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | x86-5lvl.c | 17 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff),
|
/Linux-v6.6/arch/x86/kernel/ |
D | head64.c | 74 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff),
|
/Linux-v6.6/arch/x86/kernel/cpu/ |
D | common.c | 203 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 209 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff),
|