Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/xen/
Dhypercall.h217 #define HYPERVISOR_mmu_update(req, count, success_count, domid) ({ BUG(); 0; }) macro
/linux-3.4.99/arch/x86/include/asm/xen/
Dhypercall.h230 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update() function
/linux-3.4.99/arch/x86/xen/
Dmmu.c2377 if (HYPERVISOR_mmu_update(mmu_update, batch, NULL, domid) < 0) in xen_remap_domain_mfn_range()