Searched refs:max_ctx_offset (Results 1 – 7 of 7) sorted by relevance
129 .max_ctx_offset = (u32)8,
866 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()1618 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
2313 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in __bpf_probe_register()
1131 u32 max_ctx_offset; member
5126 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
4014 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()4015 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
10280 if (prog->aux->max_ctx_offset > off) in perf_event_set_bpf_prog()