Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dprobes.h19 #define IS_TWI(instr) (((instr) & 0xfc000000) == 0x0c000000) macro
23 IS_TWI(instr) || IS_TDI(instr))
25 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr))

Completed in 3 milliseconds