Searched refs:is_pointer_value (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c5651 static bool is_pointer_value(struct bpf_verifier_env *env, int regno) function
6772 is_pointer_value(env, value_regno)) {
6824 is_pointer_value(env, value_regno)) {
6839 is_pointer_value(env, value_regno)) {
6896 is_pointer_value(env, value_regno)) {
6906 is_pointer_value(env, value_regno)) {
7020 if (is_pointer_value(env, aux_reg)) {
7026 if (is_pointer_value(env, insn->src_reg)) {
8589 if (is_pointer_value(env, regno)) {
14005 if (is_pointer_value(en
[all...]

Completed in 249 milliseconds