Searched refs:base_type (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 2017 const struct btf_type *base_type; in adjust_var_secinfo() local 2026 base_type = btf__type_by_id(btf, tid); in adjust_var_secinfo() 2037 err = adjust_var_secinfo_member(btf, base_type, 0, atom->name, sinfo); in adjust_var_secinfo() 2048 base_type = btf__type_by_id(btf, sinfo->type); in adjust_var_secinfo() 2059 const struct btf_type *base_type; in set_global_var() local 2064 base_type = btf__type_by_id(btf, btf__resolve_type(btf, sinfo->type)); in set_global_var() 2065 if (!base_type) { in set_global_var() 2069 if (!is_preset_supported(base_type)) { in set_global_var() 2076 if (btf_is_any_enum(base_type)) { in set_global_var() 2077 if (enum_value_from_name(btf, base_type, preset->value.svalue, &value)) { in set_global_var() [all …]
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-gpio.c | 69 enum base_type { enum 92 static inline void nsp_set_bit(struct nsp_gpio *chip, enum base_type address, in nsp_set_bit() 116 static inline bool nsp_get_bit(struct nsp_gpio *chip, enum base_type address, in nsp_get_bit()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 314 type = base_type(type); in reg_not_null() 1835 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg() 1884 return base_type(reg->type) == PTR_TO_MEM && in reg_is_dynptr_slice_pkt() 3661 switch (base_type(type)) { in is_spillable_regtype() 4551 if (base_type(reg->type) != PTR_TO_BTF_ID) in map_kptr_match_type() 4952 if (base_type(info->reg_type) == PTR_TO_BTF_ID) { in __check_ctx_access() 5133 if (reg2btf_ids[base_type(reg->type)] && in is_trusted_reg() 6403 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access() 6474 if (base_type(info.reg_type) == PTR_TO_BTF_ID) { in check_mem_access() 6533 } else if (base_type(reg->type) == PTR_TO_BTF_ID && in check_mem_access() [all …]
|
| H A D | btf.c | 6950 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
|
| /linux/drivers/nvmem/ |
| H A D | sunplus-ocotp.c | 58 enum base_type { enum
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1170 static inline u32 base_type(u32 type) in base_type() function 1212 return base_type(type) == PTR_TO_BTF_ID && type_flag(type) & MEM_ALLOC; in type_is_ptr_alloc_obj() 1222 type = base_type(type); in type_is_pkt_pointer()
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 52 if (base_type(info->reg_type) == PTR_TO_BTF_ID && in bpf_tcp_ca_is_valid_access()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 615 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 654 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 1124 if (func->base_type[(cloop - 0x10) >> 2] != type) in cpqhp_valid_replace()
|
| H A D | cpqphp.h | 236 u8 base_type[0x06]; member
|
| /linux/drivers/spi/ |
| H A D | spi-bcm-qspi.c | 190 enum base_type { enum 303 static inline u32 bcm_qspi_read(struct bcm_qspi *qspi, enum base_type type, in bcm_qspi_read() 310 static inline void bcm_qspi_write(struct bcm_qspi *qspi, enum base_type type, in bcm_qspi_write()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 722 def __init__(self, family, attr_set, attr, value, base_type): argument 725 self.base_type = base_type 781 return self.base_type._attr_policy(policy) 784 return self.base_type._attr_typol()
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 320 "member base_type int byte_size(4) "
|