Home
last modified time | relevance | path

Searched defs:fcsr (Results 1 – 11 of 11) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dsignal.c89 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_to_sigcontext() local
109 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_from_sigcontext() local
127 uint32_t __user *fcsr = &ctx->fcsr; in copy_lsx_to_sigcontext() local
148 uint32_t __user *fcsr = &ctx->fcsr; copy_lsx_from_sigcontext() local
168 uint32_t __user *fcsr = &ctx->fcsr; copy_lasx_to_sigcontext() local
193 uint32_t __user *fcsr = &ctx->fcsr; copy_lasx_from_sigcontext() local
264 uint32_t __user *fcsr = &ctx->fcsr; save_hw_fpu_context() local
273 uint32_t __user *fcsr = &ctx->fcsr; restore_hw_fpu_context() local
282 uint32_t __user *fcsr = &ctx->fcsr; save_hw_lsx_context() local
291 uint32_t __user *fcsr = &ctx->fcsr; restore_hw_lsx_context() local
300 uint32_t __user *fcsr = &ctx->fcsr; save_hw_lasx_context() local
309 uint32_t __user *fcsr = &ctx->fcsr; restore_hw_lasx_context() local
349 fcsr_pending(unsigned int __user * fcsr) fcsr_pending() argument
378 uint32_t __user *fcsr = &fpu_ctx->fcsr; protected_save_fpu_context() local
412 uint32_t __user *fcsr = &fpu_ctx->fcsr; protected_restore_fpu_context() local
447 uint32_t __user *fcsr = &lsx_ctx->fcsr; protected_save_lsx_context() local
484 uint32_t __user *fcsr = &lsx_ctx->fcsr; protected_restore_lsx_context() local
523 uint32_t __user *fcsr = &lasx_ctx->fcsr; protected_save_lasx_context() local
563 uint32_t __user *fcsr = &lasx_ctx->fcsr; protected_restore_lasx_context() local
[all...]
H A Dtraps.c454 static void force_fcsr_sig(unsigned long fcsr, in force_fcsr_sig() argument
473 static int process_fpemu_return(int sig, void __user *fault_addr, unsigned long fcsr) in process_fpemu_return() argument
508 asmlinkage void noinstr do_fpe(struct pt_regs *regs, unsigned long fcsr) in do_fpe() argument
[all...]
H A Dcpu-probe.c32 unsigned long sr, mask, fcsr, fcsr0, fcsr1; in cpu_set_fpu_fcsr_mask() local
/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h40 __u32 fcsr; member
49 __u32 fcsr; member
58 __u32 fcsr; member
H A Dptrace.h46 uint32_t fcsr; member
H A Dkvm.h37 __u32 fcsr; member
/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h61 __u32 fcsr; member
66 __u32 fcsr; member
71 __u32 fcsr; member
/linux/arch/loongarch/include/asm/
H A Dfpu.h63 static inline unsigned long mask_fcsr_x(unsigned long fcsr) in mask_fcsr_x() argument
165 unsigned int fcsr = current->thread.fpu.fcsr; in init_fpu() local
[all...]
H A Dprocessor.h84 uint32_t fcsr; member
/linux/arch/loongarch/kvm/
H A Dvcpu.c1305 static void kvm_check_fcsr(struct kvm_vcpu *vcpu, unsigned long fcsr) in kvm_check_fcsr() argument
1325 static inline void kvm_check_fcsr(struct kvm_vcpu *vcpu, unsigned long fcsr) { } in kvm_check_fcsr() argument
[all...]
/linux/arch/mips/kernel/
H A Dptrace.c597 unsigned int fcsr; member