Home
last modified time | relevance | path

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

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