Searched defs:vtophys (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Dpmap.h65 #define vtophys(va) pmap_kextract((vm_offset_t)(va)) macro
/freebsd-13-stable/sys/mips/include/
H A Dpmap.h105 #define vtophys(va) pmap_kextract(((vm_offset_t) (va))) macro
/freebsd-13-stable/sys/riscv/include/
H A Dpmap.h52 #define vtophys(va) pmap_kextract((vm_offset_t)(va)) macro
/freebsd-13-stable/sys/arm64/include/
H A Dpmap.h51 #define vtophys(va) pmap_kextract((vm_offset_t)(va)) macro
/freebsd-13-stable/sys/i386/include/
H A Dpmap.h149 #define vtophys(va) pmap_kextract((vm_offset_t)(va)) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dpmap.h329 #define vtophys(va) pmap_kextract((vm_offset_t)(va)) macro
/freebsd-13-stable/sys/amd64/include/
H A Dpmap.h316 #define vtophys(va) pmap_kextract(((vm_offset_t) (va))) macro

Completed in 140 milliseconds