Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c130 if (reg->type != PTR_TO_STACK) { in nfp_bpf_stack_arg_ok()
236 NFP_BPF_STACK != PTR_TO_STACK || in nfp_bpf_check_helper_call()
264 reg1->type != PTR_TO_STACK && in nfp_bpf_check_helper_call()
272 if (reg1->type == PTR_TO_STACK && in nfp_bpf_check_helper_call()
458 reg->type != PTR_TO_STACK && in nfp_bpf_check_ptr()
465 if (reg->type == PTR_TO_STACK) { in nfp_bpf_check_ptr()
Djit.c2876 if (meta->ptr.type == PTR_TO_STACK) in mem_ldx()
2987 if (meta->ptr.type == PTR_TO_STACK) in mem_stx()
/Linux-v5.15/kernel/bpf/
Dverifier.c556 [PTR_TO_STACK] = "fp",
634 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()
1518 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()
2563 case PTR_TO_STACK: in is_spillable_regtype()
2705 if (state != cur && reg->type == PTR_TO_STACK) { in check_stack_write_fixed_off()
3593 case PTR_TO_STACK: in check_ptr_alignment()
4236 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()
4592 case PTR_TO_STACK: in check_helper_mem_access()
4605 reg_type_str[PTR_TO_STACK]); in check_helper_mem_access()
4830 PTR_TO_STACK,
[all …]
/Linux-v5.15/Documentation/networking/
Dfilter.rst1153 are PTR_TO_CTX, PTR_TO_MAP, PTR_TO_STACK. They are bounds and alignment checked.
1176 If R6=PTR_TO_STACK, then access should be aligned and be within
1190 Though R10 is correct read-only register and has type PTR_TO_STACK
1238 PTR_TO_STACK
/Linux-v5.15/include/linux/
Dbpf.h422 PTR_TO_STACK, /* reg == frame_pointer + offset */ enumerator