Home
last modified time | relevance | path

Searched refs:bpf_rdonly_cast (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bpf_fastcall.c829 : __imm(bpf_rdonly_cast), in kfunc_bpf_rdonly_cast()
842 bpf_rdonly_cast(0, 0); in kfunc_root()
/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h66 extern void *bpf_rdonly_cast(const void *obj, __u32 btf_id) __ksym __weak;
/linux/tools/lib/bpf/
H A Dbpf_core_read.h329 extern void *bpf_rdonly_cast(const void *obj, __u32 btf_id) __ksym __weak;
338 ((typeof(type) *)bpf_rdonly_cast((ptr), bpf_core_type_id_kernel(type)))
/linux/kernel/bpf/
H A Dhelpers.c2737 __bpf_kfunc void *bpf_rdonly_cast(const void *obj__ign, u32 btf_id__k) in bpf_rdonly_cast() function
3090 BTF_ID_FLAGS(func, bpf_rdonly_cast)
H A Dverifier.c11266 BTF_ID(func, bpf_rdonly_cast) in BTF_ID()
11293 BTF_ID(func, bpf_rdonly_cast) in BTF_ID()