Lines Matching refs:SIZEOP
2139 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2140 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2143 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2146 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2149 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2161 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2162 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2165 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2243 #define LOAD_ACQUIRE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2244 case BPF_##SIZEOP: \ in ___bpf_prog_run()
2261 #define STORE_RELEASE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2262 case BPF_##SIZEOP: \ in ___bpf_prog_run()