Home
last modified time | relevance | path

Searched refs:test_cpu_flag (Results 1 – 6 of 6) sorted by relevance

/arch/s390/kernel/
Dnmi.c129 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
146 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
185 if (!test_cpu_flag(CIF_FPU)) in s390_validate_registers()
Didle.c109 if (!test_cpu_flag(CIF_MCCK_PENDING)) in arch_cpu_idle()
118 if (test_cpu_flag(CIF_MCCK_PENDING)) in arch_cpu_idle_exit()
/arch/s390/include/asm/fpu/
Dapi.h97 if (!test_cpu_flag(CIF_FPU)) in kernel_fpu_begin()
/arch/s390/include/asm/
Dprocessor.h52 static inline int test_cpu_flag(int flag) in test_cpu_flag() function
67 #define arch_needs_cpu() test_cpu_flag(CIF_NOHZ_DELAY)
/arch/s390/kvm/
Dvsie.c774 if (test_cpu_flag(CIF_MCCK_PENDING)) in do_vsie_run()
Dkvm-s390.c2573 if (test_cpu_flag(CIF_MCCK_PENDING)) in vcpu_pre_run()