Searched refs:GDT_ENTRY_INIT (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | common.c | 216 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 217 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 222 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff), 223 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), 232 [GDT_ENTRY_PNPBIOS_CS32] = GDT_ENTRY_INIT(0x409a, 0, 0xffff), 234 [GDT_ENTRY_PNPBIOS_CS16] = GDT_ENTRY_INIT(0x009a, 0, 0xffff), 236 [GDT_ENTRY_PNPBIOS_DS] = GDT_ENTRY_INIT(0x0092, 0, 0xffff), 238 [GDT_ENTRY_PNPBIOS_TS1] = GDT_ENTRY_INIT(0x0092, 0, 0), 240 [GDT_ENTRY_PNPBIOS_TS2] = GDT_ENTRY_INIT(0x0092, 0, 0), 252 [GDT_ENTRY_ESPFIX_SS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), [all …]
|
/linux-6.3-rc2/arch/x86/kernel/ |
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),
|
A D | setup_percpu.c | 109 struct desc_struct d = GDT_ENTRY_INIT(0x8092, per_cpu_offset(cpu), in setup_percpu_segment()
|
A D | apm_32.c | 429 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | desc_defs.h | 23 #define GDT_ENTRY_INIT(flags, base, limit) \ macro
|
/linux-6.3-rc2/drivers/pnp/pnpbios/ |
A D | bioscalls.c | 63 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
Completed in 13 milliseconds