Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dverifier.c135 PTR_TO_MAP_VALUE_OR_NULL,/* points to map elem value or NULL */ enumerator
236 [PTR_TO_MAP_VALUE_OR_NULL] = "map_value_or_null",
255 t == PTR_TO_MAP_VALUE_OR_NULL) in print_verifier_state()
538 case PTR_TO_MAP_VALUE_OR_NULL: in is_spillable_regtype()
991 regs[BPF_REG_0].type = PTR_TO_MAP_VALUE_OR_NULL; in check_call()
1244 regs[insn->dst_reg].type == PTR_TO_MAP_VALUE_OR_NULL) { in check_cond_jmp_op()