Home
last modified time | relevance | path

Searched refs:fa2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/libexec/rtld-elf/riscv/
H A Drtld_start.S81 fsd fa2, (8 * 11)(sp)
117 fld fa2, (8 * 11)(sp)
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,iproc-pdc-mbox.txt7 - compatible : Should be "brcm,iproc-pdc-mbox" or "brcm,iproc-fa2-mbox" for
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_sched.c498 int rc = 0, fa, fa2, i, pktsize, burstsize; in t4_reserve_cl_rl_kbps() local
517 fa = fa2 = -1; in t4_reserve_cl_rl_kbps()
539 if (fa2 < 0 && tc->refcount == 0 && !(tc->flags & CF_USER)) { in t4_reserve_cl_rl_kbps()
540 fa2 = i; /* first available, used previously. */ in t4_reserve_cl_rl_kbps()
546 fa = fa2; in t4_reserve_cl_rl_kbps()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_loongarch64.h129 DEFINE_FPR64_ALT(f2, fa2, LLDB_INVALID_REGNUM),
H A DRegisterInfos_riscv64.h130 DEFINE_FPR64_ALT(fa2, f12, LLDB_INVALID_REGNUM),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td132 def F2 : LoongArchReg32<2, "f2", ["fa2"]>, DwarfRegNum<[34]>;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dbcm-nsp.dtsi263 compatible = "brcm,iproc-fa2-mbox";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td191 def F12_H : RISCVReg16<12,"f12", ["fa2"]>, DwarfRegNum<[44]>;