Searched refs:fsr (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dswtch.S33 #include <machine/fsr.h>
H A Dvm_machdep.c79 #include <machine/fsr.h>
H A Dexception.S66 #include <machine/fsr.h>
2216 * Pass %fsr in %l4, %tstate in %l5, %tpc in %l6 and %tnpc in %l7.
2217 * The ABI specifies only %l6 and %l7, but we need to pass %fsr or
2220 * and %asi. The %fsr must be stored to memory, so we use the
2227 stx %fsr, [ASP_REG]
2337 stx %fsr, [%sp + SPOFF + CCFSZ + TF_FSR]
2424 stx %fsr, [%sp + SPOFF + CCFSZ + TF_FSR]
2607 * Restore %fsr and %gsr. These need floating point enabled in %fprs,
2611 ldx [%sp + SPOFF + CCFSZ + TF_FSR], %fsr
H A Dmachdep.c96 #include <machine/fsr.h>
H A Dsupport.S36 #include <machine/fsr.h>
/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_implode.c58 #include <machine/fsr.h>
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlynx-nat.c173 FX (fsr), /* fpsr */
/freebsd-11.0-release/sys/mips/mips/
H A Dpm_machdep.c251 va = MipsEmulateBranch(locr0, locr0->pc, locr0->fsr,
/freebsd-11.0-release/sys/sparc64/pci/
H A Dofw_pci.c55 #include <machine/fsr.h>
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp240 { "fsr", NULL, 4, EXC_OFFSET(1), eEncodingUint, eFormatHex, { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, exc_fsr }, NULL, NULL},
715 value.SetUInt32 (exc.fsr);
808 exc.fsr = value.GetAsUInt32();
/freebsd-11.0-release/sys/arm/arm/
H A Dpmap-v6.c6296 pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode) argument
6409 if ((fsr & FSR_WNR) && (idx == FAULT_PERM_L2)) {
6420 if ((fsr & FSR_WNR) && (idx == FAULT_PERM_L1)) {

Completed in 198 milliseconds

12