Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/mm/nohash/
Dtlb.c483 if ((tlb1cfg & TLBnCFG_IND) && (tlb0cfg & TLBnCFG_PT)) in setup_page_sizes()
526 (tlb0cfg & TLBnCFG_PT) == 0) in setup_page_sizes()
/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h177 #define TLBnCFG_PT 0x00040000 /* Can load from page table */ macro
/linux-5.19.10/arch/powerpc/kvm/
De500_mmu.c891 vcpu->arch.tlbcfg[0] &= ~TLBnCFG_PT; in vcpu_mmu_init()