Searched refs:SIZEOP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | arena_atomics.c | 319 #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 D | core.c | 2116 #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 …]
|