Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbpf.h102 BPF_READ = 1, enumerator
/linux-4.4.14/kernel/trace/
Dbpf_trace.c309 if (type != BPF_READ) in kprobe_prog_is_valid_access()
/linux-4.4.14/kernel/bpf/
Dverifier.c698 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
708 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
759 BPF_SIZE(insn->code), BPF_READ, -1); in check_xadd()
1789 BPF_SIZE(insn->code), BPF_READ, in do_check()
2122 type = BPF_READ; in convert_ctx_accesses()