Lines Matching defs:SIZEOP
2174 #define LDST(SIZEOP, SIZE) \
2175 STX_MEM_##SIZEOP: \
2178 ST_MEM_##SIZEOP: \
2181 LDX_MEM_##SIZEOP: \
2184 LDX_PROBE_MEM_##SIZEOP: \
2196 #define LDSX(SIZEOP, SIZE) \
2197 LDX_MEMSX_##SIZEOP: \
2200 LDX_PROBE_MEMSX_##SIZEOP: \
2278 #define LOAD_ACQUIRE(SIZEOP, SIZE) \
2279 case BPF_##SIZEOP: \
2296 #define STORE_RELEASE(SIZEOP, SIZE) \
2297 case BPF_##SIZEOP: \