Home
last modified time | relevance | path

Searched refs:MAJOR_OP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstacktrace.c6 #define MAJOR_OP 0xfc000000 macro
26 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstacktrace.c6 #define MAJOR_OP 0xfc000000 macro
26 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dunaligned.c106 #define MAJOR_OP(i) (((i)>>26)&0x3f) macro
467 switch (MAJOR_OP(regs->iir)) in handle_unaligned()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dunaligned.c94 #define MAJOR_OP(i) (((i)>>26)&0x3f) macro
402 switch (MAJOR_OP(regs->iir)) in handle_unaligned()

Completed in 3 milliseconds