Home
last modified time | relevance | path

Searched refs:eret_op (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dsyndrome.h234 static inline uint32_t syn_erettrap(int eret_op) in syn_erettrap() argument
236 return (EC_ERETTRAP << ARM_EL_EC_SHIFT) | ARM_EL_IL | eret_op; in syn_erettrap()
/openbmc/linux/arch/mips/mm/
H A Duasm-mips.c109 [insn_eret] = {M(cop0_op, cop_op, 0, 0, 0, eret_op), 0},
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h182 rfe_op = 0x10, eret_op = 0x18, enumerator