Lines Matching refs:SIZEOP
2166 #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()
2288 #define STORE_RELEASE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2289 case BPF_##SIZEOP: \ in ___bpf_prog_run()