Home
last modified time | relevance | path

Searched refs:copy_gdt (Results 1 – 3 of 3) sorted by relevance

/drivers/lguest/
Dsegments.c165 void copy_gdt(const struct lg_cpu *cpu, struct desc_struct *gdt) in copy_gdt() function
Dlg.h179 void copy_gdt(const struct lg_cpu *cpu, struct desc_struct *gdt);
/drivers/lguest/x86/
Dcore.c123 copy_gdt(cpu, pages->state.guest_gdt); in copy_in_guest_info()