Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dnmi.c270 if (!mci.vr && !test_cpu_flag(CIF_MCCK_GUEST)) in s390_validate_registers()
310 if (!test_cpu_flag(CIF_MCCK_GUEST)) in s390_validate_registers()
394 if (mci.pd && !test_cpu_flag(CIF_MCCK_GUEST)) { in s390_do_machine_check()
445 if (test_cpu_flag(CIF_MCCK_GUEST)) in s390_do_machine_check()
464 if (!test_cpu_flag(CIF_MCCK_GUEST)) { in s390_do_machine_check()
492 if (test_cpu_flag(CIF_MCCK_GUEST) && in s390_do_machine_check()
H A Dfpu.c228 if (test_cpu_flag(CIF_FPU)) in save_fpu_regs()
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h57 static __always_inline bool test_cpu_flag(int flag) in test_cpu_flag() function
64 if (test_cpu_flag(flag)) in test_and_set_cpu_flag()
72 if (!test_cpu_flag(flag)) in test_and_clear_cpu_flag()
89 #define arch_needs_cpu() test_cpu_flag(CIF_NOHZ_DELAY)
H A Dentry-common.h44 if (test_cpu_flag(CIF_FPU)) in arch_exit_to_user_mode()
/openbmc/linux/arch/s390/include/asm/fpu/
H A Dapi.h101 if (!test_cpu_flag(CIF_FPU)) in kernel_fpu_begin()
/openbmc/linux/arch/s390/lib/
H A Dspinlock.c245 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c1137 if (test_cpu_flag(CIF_FPU)) in do_vsie_run()
H A Dkvm-s390.c4832 if (test_cpu_flag(CIF_FPU)) in __vcpu_run()