Home
last modified time | relevance | path

Searched refs:IS_TW (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprobes.h16 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008) macro
22 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \
25 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dprobes.h17 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008) macro
23 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \
26 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr))

Completed in 1 milliseconds