Searched refs:base_type (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/pinctrl/bcm/ |
D | pinctrl-nsp-gpio.c | 70 enum base_type { enum 93 static inline void nsp_set_bit(struct nsp_gpio *chip, enum base_type address, in nsp_set_bit() 117 static inline bool nsp_get_bit(struct nsp_gpio *chip, enum base_type address, in nsp_get_bit()
|
/linux-6.1.9/drivers/nvmem/ |
D | sunplus-ocotp.c | 58 enum base_type { enum
|
/linux-6.1.9/kernel/bpf/ |
D | verifier.c | 432 type = base_type(type); in type_is_pkt_pointer() 462 type = base_type(type); in reg_type_may_be_refcounted_or_null() 570 if (base_type(type) == PTR_TO_BTF_ID) in reg_type_str() 588 prefix, str[base_type(type)], postfix); in reg_type_str() 867 if (base_type(t) == PTR_TO_BTF_ID) in print_verifier_state() 884 else if (base_type(t) == CONST_PTR_TO_MAP || in print_verifier_state() 885 base_type(t) == PTR_TO_MAP_KEY || in print_verifier_state() 886 base_type(t) == PTR_TO_MAP_VALUE) in print_verifier_state() 1398 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg() 2956 switch (base_type(type)) { in is_spillable_regtype() [all …]
|
D | btf.c | 5470 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access() 6341 reg2btf_ids[base_type(reg->type)]; in btf_check_func_arg_match() 6429 (reg2btf_ids[base_type(reg->type)] && !type_flag(reg->type)))) { in btf_check_func_arg_match() 6447 reg_ref_id = *reg2btf_ids[base_type(reg->type)]; in btf_check_func_arg_match()
|
/linux-6.1.9/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-6.1.9/include/linux/ |
D | bpf_verifier.h | 633 static inline u32 base_type(u32 type) in base_type() function
|
/linux-6.1.9/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-6.1.9/Documentation/bpf/ |
D | btf.rst | 521 -> base_type
|