Home
last modified time | relevance | path

Searched refs:SPRN_TLB1CFG (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/mm/nohash/
H A De500.c147 max_cam = ((mfspr(SPRN_TLB1CFG) >> 16) & 0xf) * 2 + 10; in calc_cam_sz()
217 get_paca()->tcd.esel_max = mfspr(SPRN_TLB1CFG) & TLBnCFG_N_ENTRY; in map_mem_in_cams_addr()
H A De500_hugetlbpage.c82 ncams = mfspr(SPRN_TLB1CFG) & TLBnCFG_N_ENTRY; in tlb1_next()
/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S46 mfspr r9,SPRN_TLB1CFG
H A Dhead_85xx.S724 mfspr r16, SPRN_TLB1CFG
1118 mfspr r3,SPRN_TLB1CFG
H A Dsmp.c708 = (mfspr(SPRN_TLB1CFG) & TLBnCFG_N_ENTRY) - 1; in smp_store_cpu_info()
H A Dexceptions-64e.S1094 mfspr r4,SPRN_TLB1CFG
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h149 #define SPRN_TLB1CFG 0x2B1 /* TLB 1 Config Register */ macro
/linux/arch/powerpc/kvm/
H A De500_emulate.c365 case SPRN_TLB1CFG: in kvmppc_core_emulate_mfspr_e500()
H A De500_mmu_host.c717 host_tlb_params[1].entries = mfspr(SPRN_TLB1CFG) & TLBnCFG_N_ENTRY; in e500_mmu_host_init()
H A De500_mmu.c878 vcpu->arch.tlbcfg[1] = mfspr(SPRN_TLB1CFG) & in vcpu_mmu_init()