Searched refs:PTR_TO_STACK (Results 1 – 5 of 5) sorted by relevance
130 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()
2876 if (meta->ptr.type == PTR_TO_STACK) in mem_ldx()2987 if (meta->ptr.type == PTR_TO_STACK) in mem_stx()
507 [PTR_TO_STACK] = "fp",584 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()1413 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()2199 case PTR_TO_STACK: in is_spillable_regtype()2340 if (state != cur && reg->type == PTR_TO_STACK) { in check_stack_write_fixed_off()3211 case PTR_TO_STACK: in check_ptr_alignment()3845 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()4153 case PTR_TO_STACK: in check_helper_mem_access()4166 reg_type_str[PTR_TO_STACK]); in check_helper_mem_access()4320 PTR_TO_STACK,[all …]
1103 are PTR_TO_CTX, PTR_TO_MAP, PTR_TO_STACK. They are bounds and alignment checked.1126 If R6=PTR_TO_STACK, then access should be aligned and be within1140 Though R10 is correct read-only register and has type PTR_TO_STACK1188 PTR_TO_STACK
390 PTR_TO_STACK, /* reg == frame_pointer + offset */ enumerator