Home
last modified time | relevance | path

Searched refs:TLBCFG_NENTRY_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dspr.h792 #define TLBCFG_NENTRY_MASK 0x00000fff /* Number of entries in TLB */ macro
/freebsd/sys/powerpc/booke/
H A Dlocore.S766 andi. %r3, %r3, TLBCFG_NENTRY_MASK@l
H A Dpmap.c522 tlb0_entries = tlb0_cfg & TLBCFG_NENTRY_MASK; in tlb0_get_tlbconf()
534 tlb1_entries = tlb1_cfg & TLBCFG_NENTRY_MASK; in tlb1_get_tlbconf()