Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/include/
HDtlb.h37 #define MAS0_ESEL(x) ((x << 16) & 0x003F0000) macro
/NextBSD/sys/powerpc/mpc85xx/
HDplatform_mpc85xx.c360 mtspr(SPR_MAS0, MAS0_TLBSEL(1) | MAS0_ESEL(i)); in mpc85xx_smp_start_cpu()
/NextBSD/sys/powerpc/booke/
HDpmap.c3019 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in tlb0_print_tlbentries()
3062 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(idx); in tlb1_write_entry()
3260 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(0); in tlb1_init()
3363 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(i); in tlb1_print_tlbentries()
3462 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in tid_flush()