Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/include/
H A Dtlb.h37 #define MAS0_ESEL(x) ((x << 16) & 0x003F0000) macro
/freebsd-14.2/sys/powerpc/booke/
H A Dpmap.c2549 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(slot); in tlb1_read_entry()
2628 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(idx); in tlb1_write_entry_int()
2834 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(0); in tlb1_init()
3072 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in DB_SHOW_COMMAND()
3105 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(i); in DB_SHOW_COMMAND()
H A Dpmap_32.c982 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in tid_flush()