Home
last modified time | relevance | path

Searched refs:MIPS_ENTRYHI_EHINV (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dtlb.h10 (cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0))
H A Dmipsregs.h250 #define MIPS_ENTRYHI_EHINV (_ULCAST_(1) << 10) macro
/openbmc/linux/arch/mips/lib/
H A Ddump_tlb.c116 if (cpu_has_tlbinv && entryhi & MIPS_ENTRYHI_EHINV) in dump_tlb()
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c757 uasm_i_ori(p, ptr, ptr, MIPS_ENTRYHI_EHINV); in build_huge_handler_tail()
761 uasm_i_xori(p, ptr, ptr, MIPS_ENTRYHI_EHINV); in build_huge_handler_tail()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h190 #define MIPS_ENTRYHI_EHINV (_ULCAST_(1) << 10) macro