Searched refs:base_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/pinctrl/bcm/ |
D | pinctrl-nsp-gpio.c | 68 enum base_type { enum 91 static inline void nsp_set_bit(struct nsp_gpio *chip, enum base_type address, in nsp_set_bit() 115 static inline bool nsp_get_bit(struct nsp_gpio *chip, enum base_type address, in nsp_get_bit()
|
/Linux-v6.6/drivers/nvmem/ |
D | sunplus-ocotp.c | 58 enum base_type { enum
|
/Linux-v6.6/kernel/bpf/ |
D | verifier.c | 430 type = base_type(type); in type_is_pkt_pointer() 456 type = base_type(type); in reg_not_null() 468 return base_type(type) == PTR_TO_BTF_ID && type_flag(type) & MEM_ALLOC; in type_is_ptr_alloc_obj() 625 if (base_type(type) == PTR_TO_BTF_ID) in reg_type_str() 642 prefix, str[base_type(type)], postfix); in reg_type_str() 1375 if (base_type(t) == PTR_TO_BTF_ID) in print_verifier_state() 1394 else if (base_type(t) == CONST_PTR_TO_MAP || in print_verifier_state() 1395 base_type(t) == PTR_TO_MAP_KEY || in print_verifier_state() 1396 base_type(t) == PTR_TO_MAP_VALUE) in print_verifier_state() 1960 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg() [all …]
|
D | btf.c | 6032 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
|
/Linux-v6.6/net/ipv4/ |
D | bpf_tcp_ca.c | 62 if (base_type(info->reg_type) == PTR_TO_BTF_ID && in bpf_tcp_ca_is_valid_access()
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 624 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 663 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 1139 if (func->base_type[(cloop - 0x10) >> 2] != type) in cpqhp_valid_replace()
|
D | cpqphp.h | 236 u8 base_type[0x06]; member
|
/Linux-v6.6/include/linux/ |
D | bpf_verifier.h | 717 static inline u32 base_type(u32 type) in base_type() function
|
/Linux-v6.6/drivers/spi/ |
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-v6.6/tools/net/ynl/ |
D | ynl-gen-c.py | 468 def __init__(self, family, attr_set, attr, value, base_type): argument 471 self.base_type = base_type 509 return self.base_type._attr_policy(policy) 512 return self.base_type._attr_typol()
|
/Linux-v6.6/Documentation/bpf/ |
D | btf.rst | 521 -> base_type
|