Searched refs:MAS0_TLBSEL (Results 1 – 6 of 6) sorted by relevance
27 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc()54 _mas0 = MAS0_TLBSEL(1) | in setup_ifc()107 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13); in cpu_init_early_f()133 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9); in cpu_init_early_f()
296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
458 oris r5, r5, MAS0_TLBSEL(1)@h823 lis r0, MAS0_TLBSEL(1)@h861 lis r0, MAS0_TLBSEL(1)@h954 lis r0, MAS0_TLBSEL(1)@h969 lis r0, MAS0_TLBSEL(1)@h
212 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) macro426 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)445 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
39 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()