Home
last modified time | relevance | path

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

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