Home
last modified time | relevance | path

Searched defs:ra (Results 26 – 50 of 228) sorted by relevance

12345678910

/openbmc/qemu/target/alpha/
H A Dtranslate.c314 static void gen_load_fp(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_load_fp()
325 static void gen_load_int(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_load_int()
380 static void gen_store_fp(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_store_fp()
388 static void gen_store_int(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_store_int()
405 static DisasJumpType gen_store_conditional(DisasContext *ctx, int ra, int rb, in gen_store_conditional()
458 static DisasJumpType gen_bdirect(DisasContext *ctx, int ra, int32_t disp) in gen_bdirect()
485 static DisasJumpType gen_bcond(DisasContext *ctx, TCGCond cond, int ra, in gen_bcond()
526 static DisasJumpType gen_fbcond(DisasContext *ctx, TCGCond cond, int ra, in gen_fbcond()
534 static void gen_fcmov(DisasContext *ctx, TCGCond cond, int ra, int rb, int rc) in gen_fcmov()
781 int ra, int rb, int rc, int fn11) in gen_ieee_arith3()
[all …]
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c85 static inline uint32_t ptw_ldl(const PTETranslate *in, uint64_t ra) in ptw_ldl()
93 static inline uint64_t ptw_ldq(const PTETranslate *in, uint64_t ra) in ptw_ldq()
141 uint64_t ra) in mmu_translate()
546 uint64_t ra) in get_physical_address()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c37 uint32_t code, uintptr_t ra) in tcg_s390_program_interrupt()
49 uintptr_t ra) in tcg_s390_data_exception()
66 uintptr_t ra) in tcg_s390_vector_exception()
638 uint8_t monitor_class, uintptr_t ra) in monitor_event()
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
16 #define LWZ(rt, d, ra) \ argument
/openbmc/qemu/tests/qtest/
H A Dxlnx-versal-trng-test.c121 static void trng_write(unsigned ra, uint32_t val) in trng_write()
126 static uint32_t trng_read(unsigned ra) in trng_read()
131 static void trng_bit_set(unsigned ra, uint32_t bits) in trng_bit_set()
136 static void trng_bit_clr(unsigned ra, uint32_t bits) in trng_bit_clr()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c477 uintptr_t ra = GETPC(); in fmovem_predec() local
495 uintptr_t ra = GETPC(); in fmovem_postinc() local
509 uintptr_t ra) in cpu_ld_floatx80_ra()
524 uintptr_t ra) in cpu_st_floatx80_ra()
533 uintptr_t ra) in cpu_ld_float64_ra()
544 uintptr_t ra) in cpu_st_float64_ra()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c323 MemOp memop, int size, bool probe, uintptr_t ra) in arm_cpu_tlb_fill_align()
366 bool maperr, uintptr_t ra) in arm_cpu_record_sigsegv()
383 MMUAccessType access_type, uintptr_t ra) in arm_cpu_record_sigbus()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h109 #define VSX_XX1(xs, ra, rb) (((xs) & 0x1f) << 21 | ((ra) << 16) | \ argument
111 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) argument
112 #define LXVD2X(xs, ra, rb) .long (0x7c000698 | VSX_XX1((xs), (ra), (rb))) argument
/openbmc/linux/drivers/char/hw_random/
H A Dn2-drv.c109 static unsigned long n2rng_generic_read_control_v2(unsigned long ra, in n2rng_generic_read_control_v2()
149 unsigned long ra = __pa(&np->scratch_control[0]); in n2rng_control_settle_v2() local
422 unsigned long ra = __pa(&np->test_data); in n2rng_data_read() local
457 unsigned long ra = __pa(&np->test_data); in n2rng_guest_check() local
/openbmc/linux/arch/sparc/kernel/
H A Dsysfs.c104 unsigned long ra = 0; in read_mmustat_enable() local
113 unsigned long ra, orig_ra, *val = data; in write_mmustat_enable() local
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp223 auto test = [&](DHCPConf conf, bool dhcp4, bool dhcp6, bool ra) { in TEST_F()
231 auto set_test = [&](DHCPConf conf, bool dhcp4, bool dhcp6, bool ra) { in TEST_F()
244 auto ind_test = [&](DHCPConf conf, bool dhcp4, bool dhcp6, bool ra) { in TEST_F()
/openbmc/qemu/target/i386/tcg/
H A Daccess.c13 MMUAccessType type, int mmu_idx, uintptr_t ra) in access_prepare_mmu()
49 unsigned size, MMUAccessType type, uintptr_t ra) in access_prepare()
/openbmc/linux/net/mac80211/
H A Dagg-tx.c112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar()
823 const u8 *ra, u16 tid, struct sta_info **sta) in ieee80211_lookup_tid_tx()
848 const u8 *ra, u16 tid) in ieee80211_start_tx_ba_cb_irqsafe()
962 const u8 *ra, u16 tid) in ieee80211_stop_tx_ba_cb_irqsafe()
/openbmc/linux/arch/sh/kernel/
H A Dreturn_address.c17 unsigned long ra; in return_address() local
/openbmc/linux/arch/riscv/include/asm/
H A Dstacktrace.h11 unsigned long ra; member
/openbmc/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h16 unsigned long ra; member
/openbmc/qemu/target/arm/
H A Dtcg-stubs.c20 uint32_t target_el, uintptr_t ra) in raise_exception_ra()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c547 unsigned long *ra) in unwind_stack_by_address()
637 unsigned long pc, unsigned long *ra) in unwind_stack()
664 unsigned long ra = 0; in __get_wchan() local
H A Dperf_event.c47 unsigned long ra = regs->regs[31]; in perf_callchain_kernel() local
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c98 mwifiex_wmm_allocate_ralist_node(struct mwifiex_adapter *adapter, const u8 *ra) in mwifiex_wmm_allocate_ralist_node()
138 void mwifiex_ralist_add(struct mwifiex_private *priv, const u8 *ra) in mwifiex_ralist_add()
818 u8 ra[ETH_ALEN], tid_down; in mwifiex_wmm_add_buf_txqueue() local
1175 struct mwifiex_ra_list_tbl *ra, in mwifiex_rotate_priolists()
1410 u8 ra[ETH_ALEN]; in mwifiex_dequeue_tx_packet() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h56 #define ra $31 /* return address */ macro
99 #define ra $31 /* return address */ macro
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_tpmi.c62 static int tpmi_rapl_read_raw(int id, struct reg_action *ra) in tpmi_rapl_read_raw()
73 static int tpmi_rapl_write_raw(int id, struct reg_action *ra) in tpmi_rapl_write_raw()
/openbmc/linux/arch/mips/include/asm/
H A Dregdef.h59 #define ra $31 /* return address */ macro
102 #define ra $31 /* return address */ macro
H A Dstacktrace.h20 unsigned long *sp, unsigned long pc, unsigned long *ra) in unwind_stack()
/openbmc/linux/arch/mips/loongson64/
H A Dcop2-ex.c32 unsigned long ra, value, value_next; in loongson_cu2_call() local

12345678910