Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dextable.h31 int err_opcode; /* sample opcode with register which holds error code */ member
59 a->err_opcode = b->err_opcode; in swap_ex_entry_fixup()
60 b->err_opcode = tmp.err_opcode; in swap_ex_entry_fixup()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h190 u64 err_opcode:8; member
221 u64 err_opcode:8;
H A Dnicvf_main.c790 if (cqe_rx->err_level || cqe_rx->err_opcode) { in nicvf_rcv_pkt_handler()
/linux/arch/parisc/mm/
H A Dfault.c158 int fault_error_reg = fix->err_opcode & 0x1f; in fixup_exception()