is_trap
if (is_trap(instr))
if (kcb->kprobe_status == KPROBE_HIT_SS && is_trap(insn)) {
return (is_trap(*insn));
if (!trap->is_trap)
trap->is_trap = true;
filter->is_trap = true;
bool is_trap;
if (is_trap(addr, __start___kcfi_traps, __stop___kcfi_traps))
found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end);