Searched defs:pmap_phys_address (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/sun3/include/
H A Dpmap3x.h54 #define pmap_phys_address(addr) (addr) macro
H A Dpmap3.h65 #define pmap_phys_address(addr) (addr) macro
/netbsd-current/sys/arch/sun2/include/
H A Dpmap.h65 #define pmap_phys_address(addr) (addr) macro
/netbsd-current/sys/arch/m68k/include/
H A Dpmap_coldfire.h72 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/x86/include/
H A Dpmap.h88 #define pmap_phys_address(ppn) (x86_ptob(ppn) & ~X86_MMAP_FLAG_MASK) macro
/netbsd-current/sys/arch/mips/include/
H A Dpmap.h245 #define pmap_phys_address(x) mips_ptob(x) macro
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dpmap.h80 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/vax/include/
H A Dpmap.h234 #define pmap_phys_address(phys) ((u_int)(phys) << PGSHIFT) macro
/netbsd-current/sys/arch/sparc64/include/
H A Dpmap.h195 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/powerpc/include/ibm4xx/
H A Dpmap.h163 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/riscv/include/
H A Dpmap.h96 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/hppa/include/
H A Dpmap.h153 #define pmap_phys_address(ppn) ((ppn) << PAGE_SHIFT) macro
/netbsd-current/sys/arch/sparc/include/
H A Dpmap.h263 #define pmap_phys_address(x) (x) macro
/netbsd-current/sys/arch/sh3/sh3/
H A Dpmap.c898 pmap_phys_address(paddr_t cookie) function
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dpmap.h187 #define pmap_phys_address(ppn) (ppn & ~POWERPC_MMAP_FLAG_MASK) macro
/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c1407 pmap_phys_address(paddr_t cookie) function
/netbsd-current/sys/arch/aarch64/include/
H A Dpmap.h228 #define pmap_phys_address(pa) aarch64_ptob((pa)) macro
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c2521 pmap_phys_address(paddr_t ppn) function
/netbsd-current/sys/arch/m68k/m68k/
H A Dpmap_motorola.c2028 pmap_phys_address(paddr_t ppn) function
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpmap.h340 #define pmap_phys_address(ppn) (arm_ptob((ppn))) macro
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2910 pmap_phys_address(paddr_t ppn) function

Completed in 247 milliseconds