Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c2065 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2066 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2069 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2072 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2075 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2087 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2088 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2091 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()