Home
last modified time | relevance | path

Searched refs:mips1_tlbpfn_to_paddr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dmips1_pte.h96 #define mips1_tlbpfn_to_paddr(x) ((x) & MIPS1_PG_FRAME) macro
H A Dpte.h90 #define mips_tlbpfn_to_paddr(x) mips1_tlbpfn_to_paddr((vaddr_t)(x))
244 return (mips1_tlbpfn_to_paddr(pfn)); in mips_tlbpfn_to_paddr()