Searched refs:gdt_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/boot/
H A Dpm.c60 struct gdt_ptr { struct
79 /* Xen HVM incorrectly stores a pointer to the gdt_ptr, instead
80 of the gdt_ptr contents. Thus, make it static so it will
83 static struct gdt_ptr gdt;
96 static const struct gdt_ptr null_idt = {0, 0};
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c76 struct desc_ptr gdt_ptr; local
88 native_store_gdt(&gdt_ptr);
91 gdt = (struct desc_struct *)((void *)(gdt_ptr.address));
128 input->vp_context.gdtr.limit = gdt_ptr.size;
129 input->vp_context.gdtr.base = gdt_ptr.address;

Completed in 82 milliseconds