Searched defs:old_val (Results 1 – 14 of 14) sorted by relevance
/qemu/hw/intc/ |
H A D | riscv_imsic.c | 95 target_ulong old_val = imsic->eidelivery[page]; in riscv_imsic_eidelivery_rmw() local 113 target_ulong old_val = imsic->eithreshold[page]; in riscv_imsic_eithreshold_rmw() local
|
/qemu/tests/tcg/hexagon/ |
H A D | preg_alias.c | 103 uint32_t old_val = 0x0000001c; in test_packet() local
|
H A D | misc.c | 225 static inline int32_t test_clrtnew(int32_t arg1, int32_t old_val) in test_clrtnew()
|
/qemu/hw/net/ |
H A D | e1000x_common.c | 331 uint32_t old_val = mac[TIMINCA]; in e1000x_set_timinca() local
|
H A D | tulip.c | 711 static void tulip_csr9_write(TULIPState *s, uint32_t old_val, in tulip_csr9_write()
|
H A D | opencores_eth.c | 315 uint32_t old_val = s->regs[INT_SOURCE]; in open_eth_int_source_write() local
|
/qemu/hw/core/ |
H A D | register.c | 74 uint64_t old_val, new_val, test, no_w_mask; in register_write() local
|
H A D | qdev-properties-system.c | 41 const void *old_val, const char *new_val, in check_prop_still_unset() argument
|
/qemu/hw/watchdog/ |
H A D | allwinner-wdt.c | 237 uint32_t old_val; in allwinner_wdt_write() local
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 406 let old_val: u64 = self.config; in set_tn_cfg_reg() localVariable 628 let old_val = self.config.get(); in set_cfg_reg() localVariable
|
/qemu/hw/timer/ |
H A D | hpet.c | 483 uint64_t old_val, new_val, cleared; in hpet_ram_write() local
|
H A D | exynos4210_mct.c | 1179 uint32_t old_val; in exynos4210_mct_write() local
|
/qemu/target/arm/ |
H A D | ptw.c | 736 static uint64_t arm_casq_ptw(CPUARMState *env, uint64_t old_val, in arm_casq_ptw()
|
/qemu/target/riscv/ |
H A D | csr.c | 2470 target_ulong old_val; in rmw_iprio() local
|