Home
last modified time | relevance | path

Searched refs:PPC44x_TLB_SIZE (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dkvm_44x.h25 #define PPC44x_TLB_SIZE 64 macro
43 struct kvmppc_44x_shadow_ref shadow_refs[PPC44x_TLB_SIZE];
46 struct kvmppc_44x_tlbe shadow_tlb[PPC44x_TLB_SIZE];
47 u8 shadow_tlb_mod[PPC44x_TLB_SIZE];
Dmmu-44x.h54 #define PPC44x_TLB_SIZE 64 macro
/arch/powerpc/mm/
D44x_mmu.c38 unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS;
/arch/powerpc/xmon/
Dxmon.c2606 for (i = 0; i < PPC44x_TLB_SIZE; i++) { in dump_tlb_44x()