Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c1365 enum bpf_reg_type reg_type, u32 btf_id) in mark_btf_ld_reg()
1367 if (reg_type == SCALAR_VALUE) { in mark_btf_ld_reg()
2979 enum bpf_reg_type *reg_type, u32 *btf_id) in check_ctx_access()
2982 .reg_type = *reg_type, in check_ctx_access()
2994 *reg_type = info.reg_type; in check_ctx_access()
2996 if (base_type(*reg_type) == PTR_TO_BTF_ID) { in check_ctx_access()
3763 enum bpf_reg_type reg_type = SCALAR_VALUE; in check_mem_access() local
3776 err = check_ctx_access(env, insn_idx, off, size, t, &reg_type, in check_mem_access()
1364 mark_btf_ld_reg(struct bpf_verifier_env *env, struct bpf_reg_state *regs, u32 regno, enum bpf_reg_type reg_type, u32 btf_id) mark_btf_ld_reg() argument
2978 check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, enum bpf_access_type t, enum bpf_reg_type *reg_type, u32 *btf_id) check_ctx_access() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h234 * arg_type, ret_type and reg_type. For example, a pointer value may be null,
451 enum bpf_reg_type reg_type; member
770 /* reg_type info for ctx arguments */
773 enum bpf_reg_type reg_type; member

Completed in 14 milliseconds