Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dverifier.c466 type == PTR_TO_MEM || in reg_type_may_be_refcounted_or_null()
566 [PTR_TO_MEM] = "mem",
1179 reg->type = PTR_TO_MEM; in mark_ptr_not_null_reg()
2733 case PTR_TO_MEM: in is_spillable_regtype()
3354 case PTR_TO_MEM: in __check_mem_access()
4370 } else if (reg->type == PTR_TO_MEM) { in check_mem_access()
4778 case PTR_TO_MEM: in check_helper_mem_access()
5072 PTR_TO_MEM,
6582 PTR_TO_MEM : PTR_TO_MEM_OR_NULL; in check_helper_call()
9396 case PTR_TO_MEM: in check_ld_imm()
[all …]
/linux/include/linux/
A Dbpf.h454 PTR_TO_MEM, /* reg points to valid memory region */ enumerator

Completed in 31 milliseconds