Searched refs:cpu_has_vx (Results 1 – 16 of 16) sorted by relevance
25 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()
137 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()
182 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()
95 if (cpu_has_vx()) in __machine_kdump()
564 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()
48 return cpu_has_vx() || MACHINE_HAS_GS; in nmi_needs_mcesa()
951 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()
323 if (cpu_has_vx()) { in fill_cpu_elf_notes()347 if (cpu_has_vx()) { in get_cpu_elf_notes_size()
199 if (!cpu_has_vx()) { in vector_exception()
23 if (!cpu_has_vx()) { in csum_copy()
85 if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !cpu_has_vx()) in chacha_crypt_arch()
125 return cpu_has_vx();
26 if (cpu_has_vx()) in kvm_s390_fpu_store()35 if (cpu_has_vx()) in kvm_s390_fpu_load()
779 } 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()
642 if (cpu_has_vx()) { in __write_machine_check()
56 static inline bool cpu_has_vx(void) in cpu_has_vx() function