HomeSort by: relevance | last modified time | path
    Searched refs:HYPERVISOR_mmuext_op (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/x86/
x86_xpmap.c 262 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
275 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
288 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
303 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
315 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
339 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
357 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
371 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
389 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0)
403 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0
    [all...]
  /src/sys/arch/amd64/include/xen/
hypercalls.h 137 HYPERVISOR_mmuext_op(
  /src/sys/arch/i386/include/xen/
hypercalls.h 208 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, int *success_count,

Completed in 12 milliseconds