Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dioinst.c62 void ioinst_handle_xsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra) in ioinst_handle_xsch()
80 void ioinst_handle_csch(S390CPU *cpu, uint64_t reg1, uintptr_t ra) in ioinst_handle_csch()
98 void ioinst_handle_hsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra) in ioinst_handle_hsch()
135 void ioinst_handle_msch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, uintptr_t ra) in ioinst_handle_msch()
194 void ioinst_handle_ssch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, uintptr_t ra) in ioinst_handle_ssch()
262 void ioinst_handle_stsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, in ioinst_handle_stsch()
336 int ioinst_handle_tsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, uintptr_t ra) in ioinst_handle_tsch()
733 void ioinst_handle_schm(S390CPU *cpu, uint64_t reg1, uint64_t reg2, in ioinst_handle_schm()
760 void ioinst_handle_rsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra) in ioinst_handle_rsch()
781 void ioinst_handle_rchp(S390CPU *cpu, uint64_t reg1, uintptr_t ra) in ioinst_handle_rchp()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/
H A Dsip.c10 unsigned long reg1, unsigned long reg2) in call_imx_sip()
/openbmc/u-boot/post/lib_powerpc/
H A Dtwo.c82 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_two() local
H A Dtwox.c82 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_twox() local
H A Dthreei.c76 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_threei() local
H A Dandi.c62 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_andi() local
H A Dsrawi.c62 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_srawi() local
H A Dthreex.c126 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_threex() local
H A Dthree.c156 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_three() local
H A Drlwinm.c60 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_rlwinm() local
H A Drlwnm.c61 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_rlwnm() local
H A Drlwimi.c63 unsigned int reg1 = (reg + 1) % 32; in cpu_post_test_rlwimi() local
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dset_device_action_tests.cpp49 Device reg1{ in TEST() local
H A Daction_environment_tests.cpp47 Device reg1{ in TEST() local
152 Device reg1{ in TEST() local
/openbmc/u-boot/board/mscc/jr2/
H A Djr2.c38 void __iomem *reg0, *reg1; in vcoreiii_gpio_set_alternate() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c68 uint8_t idx, reg1, reg2, reg3, tmp1, tmp2; in nand_calculate_ecc() local
/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c31 uint32_t reg1 = rtc->reg[COUNTER1]; in aspeed_rtc_calc_offset() local
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h108 u32 reg1; member
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c48 static void *reg_pair_to_ptr(u32 reg0, u32 reg1) in reg_pair_to_ptr()
59 static void reg_pair_from_64(u32 *reg0, u32 *reg1, u64 val) in reg_pair_from_64()
/openbmc/u-boot/drivers/sound/
H A Dwm8994.c424 int reg1 = 0; in configure_aif_clock() local
/openbmc/qemu/target/m68k/
H A Dtranslate.c3210 static void do_exg(TCGv reg1, TCGv reg2) in do_exg()