Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c2069 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2070 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2073 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2076 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2079 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2091 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2092 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2095 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()