Home
last modified time | relevance | path

Searched defs:is_trap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dprobes.h23 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ macro
26 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) macro
/openbmc/linux/kernel/
H A Dcfi.c34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap() function
/openbmc/linux/include/soc/mscc/
H A Docelot_vcap.h697 bool is_trap; member