Searched refs:get_cpu_gdt_table (Results 1 – 14 of 14) sorted by relevance
57 struct desc_struct *gdt = get_cpu_gdt_table((cpu)); \98 save_desc_40 = get_cpu_gdt_table(cpu)[0x40 / 8]; in call_pnp_bios()99 get_cpu_gdt_table(cpu)[0x40 / 8] = bad_bios_desc; in call_pnp_bios()137 get_cpu_gdt_table(cpu)[0x40 / 8] = save_desc_40; in call_pnp_bios()480 struct desc_struct *gdt = get_cpu_gdt_table(i); in pnpbios_calls_init()
80 gdt_descr.address = __pa(get_cpu_gdt_table(0)); in efi_call_phys_prelog()90 gdt_descr.address = (unsigned long)get_cpu_gdt_table(0); in efi_call_phys_epilog()
41 static inline struct desc_struct *get_cpu_gdt_table(unsigned int cpu) in get_cpu_gdt_table() function178 struct desc_struct *d = get_cpu_gdt_table(cpu); in __set_tss_desc()206 write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT, in native_set_ldt()247 struct desc_struct *gdt = get_cpu_gdt_table(cpu); in native_load_tls()
89 struct desc_struct *gdt_table = get_cpu_gdt_table(cpu); in setup_stack_canary_segment()
573 state->host_gdt_desc.address = (long)get_cpu_gdt_table(i); in lguest_arch_host_init()623 get_cpu_gdt_table(i)[GDT_ENTRY_LGUEST_CS] = FULL_EXEC_SEGMENT; in lguest_arch_host_init()624 get_cpu_gdt_table(i)[GDT_ENTRY_LGUEST_DS] = FULL_SEGMENT; in lguest_arch_host_init()
92 (unsigned long)get_cpu_gdt_table(smp_processor_id()); in acpi_suspend_lowlevel()
143 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()
271 write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_PER_CPU, &d, DESCTYPE_S); in vsyscall_set_cpu()
591 gdt = get_cpu_gdt_table(cpu); in __apm_bios_call()667 gdt = get_cpu_gdt_table(cpu); in __apm_bios_call_simple()2353 gdt = get_cpu_gdt_table(0); in apm_init()
709 early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu); in do_boot_cpu()
259 gdt = get_cpu_gdt_table(cpu); in cpu_initialize_context()
441 struct desc_struct *gdt = get_cpu_gdt_table(cpu); in load_TLS_descriptor()
355 gdt_descr.address = (long)get_cpu_gdt_table(cpu); in switch_to_new_gdt()