Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c319 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument
330 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_LOAD_ACQ, \ in load_acquire()
370 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument
379 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_STORE_REL, \ in store_release()
/linux-6.15/kernel/bpf/
H A Dcore.c2116 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2117 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2120 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2123 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2126 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2138 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2139 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2142 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2220 #define LOAD_ACQUIRE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2221 case BPF_##SIZEOP: \ in ___bpf_prog_run()
[all …]