Searched refs:HYPERVISOR_mmuext_op (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 238 extern int HYPERVISOR_mmuext_op(struct mmuext_op *, int, uint_t *, domid_t);
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 144 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_flush_va() 165 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_gflush_va() 180 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_flush_tlb() 196 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_gflush_tlb() 235 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_pin() 248 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_unpin()
|
H A D | hat_i86.c | 1047 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0) in hat_switch()
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 277 HYPERVISOR_mmuext_op(struct mmuext_op *req, int count, uint_t *success_count, in HYPERVISOR_mmuext_op() function
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1011 if ((err = HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) != 0) { in xen_set_ldt()
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 1087 error = HYPERVISOR_mmuext_op(kop, count, &kscount, domid); in privcmd_HYPERVISOR_mmuext_op()
|