Home
last modified time | relevance | path

Searched refs:SIZEOP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c321 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument
332 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_LOAD_ACQ, \ in load_acquire()
373 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument
382 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_STORE_REL, \ in store_release()
/linux/kernel/bpf/
H A Dcore.c2166 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2167 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2170 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2173 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2176 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2188 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2189 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2192 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2270 #define LOAD_ACQUIRE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2271 case BPF_##SIZEOP: \ in ___bpf_prog_run()
[all …]