HomeSort by: relevance | last modified time | path
    Searched refs:TLBCFG_MINSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/include/booke/
spr.h 487 #define TLBCFG_MINSIZE(n) (((n) >> 20) & 0x0f) /* minpagesize */
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 733 const uint32_t minsize = 1U << (2 * TLBCFG_MINSIZE(tlbcfg));
  /src/sys/arch/powerpc/booke/
e500_tlb.c 915 tlb1->tlb1_minsize = 1024 << (2 * TLBCFG_MINSIZE(tlb1cfg));

Completed in 17 milliseconds