Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c425 [CONST_PTR_TO_DYNPTR] = "dynptr_ptr", in reg_type_str()
680 if (t == CONST_PTR_TO_DYNPTR) in print_reg_state()
H A Dverifier.c849 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_uninit()
880 * CONST_PTR_TO_DYNPTR already has fixed and var_off as 0 due to in is_dynptr_reg_valid_init()
884 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_init()
907 if (reg->type == CONST_PTR_TO_DYNPTR) in dynptr_reg_type()
1905 * callback arguments, it does need to be CONST_PTR_TO_DYNPTR, so simply in __mark_dynptr_reg()
1909 reg->type = CONST_PTR_TO_DYNPTR; in __mark_dynptr_reg()
7596 * which points to a stack slot, and the other is CONST_PTR_TO_DYNPTR. in process_dynptr_func()
7600 * CONST_PTR_TO_DYNPTR, we are guaranteed to get the beginning of the object. in process_dynptr_func()
7604 * CONST_PTR_TO_DYNPTR cannot be reinitialized or destroyed. The mutability of in process_dynptr_func()
7616 if (reg->type != PTR_TO_STACK && reg->type != CONST_PTR_TO_DYNPTR) { in process_dynptr_func()
[all...]
/linux/include/linux/
H A Dbpf.h1082 CONST_PTR_TO_DYNPTR, /* reg points to a const struct bpf_dynptr */ enumerator