Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c126 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval()
447 if (HYPERVISOR_mmu_update(&t, 1, &mmu_update_return, DOMID_SELF)) in reassign_pfn()
/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h207 extern int HYPERVISOR_mmu_update(mmu_update_t *, int, int *, domid_t);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c59 HYPERVISOR_mmu_update(mmu_update_t *req, int count, int *success_count, in HYPERVISOR_mmu_update() function
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c2181 if (HYPERVISOR_mmu_update(t, cnt, &count, DOMID_SELF)) in x86pte_cas()
2239 if (HYPERVISOR_mmu_update(t, 1, &count, DOMID_SELF)) in x86pte_inval()
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c185 error = HYPERVISOR_mmu_update(kreq, count, &kscount, domid); in privcmd_HYPERVISOR_mmu_update()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c413 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1971 if (HYPERVISOR_mmu_update(t, 2, &mmu_update_return, in relocate_boot_archive()