Home
last modified time | relevance | path

Searched defs:TLBHI_ENTRY (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dpte.h117 #define TLBHI_ENTRY(va, asid) ((TLBHI_VA_R((va))) /* Region. */ | \ macro
122 #define TLBHI_ENTRY(va, asid) (((va) & ~TLBHI_PAGE_MASK) | ((asid) & TLBHI_ASID_MASK)) macro