Searched refs:GDT_ENTRY_INIT (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/kernel/cpu/ |
A D | common.c | 136 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 137 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff), 142 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff), 143 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), 152 [GDT_ENTRY_PNPBIOS_CS32] = GDT_ENTRY_INIT(0x409a, 0, 0xffff), 154 [GDT_ENTRY_PNPBIOS_CS16] = GDT_ENTRY_INIT(0x009a, 0, 0xffff), 156 [GDT_ENTRY_PNPBIOS_DS] = GDT_ENTRY_INIT(0x0092, 0, 0xffff), 158 [GDT_ENTRY_PNPBIOS_TS1] = GDT_ENTRY_INIT(0x0092, 0, 0), 160 [GDT_ENTRY_PNPBIOS_TS2] = GDT_ENTRY_INIT(0x0092, 0, 0), 172 [GDT_ENTRY_ESPFIX_SS] = GDT_ENTRY_INIT(0xc092, 0, 0xfffff), [all …]
|
/linux/arch/x86/kernel/ |
A D | head64.c | 72 [GDT_ENTRY_KERNEL32_CS] = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff), 73 [GDT_ENTRY_KERNEL_CS] = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff), 74 [GDT_ENTRY_KERNEL_DS] = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
|
A D | setup_percpu.c | 161 struct desc_struct d = GDT_ENTRY_INIT(0x8092, per_cpu_offset(cpu), in setup_percpu_segment()
|
A D | apm_32.c | 428 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
/linux/arch/x86/include/asm/ |
A D | desc_defs.h | 23 #define GDT_ENTRY_INIT(flags, base, limit) \ macro
|
/linux/drivers/pnp/pnpbios/ |
A D | bioscalls.c | 63 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
|
Completed in 21 milliseconds