Searched defs:pmap_page_is_mapped (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h154 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h167 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h165 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h157 #define pmap_page_is_mapped(m) (!LIST_EMPTY(&(m)->md.mdpg_pvoh)) macro
210 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) macro
/freebsd-11-stable/sys/arm/include/
H A Dpmap-v4.h107 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) macro
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c2087 pmap_page_is_mapped(vm_page_t m) function
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c4516 pmap_page_is_mapped(vm_page_t m) function
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c5739 pmap_page_is_mapped(vm_page_t m) function
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c5947 pmap_page_is_mapped(vm_page_t m) function

Completed in 297 milliseconds