Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/
H A 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()
H A Djit.c2876 if (meta->ptr.type == PTR_TO_STACK) in mem_ldx()
2987 if (meta->ptr.type == PTR_TO_STACK) in mem_stx()
/linux-6.15/kernel/bpf/
H A Dlog.c449 [PTR_TO_STACK] = "fp", in reg_type_str()
699 if (t == PTR_TO_STACK) { in print_reg_state()
H A Dverifier.c4852 case PTR_TO_STACK: in is_spillable_regtype()
6389 case PTR_TO_STACK: in check_ptr_alignment()
8093 case PTR_TO_STACK: in check_helper_mem_access()
9021 PTR_TO_STACK,
9071 PTR_TO_STACK,
9302 case PTR_TO_STACK: in check_func_arg_reg_off()
9468 if (key->type != PTR_TO_STACK) in get_constant_map_key()
13972 case PTR_TO_STACK: in retrieve_ptr_limit()
14257 case PTR_TO_STACK: in sanitize_check_bounds()
14333 case PTR_TO_STACK: in adjust_ptr_min_max_vals()
[all …]
/linux-6.15/Documentation/bpf/
H A Dverifier.rst48 are PTR_TO_CTX, PTR_TO_MAP, PTR_TO_STACK. They are bounds and alignment checked.
71 If R6=PTR_TO_STACK, then access should be aligned and be within
85 Though R10 is correct read-only register and has type PTR_TO_STACK
134 PTR_TO_STACK
/linux-6.15/include/linux/
H A Dbpf.h924 PTR_TO_STACK, /* reg == frame_pointer + offset */ enumerator