Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dtlb.h37 #define MAS0_ESEL(x) ((x << 16) & 0x003F0000) macro
/freebsd/sys/powerpc/booke/
H A Dpmap.c2563 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(slot); in tlb1_read_entry()
2642 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(idx); in tlb1_write_entry_int()
2855 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(0); in tlb1_init()
3093 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in DB_SHOW_COMMAND()
3126 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(i); in DB_SHOW_COMMAND()
H A Dpmap_32.c969 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in tid_flush()