Searched refs:is_trap (Results 1 - 8 of 8) sorted by relevance

/linux-master/kernel/
H A Dcfi.c34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) function
78 found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end);
96 if (is_trap(addr, __start___kcfi_traps, __stop___kcfi_traps))
/linux-master/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
/linux-master/arch/powerpc/kernel/
H A Duprobes.c28 return (is_trap(*insn));
H A Dkprobes.c336 if (is_trap(instr))
354 if (kcb->kprobe_status == KPROBE_HIT_SS && is_trap(insn)) {
/linux-master/include/soc/mscc/
H A Docelot_vcap.h697 bool is_trap; member in struct:ocelot_vcap_filter
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c315 filter->is_trap = true;
H A Docelot.c1435 trap->is_trap = true;
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c327 if (!trap->is_trap)

Completed in 159 milliseconds