Home
last modified time | relevance | path

Searched refs:SIZEOP (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c2174 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2175 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2178 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2181 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2184 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2196 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2197 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2200 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2278 #define LOAD_ACQUIRE(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2279 case BPF_##SIZEOP: \ in ___bpf_prog_run()
[all …]