Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 134) sorted by last modified time

123456

/qemu/target/arm/tcg/
H A Dtranslate-a64.c291 int desc = 0; in gen_mte_check1_mmuidx() local
323 int desc = 0; in gen_mte_checkN() local
2363 int desc = 0; in handle_sys() local
4080 uint32_t syndrome, desc = 0; in do_SET() local
H A Dmte_helper.c583 static void mte_sync_check_fail(CPUARMState *env, uint32_t desc, in mte_sync_check_fail()
621 void mte_check_fail(CPUARMState *env, uint32_t desc, in mte_check_fail()
799 static int mte_probe_int(CPUARMState *env, uint32_t desc, uint64_t ptr, in mte_probe_int()
889 uint64_t mte_check(CPUARMState *env, uint32_t desc, uint64_t ptr, uintptr_t ra) in mte_check()
931 bool mte_probe(CPUARMState *env, uint32_t desc, uint64_t ptr) in mte_probe()
1046 uint32_t desc) in mte_mops_probe()
1096 uint32_t desc) in mte_mops_probe_rev()
1154 uint32_t desc) in mte_mops_set_tags()
H A Dsve_helper.c2958 static inline void do_tbl1(void *vd, void *vn, void *vm, uint32_t desc, in do_tbl1()
2972 uint32_t desc, bool is_tbx, tb_impl_fn *fn) in do_tbl2()
4783 float_status *status, uint32_t desc, in do_fmla_zpzzz_s()
4831 float_status *status, uint32_t desc, in do_fmla_zpzzz_d()
5653 uint32_t desc, const uintptr_t retaddr, in sve_ldN_r()
5792 uint32_t desc, const uintptr_t ra, in sve_ldN_r_mte()
6148 uint32_t desc, const uintptr_t retaddr, in sve_ldnfff1_r_mte()
6402 uint32_t desc, const uintptr_t ra, in sve_stN_r_mte()
6527 target_ulong base, uint32_t desc, uintptr_t retaddr, in sve_ld1_z()
6591 target_ulong base, uint32_t desc, uintptr_t retaddr, in sve_ld1_z_mte()
[all …]
/qemu/plugins/
H A Dapi.c463 qemu_plugin_reg_descriptor desc; in create_register_handles() local
/qemu/contrib/plugins/
H A Dexeclog.c298 static Register *init_vcpu_register(qemu_plugin_reg_descriptor *desc) in init_vcpu_register()
/qemu/target/i386/
H A Dcpu.c5700 g_autofree char *desc = g_strdup(cc->model_description); in x86_cpu_list_entry() local
/qemu/target/s390x/
H A Dcpu_features.h52 const char *desc; /* description exposed to the user */ member
77 const char *desc; /* description exposed to the user */ member
H A Dcpu_models.h23 const char *desc; /* description exposed to the user */ member
H A Dcpu.h203 const char *desc; member
/qemu/tcg/
H A Dtcg-op-gvec.c88 uint32_t desc = 0; in simd_desc() local
118 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_2_ool() local
139 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_2i_ool() local
159 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_3_ool() local
182 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_4_ool() local
208 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_5_ool() local
238 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_2_ptr() local
259 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_3_ptr() local
284 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_4_ptr() local
312 TCGv_i32 desc = tcg_constant_i32(simd_desc(oprsz, maxsz, data)); in tcg_gen_gvec_5_ptr() local
[all …]
/qemu/accel/tcg/
H A Dcpu-exec.c194 const struct tb_desc *desc = d; in tb_lookup_cmp() local
233 struct tb_desc desc; in tb_htable_lookup() local
H A Dcputlb.c150 static void tlb_window_reset(CPUTLBDesc *desc, int64_t ns, in tlb_window_reset()
212 static void tlb_mmu_resize_locked(CPUTLBDesc *desc, CPUTLBDescFast *fast, in tlb_mmu_resize_locked()
287 static void tlb_mmu_flush_locked(CPUTLBDesc *desc, CPUTLBDescFast *fast) in tlb_mmu_flush_locked()
300 CPUTLBDesc *desc = &cpu->neg.tlb.d[mmu_idx]; in tlb_flush_one_mmuidx_locked() local
307 static void tlb_mmu_init(CPUTLBDesc *desc, CPUTLBDescFast *fast, int64_t now) in tlb_mmu_init()
350 CPUTLBDesc *desc = &cpu->neg.tlb.d[i]; in tlb_destroy() local
1169 CPUTLBDesc *desc = &tlb->d[mmu_idx]; in tlb_set_page_full() local
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c1017 const char *desc = riscv_get_misa_ext_description(bit); in riscv_cpu_add_misa_properties() local
/qemu/target/riscv/
H A Dvector_helper.c93 static inline uint32_t vext_max_elems(uint32_t desc, uint32_t log2_esz) in vext_max_elems()
201 uint32_t desc, uint32_t vm, in vext_ldst_stride()
1972 uint32_t desc, in vext_vv_rm_2()
2099 uint32_t desc, in vext_vx_rm_2()
4681 uint32_t desc, enum set_mask_type type) in vmsetm()
/qemu/target/arm/
H A Dcpu.h133 GDBFeature desc; member
H A Dptw.c998 uint32_t desc; in get_phys_addr_v5() local
1124 uint32_t desc; in get_phys_addr_v6() local
H A Dinternals.h1534 static inline bool tbi_check(uint32_t desc, int bit55) in tbi_check()
1540 static inline bool tcma_check(uint32_t desc, int bit55, int ptr_tag) in tcma_check()
1566 static inline uint64_t useronly_maybe_clean_ptr(uint32_t desc, uint64_t ptr) in useronly_maybe_clean_ptr()
/qemu/include/hw/
H A Dqdev-core.h127 const char *desc; member
/qemu/include/qemu/
H A Doption.h71 QemuOptDesc desc[]; member
/qemu/gdbstub/
H A Dgdbstub.c508 GDBRegDesc desc = { in gdb_get_register_list() local
/qemu/hw/ufs/
H A Dufs.c796 StringDescriptor desc = { in manufacturer_str_desc() local
811 StringDescriptor desc = { in product_name_str_desc() local
828 StringDescriptor desc = { in product_rev_level_str_desc() local
848 StringDescriptor desc; in ufs_read_string_desc() local
872 InterconnectDescriptor desc = { in interconnect_desc() local
887 InterconnectDescriptor desc; in ufs_read_desc() local
/qemu/hw/dma/
H A Dxlnx_dpdma.c160 static bool xlnx_dpdma_desc_is_last(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_last()
165 static bool xlnx_dpdma_desc_is_last_of_frame(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_last_of_frame()
210 static uint32_t xlnx_dpdma_desc_get_line_size(DPDMADescriptor *desc) in xlnx_dpdma_desc_get_line_size()
215 static uint32_t xlnx_dpdma_desc_get_line_stride(DPDMADescriptor *desc) in xlnx_dpdma_desc_get_line_stride()
220 static inline bool xlnx_dpdma_desc_crc_enabled(DPDMADescriptor *desc) in xlnx_dpdma_desc_crc_enabled()
225 static inline bool xlnx_dpdma_desc_check_crc(DPDMADescriptor *desc) in xlnx_dpdma_desc_check_crc()
247 static inline bool xlnx_dpdma_desc_is_valid(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_valid()
262 static inline void xlnx_dpdma_desc_set_done(DPDMADescriptor *desc) in xlnx_dpdma_desc_set_done()
340 DPDMADescriptor *desc) in xlnx_dpdma_update_desc_info()
387 static void xlnx_dpdma_dump_descriptor(DPDMADescriptor *desc) in xlnx_dpdma_dump_descriptor()
[all …]
/qemu/hw/virtio/
H A Dvirtio.c99 MemoryRegionCache desc; member
109 hwaddr desc; member
596 VRingPackedDesc *desc, in vring_packed_desc_read()
715 struct VRingPackedDesc desc; in virtio_queue_packed_empty_rcu() local
883 VRingPackedDesc desc = { in virtqueue_packed_fill_desc() local
1103 VRingDesc desc; in virtqueue_split_get_avail_bytes() local
1232 VRingPackedDesc desc; in virtqueue_packed_get_avail_bytes() local
1519 VRingDesc desc; in virtqueue_split_pop() local
1658 VRingPackedDesc desc; in virtqueue_packed_pop() local
1803 VRingPackedDesc desc; in virtqueue_packed_drop_all() local
[all …]
/qemu/nbd/
H A Dserver.c416 const char *desc = exp->description ? exp->description : ""; in nbd_negotiate_send_rep_list() local
H A Dclient.c1196 char *desc; in nbd_receive_export_list() local

123456