Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c2139 #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()
[all …]