Home
last modified time | relevance | path

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

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