Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c193 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 Dtcg.c1551 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 Doptimize.c2648 if (src && src->base_type == type) { in fold_tcg_ld_memcopy()
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ddr.c179 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 Dcpu.c267 #define DEFINE_ALPHA_CPU_TYPE(base_type, cpu_model, initfn) \ argument
269 .parent = base_type, \
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-gpio.c68 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 Dsunplus-ocotp.c58 enum base_type { enum
/openbmc/linux/kernel/bpf/
H A Dverifier.c430 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 Dbtf.c6038 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c62 if (base_type(info->reg_type) == PTR_TO_BTF_ID && in bpf_tcp_ca_is_valid_access()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c629 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 Dcpqphp.h236 u8 base_type[0x06]; member
/openbmc/linux/include/linux/
H A Dbpf_verifier.h749 static inline u32 base_type(u32 type) in base_type() function
/openbmc/linux/drivers/spi/
H A Dspi-bcm-qspi.c190 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 Dynl-gen-c.py471 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 Dschema.py768 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 Dtcg.h381 TCGType base_type:8; member
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst114 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 Dbtf.rst521 -> base_type