Home
last modified time | relevance | path

Searched refs:max_ctx_offset (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dbpf_trace.c2150 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in bpf_probe_register()
/linux/include/linux/
H A Dbpf.h1663 u32 max_ctx_offset; member
/linux/kernel/bpf/
H A Dverifier.c4964 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()
H A Dsyscall.c6419 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
/linux/kernel/events/
H A Dcore.c11697 if (prog->aux->max_ctx_offset > off) in __perf_event_set_bpf_prog()