Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dcore.c2060 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2061 STX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2064 ST_MEM_##SIZEOP: \ in ___bpf_prog_run()
2067 LDX_MEM_##SIZEOP: \ in ___bpf_prog_run()
2070 LDX_PROBE_MEM_##SIZEOP: \ in ___bpf_prog_run()
2082 #define LDSX(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
2083 LDX_MEMSX_##SIZEOP: \ in ___bpf_prog_run()
2086 LDX_PROBE_MEMSX_##SIZEOP: \ in ___bpf_prog_run()