Home
last modified time | relevance | path

Searched refs:atype (Results 76 - 82 of 82) sorted by relevance

1234

/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c5912 enum bpf_attach_type atype = prog->expected_attach_type; in prog_args_trusted() local
5916 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted()
6387 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
H A Dverifier.c6370 enum bpf_access_type atype, in check_ptr_to_btf_access()
6423 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6434 if (atype != BPF_READ && !type_is_ptr_alloc_obj(reg->type)) { in check_ptr_to_btf_access()
6445 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
6509 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
6518 enum bpf_access_type atype, in check_ptr_to_map_access()
6557 if (atype != BPF_READ) { in check_ptr_to_map_access()
6565 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
7238 enum bpf_access_type atype = meta && meta->raw_mode ? BPF_WRITE : BPF_READ; in check_helper_mem_access() local
7246 atype, in check_helper_mem_access()
6367 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument
6515 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c4842 enum bpf_access_type atype __maybe_unused, in btf_struct_access()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c8286 #define BPF_APROG_SEC(string, ptype, atype) \
8287 BPF_PROG_SEC_IMPL(string, ptype, atype, true, 1, 0)
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c8753 #define SEC_DEF(sec_pfx, ptype, atype, flags, ...) { \
8756 .expected_attach_type = atype, \
/third_party/libbpf/src/
H A Dlibbpf.c9198 #define SEC_DEF(sec_pfx, ptype, atype, flags, ...) { \
9201 .expected_attach_type = atype, \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 113 milliseconds

1234