Searched refs:get_cpu_gdt_table (Results 1 – 12 of 12) sorted by relevance
52 gdt_descr.address = __pa(get_cpu_gdt_table(0)); in efi_call_phys_prelog()61 gdt_descr.address = (unsigned long)get_cpu_gdt_table(0); in efi_call_phys_epilog()
88 struct desc_struct *gdt_table = get_cpu_gdt_table(cpu); in setup_stack_canary_segment()
47 static inline struct desc_struct *get_cpu_gdt_table(unsigned int cpu) in get_cpu_gdt_table() function176 struct desc_struct *d = get_cpu_gdt_table(cpu); in __set_tss_desc()204 write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT, in native_set_ldt()246 struct desc_struct *gdt = get_cpu_gdt_table(cpu); in native_load_tls()
102 (unsigned long)get_cpu_gdt_table(smp_processor_id()); in acpi_suspend_lowlevel()
146 get_cpu_gdt_table(cpu)[GDT_ENTRY_TSS].type = 9; in fix_processor_context()
162 write_gdt_entry(get_cpu_gdt_table(cpu), in setup_percpu_segment()
308 write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_PER_CPU, &d, DESCTYPE_S); in vsyscall_set_cpu()
589 gdt = get_cpu_gdt_table(cpu); in __apm_bios_call()665 gdt = get_cpu_gdt_table(cpu); in __apm_bios_call_simple()2347 gdt = get_cpu_gdt_table(0); in apm_init()
714 early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu); in do_boot_cpu()
296 gdt = get_cpu_gdt_table(cpu); in cpu_initialize_context()
560 struct desc_struct *gdt = get_cpu_gdt_table(cpu); in load_TLS_descriptor()
377 gdt_descr.address = (long)get_cpu_gdt_table(cpu); in switch_to_new_gdt()