Home
last modified time | relevance | path

Searched refs:CIF_FPU (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/arch/s390/kernel/
Dfpu.c210 clear_cpu_flag(CIF_FPU); in __load_fpu_regs()
229 if (test_cpu_flag(CIF_FPU)) in save_fpu_regs()
261 set_cpu_flag(CIF_FPU); in save_fpu_regs()
Dnmi.c216 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
235 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
288 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
/Linux-v6.1/arch/s390/include/asm/
Dprocessor.h18 #define CIF_FPU 3 /* restore FPU registers */ macro
24 #define _CIF_FPU BIT(CIF_FPU)
Dentry-common.h44 if (test_cpu_flag(CIF_FPU)) in arch_exit_to_user_mode()
/Linux-v6.1/arch/s390/include/asm/fpu/
Dapi.h101 if (!test_cpu_flag(CIF_FPU)) in kernel_fpu_begin()
/Linux-v6.1/arch/s390/kvm/
Dvsie.c1131 if (test_cpu_flag(CIF_FPU)) in do_vsie_run()
Dkvm-s390.c4658 if (test_cpu_flag(CIF_FPU)) in __vcpu_run()