Home
last modified time | relevance | path

Searched refs:PTR_TO_INSN (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c423 [PTR_TO_INSN] = "insn", in reg_type_str()
H A Dstates.c651 case PTR_TO_INSN: in regsafe()
H A Dverifier.c6298 regs[value_regno].type = PTR_TO_INSN; in check_map_mem_read()
18023 if (dst_reg->type != PTR_TO_INSN) { in check_indirect_jump()
/linux/include/linux/
H A Dbpf.h1080 PTR_TO_INSN, /* reg points to a bpf program instruction */ enumerator