cpu_has_tlbinv
#ifndef cpu_has_tlbinv
(cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0))
if (cpu_has_tlbinv)
if (cpu_has_tlbinv && entryhi & MIPS_ENTRYHI_EHINV)
if (cpu_has_tlbinv && !entry) {
if (!cpu_has_tlbinv)
BUG_ON(!cpu_has_tlbinv);