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; in copy_lsx_from_sigcontext() local
168 uint32_t __user *fcsr = &ctx->fcsr; in copy_lasx_to_sigcontext() local
193 uint32_t __user *fcsr = &ctx->fcsr; in copy_lasx_from_sigcontext() local
264 uint32_t __user *fcsr = &ctx->fcsr; in save_hw_fpu_context() local
273 uint32_t __user *fcsr = &ctx->fcsr; in restore_hw_fpu_context() local
282 uint32_t __user *fcsr = &ctx->fcsr; in save_hw_lsx_context() local
291 uint32_t __user *fcsr = &ctx->fcsr; in restore_hw_lsx_context() local
[all …]
H A Dtraps.c454 static void force_fcsr_sig(unsigned long fcsr, in force_fcsr_sig()
473 static int process_fpemu_return(int sig, void __user *fault_addr, unsigned long fcsr) in process_fpemu_return()
508 asmlinkage void noinstr do_fpe(struct pt_regs *regs, unsigned long fcsr) in do_fpe()
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()
165 unsigned int fcsr = current->thread.fpu.fcsr; in init_fpu() local
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()
1325 static inline void kvm_check_fcsr(struct kvm_vcpu *vcpu, unsigned long fcsr) { } in kvm_check_fcsr()
/linux/arch/mips/kernel/ !
H A Dptrace.c597 unsigned int fcsr; member