Home
last modified time | relevance | path

Searched refs:loadval (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dtimer_s10.c17 int loadval = ~0; in timer_init() local
23 asm volatile("msr cntp_tval_el0, %0" : : "r" (loadval)); in timer_init()
/openbmc/qemu/target/m68k/
H A Dtranslate.c5435 TCGv loadval; in DISAS_INSN() local
5461 loadval = gen_load(s, OS_LONG, addr, 0, IS_USER(s)); in DISAS_INSN()
5467 loadval = addr = NULL_QREG; in DISAS_INSN()
5580 tcg_gen_mov_i32(rw, loadval); in DISAS_INSN()