Searched refs:max_ctx_offset (Results 1 – 7 of 7) sorted by relevance
129 .max_ctx_offset = (u32)8,
762 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()1629 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
2150 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in bpf_probe_register()
1661 u32 max_ctx_offset; member
6400 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
6389 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()6390 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
11661 if (prog->aux->max_ctx_offset > off) in __perf_event_set_bpf_prog()