Home
last modified time | relevance | path

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

/kernel/bpf/
Dcore.c1658 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() argument
1660 *(SIZE *)(unsigned long) (DST + insn->off) = SRC; \ in ___bpf_prog_run()
1663 *(SIZE *)(unsigned long) (DST + insn->off) = IMM; \ in ___bpf_prog_run()
1666 DST = *(SIZE *)(unsigned long) (SRC + insn->off); \ in ___bpf_prog_run()
1669 bpf_probe_read_kernel(&DST, sizeof(SIZE), \ in ___bpf_prog_run()
1671 DST = *((SIZE *)&DST); \ in ___bpf_prog_run()