Searched refs:ACCESS_DIRECT (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 5046 ACCESS_DIRECT = 1, /* the access is performed by an instruction */ enumerator 5086 false, ACCESS_DIRECT, NULL); in check_stack_read_var_off() 5582 if (src != ACCESS_DIRECT) { in check_map_access() 6947 err = check_map_access(env, regno, off, size, false, ACCESS_DIRECT); in check_mem_access() 7057 err = check_stack_access_within_bounds(env, regno, off, size, ACCESS_DIRECT, t); in check_mem_access()
|