Searched refs:GDT_ENTRY_KERNEL_DS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | segment.h | 108 #define GDT_ENTRY_KERNEL_DS 13 macro 136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) 171 #define GDT_ENTRY_KERNEL_DS 3 macro 214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | segment.h | 107 #define GDT_ENTRY_KERNEL_DS 13 macro 135 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) 173 #define GDT_ENTRY_KERNEL_DS 3 macro 216 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head64.c | 75 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head64.c | 75 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 132 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 138 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff),
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 204 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 210 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff),
|
Completed in 8 milliseconds