HomeSort by: relevance | last modified time | path
    Searched defs:PMAP_COUNTER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/pmap/
pmap.h 325 #define PMAP_COUNTER(name, desc) \
  /src/sys/arch/aarch64/aarch64/
pmap.c 104 #define PMAP_COUNTER(name, desc) \
109 PMAP_COUNTER(pdp_alloc_boot, "page table page allocate (uvm_pageboot_alloc)");
110 PMAP_COUNTER(pdp_alloc, "page table page allocate (uvm_pagealloc)");
111 PMAP_COUNTER(pdp_free, "page table page free (uvm_pagefree)");
113 PMAP_COUNTER(pv_enter, "pv_entry fill");
114 PMAP_COUNTER(pv_remove_dyn, "pv_entry free and unlink dynamic");
115 PMAP_COUNTER(pv_remove_emb, "pv_entry clear embedded");
116 PMAP_COUNTER(pv_remove_nopv, "no pv_entry found when removing pv");
118 PMAP_COUNTER(activate, "pmap_activate call");
119 PMAP_COUNTER(deactivate, "pmap_deactivate call")
    [all...]

Completed in 13 milliseconds