Home
last modified time | relevance | path

Searched refs:HYPERVISOR_update_descriptor (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c626 if (HYPERVISOR_update_descriptor(mach_lp.maddr, entry)) in xen_write_ldt_entry()
898 if (HYPERVISOR_update_descriptor(maddr.maddr, *(u64 *)desc)) in xen_write_gdt_entry()
925 if (HYPERVISOR_update_descriptor(maddr.maddr, *(u64 *)desc)) in xen_write_gdt_entry_boot()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h297 HYPERVISOR_update_descriptor(u64 ma, u64 desc) in HYPERVISOR_update_descriptor() function