Home
last modified time | relevance | path

Searched defs:newval (Results 26 – 50 of 109) sorted by relevance

12345

/openbmc/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/openbmc/linux/arch/alpha/include/asm/
H A Dfutex.h65 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/microblaze/include/asm/
H A Dfutex.h68 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/csky/include/asm/
H A Dfutex.h84 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/x86/include/asm/
H A Dfutex.h83 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/riscv/include/asm/
H A Dfutex.h77 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/mips/include/asm/
H A Dfutex.h133 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c112 u32 oldval, newval; in sdhci_iproc_writew() local
152 u32 newval = (oldval & ~mask) | (val << byte_shift); in sdhci_iproc_writeb() local
/openbmc/linux/arch/ia64/include/asm/
H A Dfutex.h86 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c541 uint32_t newval; in helper_mtc0_mvpcontrol() local
560 uint32_t newval; in helper_mtc0_vpecontrol() local
581 uint32_t newval; in helper_mttc0_vpecontrol() local
611 uint32_t newval; in helper_mtc0_vpeconf0() local
631 uint32_t newval; in helper_mttc0_vpeconf0() local
643 uint32_t newval; in helper_mtc0_vpeconf1() local
692 uint32_t newval; in helper_mtc0_tcstatus() local
716 uint32_t newval; in helper_mtc0_tcbind() local
729 uint32_t newval; in helper_mttc0_tcbind() local
/openbmc/linux/arch/arc/include/asm/
H A Dfutex.h122 u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/arm64/include/asm/
H A Dfutex.h82 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/parisc/include/asm/
H A Dfutex.h91 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/xtensa/include/asm/
H A Dfutex.h118 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dspinlock.h47 hyp_spinlock_t lockval, newval; in hyp_spin_lock() local
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c327 struct symbol_value newval, oldval; in sym_calc_value() local
537 tristate oldval, newval; in sym_toggle_tristate_value() local
643 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_xgmac.c231 static void hns_xgmac_config_pad_and_crc(void *mac_drv, u8 newval) in hns_xgmac_config_pad_and_crc()
291 static void hns_xgmac_config_max_frame_length(void *mac_drv, u16 newval) in hns_xgmac_config_max_frame_length()
/openbmc/qemu/hw/misc/
H A Dmsf2-sysreg.c65 uint32_t newval = val; in msf2_sysreg_write() local
/openbmc/linux/arch/sparc/kernel/
H A Dauxio_64.c36 u8 regval, newval; in __auxio_rmw() local
/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c150 struct bond_opt_value newval; in bond_slave_changelink() local
188 struct bond_opt_value newval; in bond_changelink() local
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c359 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()
/openbmc/linux/arch/arm/include/asm/
H A Dspinlock.h59 u32 newval; in arch_spin_lock() local
H A Datomic.h130 int oldval, newval; in arch_atomic_fetch_add_unless() local
484 s64 oldval, newval; in arch_atomic64_fetch_add_unless() local
/openbmc/linux/kernel/rcu/
H A Dsrcutiny.c99 int newval = READ_ONCE(ssp->srcu_lock_nesting[idx]) - 1; in __srcu_read_unlock() local
/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c67 u32 newval = read_reg(reg) | or_val; in update_reg() local
72 u32 newval = (read_reg(reg) & mask) | or_val; in update_mask_reg() local

12345