Home
last modified time | relevance | path

Searched refs:VPECONTROL_EXCPT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h109 #define VPECONTROL_EXCPT (_ULCAST_(0x7) << VPECONTROL_EXCPT_SHIFT) macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c1616 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT) in do_mt()