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