Home
last modified time | relevance | path

Searched defs:fsr (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/arch/arm/arm/
H A Dfault.c167 u_int user, far, fsr, ftyp; in data_abort_handler() local
390 dab_fatal(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, in dab_fatal()
444 dab_align(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, in dab_align()
486 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, in dab_buserr()
526 uint fsr, far; in prefetch_abort_handler() local
H A Dpmap7.c1691 dab_access(trapframe_t *tf, u_int fsr, u_int far, struct proc *p) in dab_access()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dcrtfastmath.c40 unsigned int fsr; in set_fast_math() local
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dcrtfastmath.c40 unsigned int fsr; in set_fast_math() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20001013-1.c32 unsigned int fsr = 0; in main() local
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu.c189 int i, fsr = fs->fs_fsr, error; in fpu_cleanup() local
279 int opf, rdtype, rd, err, mask, cx, fsr; in fpu_execute() local
593 int opf = instr.i_opf.i_opf, rs1, rs2, rtype, cx, fsr; in fpu_insn_fcmp() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h39 uint32_t fsr; /* Fault status */ member
H A DRegisterContextDarwin_arm.h124 uint32_t fsr; /* Fault status */ member
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_qp.c138 #define FSR_GET_FCC0(fsr) (((fsr) >> FSR_FCC_SHIFT) & FSR_FCC_MASK) argument
H A Dfpu_implode.c66 #define FSR_GET_RD(fsr) (((fsr) >> FSR_RD_SHIFT) & FSR_RD_MASK) argument
H A Dfpu_emu.h176 #define FSR_GET_RD(fsr) (((fsr) >> FSR_RD_SHIFT) & FSR_RD_MASK) argument
/openbsd/sys/arch/arm/include/
H A Darmreg.h352 #define FAULT_TYPE(fsr) ((fsr) & 0x0f) argument
353 #define FAULT_TYPE_V7(fsr) (((fsr) & 0x0f) | (((fsr) & 0x00000400) >> 6)) argument
/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c129 uint32_t fsr; in getfsr() local
142 setfsr(uint32_t fsr) in setfsr()
163 uint32_t fsr, excbits; in MipsFPTrap() local
H A Dtrap.c867 MipsEmulateBranch(struct trapframe *tf, vaddr_t instPC, uint32_t fsr, in MipsEmulateBranch()
/openbsd/sys/arch/mips64/include/
H A Dframe.h111 register_t fsr; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dh8300-tdep.c332 CORE_ADDR after_prolog_fp, CORE_ADDR *fsr, in h8300_examine_prologue()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1993 uptr fsr = ucontext->uc_mcontext.error_code; in GetWriteFlag() local