Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/target/riscv/
H A Dcsr.c1440 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmcounter()
1459 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmcounterh()
1478 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmevent()
1510 target_ulong *val, target_ulong new_val, in rmw_cd_mhpmeventh()
1540 target_ulong new_val, target_ulong wr_mask) in rmw_cd_ctr_cfg()
1567 target_ulong new_val, target_ulong wr_mask) in rmw_cd_ctr_cfgh()
2201 uint64_t new_val, uint64_t wr_mask) in rmw_mideleg64()
2220 target_ulong new_val, target_ulong wr_mask) in rmw_mideleg()
2235 target_ulong new_val, in rmw_midelegh()
2252 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()
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Defuse.c69 struct efuse_val *new_val, u32 mask0, u32 mask1) in do_prog_efuse()
94 static int prog_efuse(int nr, struct efuse_val *new_val, u32 mask0, u32 mask1) in prog_efuse()
/openbmc/qemu/hw/remote/
H A Dproxy.c294 uint32_t orig_val, new_val, base_class, val; in probe_pci_info() local
/openbmc/qemu/hw/display/
H A Djazz_led.c66 uint8_t new_val = val & 0xff; in jazz_led_write() local
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-crl.c77 #define REGFIELD_RESET(type, s, reg, f, new_val, dev) { \ argument
/openbmc/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()
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs405 let mut new_val: u64 = old_val.deposit(shift, len, val); in set_tn_cfg_reg() localVariable
631 let mut new_val = old_val.deposit(shift, len, val); in set_cfg_reg() localVariable
673 let new_val = val << shift; in set_int_status_reg() localVariable
/openbmc/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
/openbmc/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()
/openbmc/qemu/hw/net/
H A Dtulip.c712 uint32_t new_val) in tulip_csr9_write()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs248 let new_val: registers::LineControl = value.into(); in write() localVariable
/openbmc/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()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1971 uint32_t new_val; in xen_pt_config_reg_init() local
/openbmc/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
/openbmc/qemu/target/arm/
H A Dptw.c737 uint64_t new_val, S1Translate *ptw, in arm_casq_ptw()
/openbmc/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()