Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 39) sorted by relevance

12

/qemu/tests/tcg/aarch64/
A Dtest-826.c26 long ofs; in main() local
/qemu/util/
A Dgetauxval.c53 ssize_t size = 512, r, ofs; in qemu_init_auxval() local
A Dvfio-helpers.c237 int size, int ofs) in qemu_vfio_pci_read_config()
251 static int qemu_vfio_pci_write_config(QEMUVFIOState *s, void *buf, int size, int ofs) in qemu_vfio_pci_write_config()
/qemu/tests/tcg/hppa/
A Dstby.c16 const char *which, const char *insn, int ofs) in check()
/qemu/tcg/i386/
A Dtcg-target.h229 #define TCG_TARGET_deposit_i32_valid(ofs, len) \ argument
236 #define TCG_TARGET_extract_i32_valid(ofs, len) ((ofs) == 8 && (len) == 8) argument
237 #define TCG_TARGET_extract_i64_valid(ofs, len) \ argument
/qemu/hw/arm/
A Dbcm2835_peripherals.c38 const char *name, hwaddr ofs, hwaddr size) in create_unimp()
/qemu/target/arm/tcg/
A Dmte_helper.c261 int ofs = extract32(ptr, LOG2_TAG_GRANULE, 1) * 4; in load_tag1() local
295 int ofs = extract32(ptr, LOG2_TAG_GRANULE, 1) * 4; in store_tag1() local
302 int ofs = extract32(ptr, LOG2_TAG_GRANULE, 1) * 4; in store_tag1_parallel() local
A Dtranslate.c287 TCGv_i32 add_reg_for_lit(DisasContext *s, int reg, int ofs) in add_reg_for_lit()
1162 int ofs = element * element_size; in neon_element_offset() local
4932 TCGv_i32 ofs = load_reg(s, a->rm); in op_addr_rr_pre() local
4947 TCGv_i32 ofs = load_reg(s, a->rm); in op_addr_rr_post() local
5067 int ofs = a->imm; in op_addr_ri_pre() local
/qemu/hw/scsi/
A Dmptconfig.c46 size_t ofs; in vfill() local
420 size_t ofs = size - MPTSAS_NUM_PORTS * MPTSAS_CONFIG_SAS_IO_UNIT_0_SIZE; in mptsas_config_sas_io_unit_0() local
456 size_t ofs = size - MPTSAS_NUM_PORTS * MPTSAS_CONFIG_SAS_IO_UNIT_1_SIZE; in mptsas_config_sas_io_unit_1() local
/qemu/tcg/
A Dtcg-op.c882 unsigned int ofs, unsigned int len) in tcg_gen_deposit_i32()
930 unsigned int ofs, unsigned int len) in tcg_gen_deposit_z_i32()
987 unsigned int ofs, unsigned int len) in tcg_gen_extract_i32()
1044 unsigned int ofs, unsigned int len) in tcg_gen_sextract_i32()
1116 unsigned int ofs) in tcg_gen_extract2_i32()
2620 unsigned int ofs, unsigned int len) in tcg_gen_deposit_i64()
2683 unsigned int ofs, unsigned int len) in tcg_gen_deposit_z_i64()
2767 unsigned int ofs, unsigned int len) in tcg_gen_extract_i64()
2849 unsigned int ofs, unsigned int len) in tcg_gen_sextract_i64()
2969 unsigned int ofs) in tcg_gen_extract2_i64()
A Doptimize.c2637 intptr_t ofs; in fold_tcg_ld_memcopy() local
2659 intptr_t ofs = op->args[2]; in fold_tcg_st() local
2694 intptr_t ofs, last; in fold_tcg_st_memcopy() local
A Dtci.c383 int32_t ofs; in tcg_qemu_tb_exec() local
/qemu/target/loongarch/tcg/
A Dvec_helper.c2585 int i, j, ofs; in HELPER() local
2606 int i, j, ofs; in HELPER() local
2627 int i, j, ofs; in HELPER() local
2648 int i, j, ofs; in HELPER() local
2669 int i, j, ofs; in HELPER() local
2693 int i, j, ofs; in HELPER() local
2951 int i, j, ofs; local
2972 int i, j, ofs; in HELPER() local
2993 int i, j, ofs; in HELPER() local
A Dtranslate.c253 static TCGv make_address_i(DisasContext *ctx, TCGv base, target_long ofs) in make_address_i()
/qemu/linux-user/arm/
A Dsignal.c601 static void write_arm_fdpic_sigreturn(uint32_t *rc, int ofs) in write_arm_fdpic_sigreturn()
610 static void write_thm_fdpic_sigreturn(void *vrc, int ofs) in write_thm_fdpic_sigreturn()
/qemu/target/hppa/
A Dtranslate.c1559 TCGv_i64 ofs; in form_gva() local
1596 TCGv_i64 ofs; in do_load_32() local
1614 TCGv_i64 ofs; in do_load_64() local
1632 TCGv_i64 ofs; in do_store_32() local
1650 TCGv_i64 ofs; in do_store_64() local
2518 TCGv_i64 dest, ofs; in trans_probe() local
2550 TCGv_i64 ofs, reg; in trans_ixtlbx() local
2575 TCGv_i64 ofs; in do_pxtlb() local
3322 TCGv_i64 dest, ofs; in trans_ldc() local
3364 TCGv_i64 ofs, val; in trans_stby() local
[all …]
/qemu/include/ui/
A Dpixman-minimal.h60 #define PIXMAN_FORMAT_RESHIFT(val, ofs, num) \ argument
/qemu/include/tcg/
A Dtcg.h109 #define TCG_TARGET_deposit_i32_valid(ofs, len) 1 argument
112 #define TCG_TARGET_deposit_i64_valid(ofs, len) 1 argument
115 #define TCG_TARGET_extract_i32_valid(ofs, len) 1 argument
118 #define TCG_TARGET_extract_i64_valid(ofs, len) 1 argument
/qemu/include/qemu/
A Dtimer.h968 uint32_t cur, ofs; in cpu_get_host_ticks() local
/qemu/ui/
A Dvnc-enc-zywrle.h314 int s, ofs; in wavelet_level() local
/qemu/target/m68k/
A Dtranslate.c3914 int ofs = extract32(ext, 6, 5); /* big bit-endian */ in DISAS_INSN() local
3979 TCGv addr, len, ofs; in DISAS_INSN() local
4014 int ofs = extract32(ext, 6, 5); /* big bit-endian */ in DISAS_INSN() local
4099 TCGv addr, len, ofs; in DISAS_INSN() local
4149 int ofs = extract32(ext, 6, 5); /* big bit-endian */ in DISAS_INSN() local
4217 TCGv addr, len, ofs; in DISAS_INSN() local
A Dop_helper.c865 static struct bf_data bf_prep(uint32_t addr, int32_t ofs, uint32_t len) in bf_prep()
/qemu/target/alpha/
A Dtranslate.c104 typedef struct { TCGv *var; const char *name; int ofs; } GlobalVar; in alpha_translate_init() member
238 int ofs = offsetof(CPUAlphaState, flags); in get_flag_ofs() local
/qemu/target/xtensa/
A Doverlay_tool.h28 #define XTREG(idx, ofs, bi, sz, al, no, fl, cp, typ, grp, name, \ argument
/qemu/hw/sh4/
A Dsh7750_regs.h48 #define SH7750_P4_REG32(ofs) (SH7750_P4_BASE + (ofs)) argument
49 #define SH7750_A7_REG32(ofs) (SH7750_A7_BASE + (ofs)) argument

Completed in 120 milliseconds

12