Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 16 of 16) sorted by path

/qemu/disas/
H A Dm68k.c1551 int newval = 0; in print_insn_arg() local
1589 int newval = 0; in print_insn_arg() local
/qemu/hw/alpha/
H A Dtyphoon.c309 uint64_t oldval, newval; in cchip_write() local
/qemu/hw/intc/
H A Darm_gicv3_redist.c263 static void gicr_write_vpendbaser(GICv3CPUState *cs, uint64_t newval) in gicr_write_vpendbaser()
/qemu/hw/misc/
H A Dmsf2-sysreg.c65 uint32_t newval = val; in msf2_sysreg_write() local
/qemu/hw/usb/
H A Dhcd-dwc2.c54 #define set_field(data, newval, field) do { \ argument
H A Dhcd-ehci.c89 #define set_field(data, newval, field) do { \ argument
H A Dhcd-ohci.c112 #define OHCI_SET_BM(val, field, newval) do { \ argument
H A Dhcd-xhci.c219 #define set_field(data, newval, field) do { \ argument
/qemu/linux-user/arm/
H A Dcpu_loop.c119 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local
157 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
/qemu/system/
H A Drunstate-hmp-cmds.c47 bool newval; in hmp_one_insn_per_tb() local
/qemu/target/arm/
H A Dhelper.c129 uint64_t newval; in write_cpustate_to_list() local
H A Dmachine.c622 uint32_t newval = val; in get_cpsr() local
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c518 uint32_t newval; in helper_mtc0_mvpcontrol() local
537 uint32_t newval; in helper_mtc0_vpecontrol() local
558 uint32_t newval; in helper_mttc0_vpecontrol() local
588 uint32_t newval; in helper_mtc0_vpeconf0() local
608 uint32_t newval; in helper_mttc0_vpeconf0() local
620 uint32_t newval; in helper_mtc0_vpeconf1() local
669 uint32_t newval; in helper_mtc0_tcstatus() local
693 uint32_t newval; in helper_mtc0_tcbind() local
706 uint32_t newval; in helper_mttc0_tcbind() local
/qemu/target/riscv/
H A Dcsr.c2664 target_ulong newval = (env->mstatus & ~mask) | (val & mask); in write_sstatus() local
/qemu/tests/qtest/
H A Daspeed_fsi-test.c87 static void test_fsi_reg_change(QTestState *s, uint32_t reg, uint32_t newval) in test_fsi_reg_change()
/qemu/tests/tcg/arm/
H A Dcommpage.c47 const int64_t oldval = 1, newval = 2; in main() local