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

  /src/sys/arch/xen/x86/
x86_xpmap.c 136 static mmu_update_t xpq_queue_array[MAXCPUS][XPQUEUE_SIZE];
194 mmu_update_t *xpq_queue;
234 mmu_update_t *xpq_queue = xpq_queue_array[curcpu()->ci_cpuid];
245 mmu_update_t *xpq_queue = xpq_queue_array[curcpu()->ci_cpuid];
435 mmu_update_t op;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h 204 * @reqs is an array of mmu_update_t structures ((ptr, val) pairs).
599 typedef struct mmu_update mmu_update_t; typedef in typeref:struct:mmu_update
600 DEFINE_XEN_GUEST_HANDLE(mmu_update_t);
  /src/sys/arch/amd64/include/xen/
hypercalls.h 131 mmu_update_t *req, int count, int *success_count, domid_t domid)
  /src/sys/arch/i386/include/xen/
hypercalls.h 194 HYPERVISOR_mmu_update(mmu_update_t *req, int count, int *success_count,

Completed in 15 milliseconds