Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dfpu.c27 if (!cpu_has_vx()) { in __kernel_fpu_begin()
76 if (!cpu_has_vx()) { in __kernel_fpu_end()
119 if (!cpu_has_vx()) { in load_fpu_state()
161 if (!cpu_has_vx()) { in save_fpu_state()
H A Dsignal.c181 if (cpu_has_vx()) { in save_sigregs_ext()
201 if (cpu_has_vx()) { in restore_sigregs_ext()
293 if (cpu_has_vx()) in setup_frame()
364 if (cpu_has_vx()) { in setup_rt_frame()
H A Dptrace.c647 if (!cpu_has_vx()) in s390_vxrs_low_get()
664 if (!cpu_has_vx()) in s390_vxrs_low_set()
684 if (!cpu_has_vx()) in s390_vxrs_high_get()
699 if (!cpu_has_vx()) in s390_vxrs_high_set()
H A Dmachine_kexec.c97 if (cpu_has_vx()) in __machine_kdump()
H A Dearly.c198 if (cpu_has_vx()) in save_vector_registers()
H A Dsmp.c557 if (!cpu_has_vx() && !cpu_has_gs()) in smp_store_status()
611 if (cpu_has_vx()) in smp_save_dump_ipl_cpu()
642 if (cpu_has_vx()) { in smp_save_dump_secondary_cpus()
H A Dcrash_dump.c319 if (cpu_has_vx()) { in fill_cpu_elf_notes()
341 if (cpu_has_vx()) { in get_cpu_elf_notes_size()
H A Dnmi.c49 return cpu_has_vx() || cpu_has_gs(); in nmi_needs_mcesa()
/linux/lib/crc/s390/
H A Dcrc32.h31 if (datalen < VX_MIN_LEN + VX_ALIGN_MASK || !cpu_has_vx()) \
61 if (cpu_has_vx()) { in DEFINE_CRC32_VX()
/linux/arch/s390/include/asm/
H A Dcpufeature.h35 #define cpu_has_vx() test_facility(129) macro
/linux/lib/crypto/s390/
H A Dchacha.h24 if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !cpu_has_vx()) { in chacha_crypt_arch()
/linux/arch/s390/lib/
H A Dcsum-partial.c23 if (!cpu_has_vx()) { in csum_copy()
/linux/lib/raid6/
H A Ds390vx.uc126 return cpu_has_vx();
/linux/arch/s390/kvm/
H A Dkvm-s390.h38 if (cpu_has_vx()) in kvm_s390_fpu_store()
47 if (cpu_has_vx()) in kvm_s390_fpu_load()
H A Dkvm-s390.c798 } else if (cpu_has_vx()) { in kvm_vm_ioctl_enable_cap()
3749 if (cpu_has_vx()) in kvm_arch_vcpu_create()
4077 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_set_fpu()
4091 if (cpu_has_vx()) in kvm_arch_vcpu_ioctl_get_fpu()
5022 if (cpu_has_vx()) { in kvm_s390_store_status_unloaded()
H A Dinterrupt.c588 if (cpu_has_vx()) { in __write_machine_check()
/linux/arch/s390/boot/
H A Dstartup.c142 if (cpu_has_vx()) in detect_facilities()