/openbmc/linux/arch/loongarch/kernel/ |
H A D | signal.c | 109 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_to_sigcontext() local 129 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_from_sigcontext() local 147 uint32_t __user *fcsr = &ctx->fcsr; in copy_lsx_to_sigcontext() local 168 uint32_t __user *fcsr = &ctx->fcsr; in copy_lsx_from_sigcontext() local 188 uint32_t __user *fcsr = &ctx->fcsr; in copy_lasx_to_sigcontext() local 213 uint32_t __user *fcsr = &ctx->fcsr; in copy_lasx_from_sigcontext() local 284 uint32_t __user *fcsr = &ctx->fcsr; in save_hw_fpu_context() local 293 uint32_t __user *fcsr = &ctx->fcsr; in restore_hw_fpu_context() local 302 uint32_t __user *fcsr = &ctx->fcsr; in save_hw_lsx_context() local 311 uint32_t __user *fcsr = &ctx->fcsr; in restore_hw_lsx_context() local [all …]
|
H A D | traps.c | 427 static void force_fcsr_sig(unsigned long fcsr, in force_fcsr_sig() 446 static int process_fpemu_return(int sig, void __user *fault_addr, unsigned long fcsr) in process_fpemu_return() 481 asmlinkage void noinstr do_fpe(struct pt_regs *regs, unsigned long fcsr) in do_fpe()
|
H A D | cpu-probe.c | 32 unsigned long sr, mask, fcsr, fcsr0, fcsr1; in cpu_set_fpu_fcsr_mask() local
|
/openbmc/linux/arch/loongarch/include/uapi/asm/ |
H A D | sigcontext.h | 41 __u32 fcsr; member 50 __u32 fcsr; member 59 __u32 fcsr; member
|
H A D | ptrace.h | 46 uint32_t fcsr; member
|
/openbmc/qemu/linux-user/riscv/ |
H A D | signal.c | 38 uint32_t fcsr; member 93 uint32_t fcsr = riscv_csr_read(env, CSR_FCSR); in setup_sigcontext() local 160 uint32_t fcsr; in restore_sigcontext() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | fpu-probe.c | 51 unsigned long sr, mask, fcsr, fcsr0, fcsr1; in cpu_set_fpu_fcsr_mask() local 84 unsigned long sr, fir, fcsr, fcsr0, fcsr1; in cpu_set_fpu_2008() local
|
H A D | ptrace.c | 597 unsigned int fcsr; member
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | test_fcsr.c | 5 unsigned fcsr; in main() local
|
/openbmc/linux/arch/riscv/include/uapi/asm/ |
H A D | ptrace.h | 61 __u32 fcsr; member 66 __u32 fcsr; member 71 __u32 fcsr; member
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | ptrace.h | 61 __u32 fcsr; member 66 __u32 fcsr; member 71 __u32 fcsr; member
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | signal.c | 38 abi_uint fcsr; member 49 abi_uint fcsr; member 57 abi_uint fcsr; member
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | fpu.h | 55 static inline unsigned long mask_fcsr_x(unsigned long fcsr) in mask_fcsr_x() 157 unsigned int fcsr = current->thread.fpu.fcsr; in init_fpu() local
|
H A D | processor.h | 84 uint32_t fcsr; member
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | kvm.h | 35 __u32 fcsr; member
|
/openbmc/qemu/target/loongarch/ |
H A D | arch_dump.c | 58 unsigned int fcsr; member
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | ssi.h | 24 u32 fcsr; member
|