Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 20 of 20) sorted by relevance

/qemu/hw/intc/
H A Driscv_imsic.c92 target_ulong new_val, in riscv_imsic_eidelivery_rmw()
110 target_ulong new_val, in riscv_imsic_eithreshold_rmw()
127 target_ulong *val, target_ulong new_val, in riscv_imsic_topei_rmw()
153 target_ulong new_val, target_ulong wr_mask) in riscv_imsic_eix_rmw()
201 target_ulong new_val, target_ulong wr_mask) in riscv_imsic_rmw()
/qemu/target/riscv/
H A Dcsr.c1432 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmcounter()
1451 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmcounterh()
1470 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmevent()
1502 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmeventh()
1532 target_ulong new_val, target_ulong wr_mask) in rmw_cd_ctr_cfg()
1559 target_ulong new_val, target_ulong wr_mask) in rmw_cd_ctr_cfgh()
2192 uint64_t new_val, uint64_t wr_mask) in rmw_mideleg64()
2211 target_ulong new_val, target_ulong wr_mask) in rmw_mideleg()
2226 target_ulong new_val, in rmw_midelegh()
2243 uint64_t new_val, uint64_t wr_mask) in rmw_mie64()
[all …]
H A Ddebug.c531 target_ulong new_val; in type2_reg_write() local
645 target_ulong new_val; in type6_reg_write() local
821 target_ulong new_val; in itrigger_reg_write() local
H A Dcpu_helper.c773 target_ulong new_val, in riscv_cpu_set_aia_ireg_rmw_fn()
/qemu/hw/remote/
H A Dproxy.c294 uint32_t orig_val, new_val, base_class, val; in probe_pci_info() local
/qemu/hw/misc/
H A Dxlnx-versal-crl.c77 #define REGFIELD_RESET(type, s, reg, f, new_val, dev) { \ argument
/qemu/hw/display/
H A Djazz_led.c66 uint8_t new_val = val & 0xff; in jazz_led_write() local
/qemu/hw/core/
H A Dregister.c74 uint64_t old_val, new_val, test, no_w_mask; in register_write() local
H A Dqdev-properties-system.c41 const void *old_val, const char *new_val, in check_prop_still_unset()
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs407 let mut new_val: u64 = old_val.deposit(shift, len, val); in set_tn_cfg_reg() localVariable
629 let mut new_val = old_val.deposit(shift, len, val); set_cfg_reg() localVariable
671 let new_val = val << shift; set_int_status_reg() localVariable
[all...]
/qemu/hw/timer/
H A Dexynos4210_pwm.c275 uint32_t new_val; in exynos4210_pwm_write() local
H A Dhpet.c483 uint64_t old_val, new_val, cleared; in hpet_ram_write() local
[all...]
/qemu/tcg/
H A Dtcg-op-ldst.c1108 TCGArg idx, MemOp memop, bool new_val, in do_nonatomic_op_i32()
1149 TCGArg idx, MemOp memop, bool new_val, in do_nonatomic_op_i64()
/qemu/hw/net/
H A Dtulip.c712 uint32_t new_val) in tulip_csr9_write()
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs241 let new_val: registers::LineControl = value.into(); in write() localVariable
/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c1248 static bool ind_wr_clearing_op_done(XlnxVersalOspi *s, uint64_t new_val) in ind_wr_clearing_op_done()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1971 uint32_t new_val; in xen_pt_config_reg_init() local
/qemu/hw/i386/
H A Dintel_iommu.c173 uint32_t new_val = (ldl_le_p(&s->csr[addr]) & ~clear) | mask; in vtd_set_clear_mask_long() local
181 uint64_t new_val = (ldq_le_p(&s->csr[addr]) & ~clear) | mask; in vtd_set_clear_mask_quad() local
/qemu/target/arm/
H A Dptw.c737 uint64_t new_val, S1Translate *ptw, in arm_casq_ptw()
/qemu/target/hexagon/
H A Dgenptr.c59 static inline void gen_masked_reg_write(TCGv new_val, TCGv cur_val, in gen_masked_reg_write()