Home
last modified time | relevance | path

Searched refs:RA (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dk3-ringacc.txt3 The Ring Accelerator (RA) is a machine which converts read/write accesses
5 circular data structure in memory. The RA eliminates the need for each DMA
9 source interface on the RA) and the RA replaces the address for the transaction
14 management of the packet queues. The K3 SoCs can have more than one RA instances
21 "rt" - The RA Ring Real-time Control/Status Registers
22 "fifos" - The RA Queues Registers
23 "proxy_gcfg" - The RA Proxy Global Config Registers
24 "proxy_target" - The RA Proxy Datapath Registers
25 - ti,num-rings : Number of rings supported by RA
H A Dk3-ringacc.yaml15 The Ring Accelerator (RA) is a machine which converts read/write accesses
17 circular data structure in memory. The RA eliminates the need for each DMA
21 source interface on the RA) and the RA replaces the address for the transaction
26 management of the packet queues. The K3 SoCs can have more than one RA instances
51 description: Number of rings supported by RA
/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c94 if (insn.IType.rs != SP || insn.IType.rt != RA) in stack_capture()
124 if (insn.RType.rs != RA) in stack_capture()
H A Ddb_trace.c365 ra = kdbpeekd((int *)TF_REG(sp, RA)); in stacktrace_subr()
371 ra = kdbpeek((int *)TF_REG(sp, RA)); in stacktrace_subr()
H A Dexception.S314 SAVE_REG(ra, RA, sp) ;\
360 RESTORE_REG(ra, RA, sp) ;\
466 SAVE_U_PCB_REG(ra, RA, k1)
556 RESTORE_U_PCB_REG(ra, RA, k1)
572 REG_S ra, CALLFRAME_RA(sp) # save RA
715 SAVE_U_PCB_REG(ra, RA, k1)
835 RESTORE_U_PCB_REG(ra, RA, k1)
H A Dswtch.S129 RESTORE_U_PCB_REG(ra, RA, k1)
H A Dcpu.c69 #define _JR_RA _ENCODE_INSN(OP_SPECIAL, RA, 0, 0, OP_JR)
/f-stack/freebsd/mips/include/
H A Dregnum.h98 #define RA 31 macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c347 #define RA(i) (base+GETARG_A(i)) macro
402 ra = RA(i); in luaV_execute()
538 setobjs2s(L, RA(i), base+b); in luaV_execute()
689 cb = RA(i) + 3; /* previous call may change the stack */ in luaV_execute()
750 ra = RA(i); /* previous call may change the stack */ in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c550 #define RA(i) (base+GETARG_A(i)) macro
614 ra = RA(i); in luaV_execute()
723 ra = RA(i); /* 'luav_concat' may invoke TMs and move the stack */ in luaV_execute()
864 ra = RA(i); in luaV_execute()
913 ra = RA(i); /* previous call may change the stack */ in luaV_execute()
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h135 UINT64 RA; member