Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c500 [PTR_TO_BTF_ID] = "ptr_", in reg_type_str()
507 if (base_type(type) == PTR_TO_BTF_ID || base_type(type) == PTR_TO_PERCPU_BTF_ID) { in reg_type_str()
585 if (base_type(t) == PTR_TO_BTF_ID || base_type(t) == PTR_TO_PERCPU_BTF_ID) { in print_verifier_state()
1372 regs[regno].type = PTR_TO_BTF_ID; in mark_btf_ld_reg()
2229 case PTR_TO_BTF_ID: in is_spillable_regtype()
2996 if (base_type(*reg_type) == PTR_TO_BTF_ID) { in check_ctx_access()
3798 if (base_type(reg_type) == PTR_TO_BTF_ID) { in check_mem_access()
3858 } else if (reg->type == PTR_TO_BTF_ID) { in check_mem_access()
4037 if (state->stack[spi].slot_type[0] == STACK_SPILL && state->stack[spi].spilled_ptr.type == PTR_TO_BTF_ID) { in check_stack_range_initialized()
4279 PTR_TO_BTF_ID,
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h413 /* PTR_TO_BTF_ID points to a kernel struct that does not need
423 PTR_TO_BTF_ID, enumerator
438 PTR_TO_BTF_ID_OR_NULL = PTR_MAYBE_NULL | PTR_TO_BTF_ID,

Completed in 15 milliseconds