Searched refs:PTR_TO_STACK (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c130 if (reg->type != PTR_TO_STACK) {
236 NFP_BPF_STACK != PTR_TO_STACK ||
264 reg1->type != PTR_TO_STACK &&
272 if (reg1->type == PTR_TO_STACK &&
458 reg->type != PTR_TO_STACK &&
465 if (reg->type == PTR_TO_STACK) {
H A Djit.c2876 if (meta->ptr.type == PTR_TO_STACK)
2987 if (meta->ptr.type == PTR_TO_STACK)
/linux-master/kernel/bpf/
H A Dlog.c449 [PTR_TO_STACK] = "fp",
699 if (t == PTR_TO_STACK) {
H A Dverifier.c84 * So after 2nd insn, the register R1 has type PTR_TO_STACK
93 * can be: PTR_TO_MAP_VALUE, PTR_TO_CTX, PTR_TO_STACK, PTR_TO_SOCKET. These are
104 * PTR_TO_STACK and it will be used inside the function as
131 * BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, -4), // after this insn R2 type is PTR_TO_STACK
138 * Then .arg2_type == ARG_PTR_TO_MAP_KEY and R2->type == PTR_TO_STACK, ok so far,
1022 st->type = PTR_TO_STACK; /* we don't have dedicated reg type */
2379 regs[BPF_REG_FP].type = PTR_TO_STACK;
4373 case PTR_TO_STACK:
4550 if (state != cur && reg->type == PTR_TO_STACK) {
5819 case PTR_TO_STACK
[all...]
/linux-master/include/linux/
H A Dbpf.h861 PTR_TO_STACK, /* reg == frame_pointer + offset */ enumerator in enum:bpf_reg_type

Completed in 179 milliseconds