Home
last modified time | relevance | path

Searched refs:cpu_has_vx (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/arch/s390/kernel/
Dfpu.c25 if (!cpu_has_vx()) { in __kernel_fpu_begin()
74 if (!cpu_has_vx()) { in __kernel_fpu_end()
117 if (!cpu_has_vx()) { in load_fpu_state()
159 if (!cpu_has_vx()) { in save_fpu_state()
Dcompat_signal.c137 if (cpu_has_vx()) { in save_sigregs_ext32()
165 if (cpu_has_vx()) { in restore_sigregs_ext32()
265 if (!cpu_has_vx()) in setup_frame32()
348 if (cpu_has_vx()) { in setup_rt_frame32()
Dsignal.c182 if (cpu_has_vx()) { in save_sigregs_ext()
202 if (cpu_has_vx()) { in restore_sigregs_ext()
300 if (cpu_has_vx()) in setup_frame()
377 if (cpu_has_vx()) { in setup_rt_frame()
Dmachine_kexec.c95 if (cpu_has_vx()) in __machine_kdump()
Dsmp.c564 if (!cpu_has_vx() && !MACHINE_HAS_GS) in smp_store_status()
620 if (cpu_has_vx()) in smp_save_dump_ipl_cpu()
653 if (cpu_has_vx()) { in smp_save_dump_secondary_cpus()
Dnmi.c48 return cpu_has_vx() || MACHINE_HAS_GS; in nmi_needs_mcesa()
Dptrace.c951 if (!cpu_has_vx()) in s390_vxrs_low_get()
968 if (!cpu_has_vx()) in s390_vxrs_low_set()
988 if (!cpu_has_vx()) in s390_vxrs_high_get()
1003 if (!cpu_has_vx()) in s390_vxrs_high_set()
Dcrash_dump.c323 if (cpu_has_vx()) { in fill_cpu_elf_notes()
347 if (cpu_has_vx()) { in get_cpu_elf_notes_size()
Dtraps.c199 if (!cpu_has_vx()) { in vector_exception()
/linux-6.12.1/arch/s390/lib/
Dcsum-partial.c23 if (!cpu_has_vx()) { in csum_copy()
/linux-6.12.1/arch/s390/crypto/
Dchacha-glue.c85 if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !cpu_has_vx()) in chacha_crypt_arch()
/linux-6.12.1/lib/raid6/
Ds390vx.uc125 return cpu_has_vx();
/linux-6.12.1/arch/s390/kvm/
Dkvm-s390.h26 if (cpu_has_vx()) in kvm_s390_fpu_store()
35 if (cpu_has_vx()) in kvm_s390_fpu_load()
Dkvm-s390.c779 } else if (cpu_has_vx()) { in kvm_vm_ioctl_enable_cap()
3970 if (cpu_has_vx()) in kvm_arch_vcpu_create()
4323 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_set_fpu()
4337 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_get_fpu()
5131 if (cpu_has_vx()) { in kvm_s390_store_status_unloaded()
Dinterrupt.c642 if (cpu_has_vx()) { in __write_machine_check()
/linux-6.12.1/arch/s390/include/asm/
Dfpu.h56 static inline bool cpu_has_vx(void) in cpu_has_vx() function