Searched refs:max_ctx_offset (Results 1 – 5 of 5) sorted by relevance
2150 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in bpf_probe_register()
1663 u32 max_ctx_offset; member
4964 if (env->prog->aux->max_ctx_offset < off + size) in __check_ctx_access()4965 env->prog->aux->max_ctx_offset = off + size; in __check_ctx_access()7030 if (env->prog->aux->max_ctx_offset < reg->umax_value + access_size) in check_helper_mem_access()7031 env->prog->aux->max_ctx_offset = reg->umax_value + access_size; in check_helper_mem_access()
6419 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
11697 if (prog->aux->max_ctx_offset > off) in __perf_event_set_bpf_prog()