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

  /src/sys/arch/amd64/include/xen/
hypercalls.h 130 HYPERVISOR_mmu_update(
  /src/sys/arch/xen/x86/
x86_xpmap.c 204 ret = HYPERVISOR_mmu_update(xpq_queue, xpq_idx, &done, DOMID_SELF);
218 panic("HYPERVISOR_mmu_update failed, ret: %d\n", ret);
450 if ((err = HYPERVISOR_mmu_update(&op, 1, &ok, dom)) < 0) {
  /src/sys/arch/i386/include/xen/
hypercalls.h 194 HYPERVISOR_mmu_update(mmu_update_t *req, int count, int *success_count,

Completed in 36 milliseconds