Home
last modified time | relevance | path

Searched refs:MAS0_TLBSEL_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h44 #define MAS0_TLBSEL_MASK 0x30000000 macro
46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK)
47 #define MAS0_GET_TLBSEL(mas0) (((mas0) & MAS0_TLBSEL_MASK) >> \
94 #define MAS4_TLBSEL_MASK MAS0_TLBSEL_MASK
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h44 #define MAS0_TLBSEL_MASK 0x30000000 macro
46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK)
47 #define MAS0_GET_TLBSEL(mas0) (((mas0) & MAS0_TLBSEL_MASK) >> \
94 #define MAS4_TLBSEL_MASK MAS0_TLBSEL_MASK

Completed in 3 milliseconds