Home
last modified time | relevance | path

Searched refs:MIPS_MAAR_ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dmaar.h44 BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4))); in write_maar_pair()
46 || ((upper & ~0xffffull) & ~(MIPS_MAAR_ADDR << 4))); in write_maar_pair()
57 write_c0_maar(((upper >> 4) & MIPS_MAAR_ADDR) | attrs); in write_maar_pair()
H A Dmipsregs.h789 #define MIPS_MAAR_ADDR GENMASK_ULL(55, 12) macro
/openbmc/linux/arch/mips/mm/
H A Dinit.c376 lower = (lower & MIPS_MAAR_ADDR) << 4; in maar_init()
377 upper = ((upper & MIPS_MAAR_ADDR) << 4) | 0xffff; in maar_init()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h587 #define MIPS_MAAR_ADDR ((BIT_ULL(BITS_PER_LONG - 12) - 1) << 12) macro