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

  /src/sys/uvm/pmap/
vmpagemd.h 106 #define VM_PAGEMD_PVLIST_LOCK(mdpg) pmap_pvlist_lock(mdpg, 1)
107 #define VM_PAGEMD_PVLIST_READLOCK(mdpg) pmap_pvlist_lock(mdpg, 0)
127 pmap_pvlist_lock(struct vm_page_md *mdpg, uintptr_t increment) function in typeref:typename:uintptr_t
vmpagemd.h 106 #define VM_PAGEMD_PVLIST_LOCK(mdpg) pmap_pvlist_lock(mdpg, 1)
107 #define VM_PAGEMD_PVLIST_READLOCK(mdpg) pmap_pvlist_lock(mdpg, 0)
127 pmap_pvlist_lock(struct vm_page_md *mdpg, uintptr_t increment) function in typeref:typename:uintptr_t
vmpagemd.h 106 #define VM_PAGEMD_PVLIST_LOCK(mdpg) pmap_pvlist_lock(mdpg, 1)
107 #define VM_PAGEMD_PVLIST_READLOCK(mdpg) pmap_pvlist_lock(mdpg, 0)
127 pmap_pvlist_lock(struct vm_page_md *mdpg, uintptr_t increment) function in typeref:typename:uintptr_t

Completed in 62 milliseconds