Home
last modified time | relevance | path

Searched refs:HYPERVISOR_mmu_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/xen/
Dmmu.c141 err = HYPERVISOR_mmu_update(&mmu_update[index], in do_remap_pfn()
Dsetup.c302 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables()
Dmmu_pv.c284 HYPERVISOR_mmu_update(&u, 1, NULL, DOMID_SELF); in __xen_set_pte()
/Linux-v4.19/arch/x86/include/asm/xen/
Dhypercall.h239 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update() function