Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/lib/
Dstacktrace.c6 #define MAJOR_OP 0xfc000000 macro
26 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
/linux-6.1.9/arch/parisc/kernel/
Dunaligned.c92 #define MAJOR_OP(i) (((i)>>26)&0x3f) macro
404 switch (MAJOR_OP(regs->iir)) in handle_unaligned()