Searched refs:GDT_ENTRY_INIT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | x86-5lvl.c | 16 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 17 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff),
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 130 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 131 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 132 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 133 [GDT_ENTRY_DEFAULT_USER32_CS] = GDT_ENTRY_INIT(0xc0fb, 0, 0xfffff), 134 [GDT_ENTRY_DEFAULT_USER_DS] = GDT_ENTRY_INIT(0xc0f3, 0, 0xfffff), 135 [GDT_ENTRY_DEFAULT_USER_CS] = GDT_ENTRY_INIT(0xa0fb, 0, 0xfffff), 137 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff), 138 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), 139 [GDT_ENTRY_DEFAULT_USER_CS] = GDT_ENTRY_INIT(0xc0fa, 0, 0xfffff), 140 [GDT_ENTRY_DEFAULT_USER_DS] = GDT_ENTRY_INIT( [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 202 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 203 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 204 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 205 [GDT_ENTRY_DEFAULT_USER32_CS] = GDT_ENTRY_INIT(0xc0fb, 0, 0xfffff), 206 [GDT_ENTRY_DEFAULT_USER_DS] = GDT_ENTRY_INIT(0xc0f3, 0, 0xfffff), 207 [GDT_ENTRY_DEFAULT_USER_CS] = GDT_ENTRY_INIT(0xa0fb, 0, 0xfffff), 209 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff), 210 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), 211 [GDT_ENTRY_DEFAULT_USER_CS] = GDT_ENTRY_INIT(0xc0fa, 0, 0xfffff), 212 [GDT_ENTRY_DEFAULT_USER_DS] = GDT_ENTRY_INIT( [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | stackprotector.h | 53 [GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x18),
|
H A D | desc_defs.h | 23 #define GDT_ENTRY_INIT(flags, base, limit) \ macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head64.c | 73 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 74 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 75 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
|
H A D | setup_percpu.c | 161 struct desc_struct d = GDT_ENTRY_INIT(0x8092, per_cpu_offset(cpu), in setup_percpu_segment()
|
H A D | apm_32.c | 422 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head64.c | 73 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 74 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 75 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
|
H A D | setup_percpu.c | 109 struct desc_struct d = GDT_ENTRY_INIT(0x8092, per_cpu_offset(cpu), in setup_percpu_segment()
|
H A D | apm_32.c | 423 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | desc_defs.h | 23 #define GDT_ENTRY_INIT(flags, base, limit) \ macro
|
/kernel/linux/linux-5.10/drivers/pnp/pnpbios/ |
H A D | bioscalls.c | 63 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
H A D | bioscalls.c | 63 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
Completed in 14 milliseconds