Home
last modified time | relevance | path

Searched refs:test_facility (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/arch/s390/kernel/
Dearly.c125 if (!test_facility(11)) in setup_topology()
211 if (test_facility(8)) { in detect_machine_facilities()
215 if (test_facility(78)) in detect_machine_facilities()
217 if (test_facility(3)) in detect_machine_facilities()
219 if (test_facility(50) && test_facility(73)) { in detect_machine_facilities()
223 if (test_facility(51)) in detect_machine_facilities()
225 if (test_facility(129)) { in detect_machine_facilities()
229 if (test_facility(130)) { in detect_machine_facilities()
233 if (test_facility(133)) in detect_machine_facilities()
235 if (test_facility(139) && (tod_clock_base[1] & 0x80)) { in detect_machine_facilities()
[all …]
Dnospec-branch.c14 if (enabled && test_facility(82)) { in nobp_setup_early()
38 if (test_facility(156)) in nospec_report()
61 if (test_facility(156)) { in nospec_auto_detect()
Dprocessor.c39 if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL) in cpu_detect_mhz_feature()
203 if (!test_facility(82)) in s390_isolate_bp()
212 if (!test_facility(82)) in s390_isolate_bp_guest()
Dcache.c74 if (!test_facility(34)) in show_cacheinfo()
135 if (!test_facility(34)) in init_cache_level()
160 if (!test_facility(34)) in populate_cache_leaves()
Dsetup.c732 if (test_facility(stfl_bits[i])) in setup_hwcaps()
735 if (test_facility(22) && test_facility(30)) in setup_hwcaps()
751 if ((elf_hwcap & (1UL << 2)) && test_facility(42) && test_facility(44)) in setup_hwcaps()
779 if (test_facility(134)) in setup_hwcaps()
781 if (test_facility(135)) in setup_hwcaps()
Duprobes.c179 if (!test_facility(34)) \
196 if (!test_facility(34)) \
215 if (!test_facility(34)) \
330 if (!test_facility(34)) in handle_insn_ril()
Dnospec-sysfs.c16 if (test_facility(156)) in cpu_show_spectre_v2()
Druntime_instr.c74 if (!test_facility(64)) in SYSCALL_DEFINE2()
Dprocess.c56 if (test_facility(40)) in arch_setup_new_exec()
Dvdso.c132 vd->ectg_available = test_facility(31); in vdso_init_data()
Dsthyi.c420 if (test_facility(74)) in fill_dst()
Dmodule.c447 if (test_facility(35)) { in module_finalize()
Dtime.c89 if (!test_facility(28)) in time_early_init()
/Linux-v4.19/arch/s390/include/asm/
Dcpu_mf.h32 return test_facility(40) && test_facility(67); in cpum_cf_avail()
37 return test_facility(40) && test_facility(68); in cpum_sf_avail()
Dcpacf.h188 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode()
190 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode()
195 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode()
197 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode()
199 return test_facility(146); /* check for MSA8 */ in __cpacf_check_opcode()
Dfacility.h51 static inline int test_facility(unsigned long nr) in test_facility() function
/Linux-v4.19/arch/s390/lib/
Duaccess.c24 if (test_facility(27)) in uaccess_init()
93 if (old_fs == USER_DS && test_facility(27)) { in disable_sacf_uaccess()
/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.c333 if (test_facility(28)) /* TOD-clock steering */ in kvm_s390_cpu_feat_init()
338 if (test_facility(17)) { /* MSA */ in kvm_s390_cpu_feat_init()
350 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init()
353 if (test_facility(77)) { /* MSA4 */ in kvm_s390_cpu_feat_init()
363 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init()
367 if (test_facility(146)) /* MSA8 */ in kvm_s390_cpu_feat_init()
378 !test_facility(3) || !nested) in kvm_s390_cpu_feat_init()
508 r = test_facility(64); in kvm_vm_ioctl_check_extension()
511 r = test_facility(133); in kvm_vm_ioctl_check_extension()
514 r = test_facility(82); in kvm_vm_ioctl_check_extension()
[all …]
/Linux-v4.19/arch/s390/pci/
Dpci_insn.c101 if (!test_facility(72)) in zpci_set_irq_ctrl()
Dpci.c962 if (!test_facility(69) || !test_facility(71)) in pci_base_init()
/Linux-v4.19/arch/s390/mm/
Dpage-states.c62 if (test_facility(147)) in cmma_init()
Dpageattr.c326 if (test_facility(13)) { in ipte_range()
Dfault.c64 if (test_facility(75)) in fault_init()
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c159 return test_facility(65); in ap_interrupts_available()
170 return test_facility(12); in ap_configuration_available()
181 return test_facility(15); in ap_apft_available()
/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c461 if (test_facility(35)) { in bpf_jit_epilogue()
480 if (test_facility(35)) { in bpf_jit_epilogue()

12