Home
last modified time | relevance | path

Searched refs:cast_user (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h47 cast_user(first); in list_add_head()
53 cast_user(tmp); in list_add_head()
56 cast_user(n); in list_add_head()
60 cast_user(tmp); in list_add_head()
70 cast_user(next); in __list_del()
74 cast_user(pprev); in __list_del()
H A Dbpf_arena_common.h39 #define cast_user(ptr) /* nop for bpf prog. emitted by LLVM */ macro
44 #define cast_user(ptr) bpf_addr_space_cast(ptr, 1, 0) macro
59 #define cast_user(ptr) /* nop for user space */ macro
H A Dbpf_arena_htab.h97 cast_user(buckets); in htab_init()
/linux/tools/sched_ext/include/scx/
H A Dbpf_arena_common.bpf.h23 #define cast_user(ptr) /* nop for bpf prog. emitted by LLVM */
32 * with cast_kern() and cast_user(). E.g., in the Linux kernel tree,
35 * cast_kern() and cast_user() for compatibility with older LLVM toolchains.
80 #define cast_user(ptr) bpf_addr_space_cast(ptr, 1, 0)
21 #define cast_user( global() macro
78 #define cast_user( global() macro
H A Dbpf_arena_common.h19 #define cast_user(ptr) /* nop for user space */ macro
/linux/tools/testing/selftests/bpf/progs/
H A Darena_htab.c51 cast_user(htab); in arena_htab_llvm()