Searched refs:HYPERVISOR_mmu_update (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 126 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()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 207 extern int HYPERVISOR_mmu_update(mmu_update_t *, int, int *, domid_t);
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 58 HYPERVISOR_mmu_update(mmu_update_t *req, int count, int *success_count, in HYPERVISOR_mmu_update() function
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 2211 if (HYPERVISOR_mmu_update(t, cnt, &count, DOMID_SELF)) in x86pte_cas() 2269 if (HYPERVISOR_mmu_update(t, 1, &count, DOMID_SELF)) in x86pte_inval()
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 185 error = HYPERVISOR_mmu_update(kreq, count, &kscount, domid); in privcmd_HYPERVISOR_mmu_update()
|
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 396 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 1672 if (HYPERVISOR_mmu_update(t, 2, &mmu_update_return, in relocate_boot_archive()
|