/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 193 TCGType type = rt->base_type; in vec_gen_op2() 196 tcg_debug_assert(at->base_type >= type); in vec_gen_op2() 206 TCGType type = rt->base_type; in vec_gen_op3() 209 tcg_debug_assert(at->base_type >= type); in vec_gen_op3() 210 tcg_debug_assert(bt->base_type >= type); in vec_gen_op3() 224 tcg_gen_mov_vec(r, tcg_constant_vec(rt->base_type, vece, a)); in tcg_gen_dupi_vec() 231 TCGType type = rt->base_type; in tcg_gen_dup_i64_vec() 251 TCGType type = rt->base_type; in tcg_gen_dup_i32_vec() 262 TCGType type = rt->base_type; in tcg_gen_dup_mem_vec() 272 TCGType type = rt->base_type; in vec_gen_ldst() [all …]
|
H A D | tcg.c | 1551 ts->base_type = type; in tcg_global_reg_new_internal() 1596 ts->base_type = TCG_TYPE_I64; in tcg_global_mem_new_internal() 1607 ts2->base_type = TCG_TYPE_I64; in tcg_global_mem_new_internal() 1618 ts->base_type = type; in tcg_global_mem_new_internal() 1662 tcg_debug_assert(ts->base_type == type); in tcg_temp_new_internal() 1688 ts->base_type = type; in tcg_temp_new_internal() 1701 ts2->base_type = type; in tcg_temp_new_internal() 1782 t = tcg_temp_new_internal(t->base_type, TEMP_EBB); in tcg_temp_new_vec_matching() 1798 set_bit(temp_idx(ts), s->free_temps[ts->base_type].l); in tcg_temp_free_internal() 1853 ts->base_type = TCG_TYPE_I64; in tcg_constant_internal() [all …]
|
H A D | optimize.c | 2648 if (src && src->base_type == type) { in fold_tcg_ld_memcopy()
|
/openbmc/u-boot/drivers/ram/stm32mp1/ |
H A D | stm32mp1_ddr.c | 179 enum base_type { enum 189 enum base_type base; 216 static u32 get_base_addr(const struct ddr_info *priv, enum base_type base) in get_base_addr() 230 enum base_type base = ddr_registers[type].base; in set_reg()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 267 #define DEFINE_ALPHA_CPU_TYPE(base_type, cpu_model, initfn) \ argument 269 .parent = base_type, \
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A 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()
|
/openbmc/linux/drivers/nvmem/ |
H A D | sunplus-ocotp.c | 58 enum base_type { enum
|
/openbmc/linux/kernel/bpf/ |
H A 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() 636 if (base_type(type) == PTR_TO_BTF_ID) in reg_type_str() 653 prefix, str[base_type(type)], postfix); in reg_type_str() 1386 if (base_type(t) == PTR_TO_BTF_ID) in print_verifier_state() 1405 else if (base_type(t) == CONST_PTR_TO_MAP || in print_verifier_state() 1406 base_type(t) == PTR_TO_MAP_KEY || in print_verifier_state() 1407 base_type(t) == PTR_TO_MAP_VALUE) in print_verifier_state() 2175 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg() [all …]
|
H A D | btf.c | 6038 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
|
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 62 if (base_type(info->reg_type) == PTR_TO_BTF_ID && in bpf_tcp_ca_is_valid_access()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 629 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 668 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length() 1144 if (func->base_type[(cloop - 0x10) >> 2] != type) in cpqhp_valid_replace()
|
H A D | cpqphp.h | 236 u8 base_type[0x06]; member
|
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 749 static inline u32 base_type(u32 type) in base_type() function
|
/openbmc/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()
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 471 def __init__(self, family, attr_set, attr, value, base_type): argument 474 self.base_type = base_type 512 return self.base_type._attr_policy(policy) 515 return self.base_type._attr_typol()
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 768 base_type = schema.lookup_type(tag_member.defined_in) 769 assert base_type 770 if not base_type.is_implicit():
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 381 TCGType base_type:8; member
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 114 of variables with ``type=TCG_TYPE_I32`` and ``base_type=TCG_TYPE_I64``. 132 of variables with ``type=TCG_TYPE_REG`` and ``base_type=TCG_TYPE_I128``.
|
/openbmc/linux/Documentation/bpf/ |
H A D | btf.rst | 521 -> base_type
|