Home
last modified time | relevance | path

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

/kernel/bpf/
Dcore.c1918 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
1920 *(SIZE *)(unsigned long) (DST + insn->off) = SRC; \ in ___bpf_prog_run()
1923 *(SIZE *)(unsigned long) (DST + insn->off) = IMM; \ in ___bpf_prog_run()
1926 DST = *(SIZE *)(unsigned long) (SRC + insn->off); \ in ___bpf_prog_run()
1929 bpf_probe_read_kernel(&DST, sizeof(SIZE), \ in ___bpf_prog_run()
1931 DST = *((SIZE *)&DST); \ in ___bpf_prog_run()