Home
last modified time | relevance | path

Searched refs:INSN_F_DST_REG_STACK (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbacktrack.c575 if (!hist || !(hist->flags & INSN_F_DST_REG_STACK)) in backtrack_insn()
H A Dverifier.c16842 insn_flags |= INSN_F_DST_REG_STACK; in check_cond_jmp_op()
16850 insn_flags |= INSN_F_DST_REG_STACK; in check_cond_jmp_op()
/linux/include/linux/
H A Dbpf_verifier.h417 INSN_F_DST_REG_STACK = BIT(1), /* dst_reg is PTR_TO_STACK */ enumerator