Searched refs:max_ctx_offset (Results 1 – 7 of 7) sorted by relevance
129 .max_ctx_offset = (u32)8,
732 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()1486 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
1375 u32 max_ctx_offset; member
2365 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in __bpf_probe_register()
5507 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
5325 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()5326 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
10516 if (prog->aux->max_ctx_offset > off) in perf_event_set_bpf_prog()