Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A 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()
H A 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()
H A 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()
H A Dmachine_kexec.c97 if (cpu_has_vx()) in __machine_kdump()
H A Dearly.c194 if (cpu_has_vx()) in save_vector_registers()
H A Dsmp.c558 if (!cpu_has_vx() && !cpu_has_gs()) in smp_store_status()
612 if (cpu_has_vx()) in smp_save_dump_ipl_cpu()
643 if (cpu_has_vx()) { in smp_save_dump_secondary_cpus()
H A Dnmi.c49 return cpu_has_vx() || cpu_has_gs(); in nmi_needs_mcesa()
H A Dcrash_dump.c318 if (cpu_has_vx()) { in fill_cpu_elf_notes()
340 if (cpu_has_vx()) { in get_cpu_elf_notes_size()
H A Dptrace.c954 if (!cpu_has_vx()) in s390_vxrs_low_get()
971 if (!cpu_has_vx()) in s390_vxrs_low_set()
991 if (!cpu_has_vx()) in s390_vxrs_high_get()
1006 if (!cpu_has_vx()) in s390_vxrs_high_set()
/linux-6.15/arch/s390/include/asm/
H A Dcpufeature.h35 #define cpu_has_vx() test_facility(129) macro
/linux-6.15/arch/s390/lib/
H A Dcsum-partial.c23 if (!cpu_has_vx()) { in csum_copy()
/linux-6.15/arch/s390/crypto/
H A Dchacha-glue.c79 if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !cpu_has_vx()) in chacha_crypt_arch()
/linux-6.15/lib/raid6/
H A Ds390vx.uc126 return cpu_has_vx();
/linux-6.15/arch/s390/kvm/
H A Dkvm-s390.h28 if (cpu_has_vx()) in kvm_s390_fpu_store()
37 if (cpu_has_vx()) in kvm_s390_fpu_load()
H A Dkvm-s390.c795 } else if (cpu_has_vx()) { in kvm_vm_ioctl_enable_cap()
4019 if (cpu_has_vx()) in kvm_arch_vcpu_create()
4372 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_set_fpu()
4386 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_get_fpu()
5389 if (cpu_has_vx()) { in kvm_s390_store_status_unloaded()
H A Dinterrupt.c634 if (cpu_has_vx()) { in __write_machine_check()
/linux-6.15/arch/s390/boot/
H A Dstartup.c131 if (cpu_has_vx()) in detect_facilities()