/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 86 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local 124 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | commpage.c | 47 const int64_t oldval = 1, newval = 2; in main() local
|
/openbmc/qemu/system/ |
H A D | runstate-hmp-cmds.c | 47 bool newval; in hmp_one_insn_per_tb() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 110 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local 124 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
|
/openbmc/qemu/hw/misc/ |
H A D | msf2-sysreg.c | 65 uint32_t newval = val; in msf2_sysreg_write() local
|
/openbmc/qemu/target/mips/tcg/system/ |
H A D | cp0_helper.c | 518 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
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_fsi-test.c | 87 static void test_fsi_reg_change(QTestState *s, uint32_t reg, uint32_t newval) in test_fsi_reg_change()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | symbol.c | 359 struct symbol_value newval, oldval; in sym_calc_value() local 570 tristate oldval, newval; in sym_toggle_tristate_value() local 676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
|
H A D | conf.c | 166 tristate oldval, newval; in conf_sym() local
|
H A D | gconf.c | 809 tristate newval; in change_sym_value() local
|
/openbmc/u-boot/env/ |
H A D | flags.c | 498 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 796 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
|
/openbmc/qemu/disas/ |
H A D | m68k.c | 1551 int newval = 0; in print_insn_arg() local 1589 int newval = 0; in print_insn_arg() local
|
/openbmc/u-boot/drivers/net/ |
H A D | dc2114x.c | 656 unsigned short newval; in write_srom() local
|
/openbmc/qemu/hw/alpha/ |
H A D | typhoon.c | 310 uint64_t oldval, newval; in cchip_write() local
|
/openbmc/qemu/target/arm/ |
H A D | machine.c | 776 uint32_t newval = val; in get_cpsr() local
|
H A D | helper.c | 133 uint64_t newval; in write_cpustate_to_list() local
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_redist.c | 263 static void gicr_write_vpendbaser(GICv3CPUState *cs, uint64_t newval) in gicr_write_vpendbaser()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 54 #define set_field(data, newval, field) do { \ argument
|
H A D | hcd-ohci.c | 112 #define OHCI_SET_BM(val, field, newval) do { \ argument
|
H A D | hcd-ehci.c | 89 #define set_field(data, newval, field) do { \ argument
|
H A D | hcd-xhci.c | 219 #define set_field(data, newval, field) do { \ argument
|
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 3960 target_ulong newval = (env->mstatus & ~mask) | (val & mask); in write_sstatus() local
|