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.c325 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument
336 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_LOAD_ACQ, \ in load_acquire()
379 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument
388 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_STORE_REL, \ in store_release()
/linux/kernel/bpf/
H A Dcore.c2255 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2256 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2259 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2262 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2265 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2277 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2278 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2281 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2359 #define LOAD_ACQUIRE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2360 case BPF_##SIZEOP: \ in ___bpf_prog_run()
[all …]