Home
last modified time | relevance | path

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

12

/linux/arch/s390/kernel/
A Dprocessor.c175 if (test_facility(0)) in setup_hwcaps()
182 if (test_facility(7)) in setup_hwcaps()
186 if (test_facility(17)) in setup_hwcaps()
190 if (test_facility(19)) in setup_hwcaps()
194 if (test_facility(21)) in setup_hwcaps()
198 if (test_facility(22) && test_facility(30)) in setup_hwcaps()
202 if (test_facility(42) && test_facility(44)) in setup_hwcaps()
234 if (test_facility(150)) in setup_hwcaps()
237 if (test_facility(151)) in setup_hwcaps()
240 if (test_facility(165)) in setup_hwcaps()
[all …]
A Dearly.c142 if (!test_facility(11)) in setup_topology()
209 if (test_facility(8)) { in detect_machine_facilities()
213 if (test_facility(78)) in detect_machine_facilities()
215 if (test_facility(3)) in detect_machine_facilities()
217 if (test_facility(50) && test_facility(73)) { in detect_machine_facilities()
221 if (test_facility(51)) in detect_machine_facilities()
223 if (test_facility(129)) { in detect_machine_facilities()
227 if (test_facility(130) && !noexec_disabled) { in detect_machine_facilities()
231 if (test_facility(133)) in detect_machine_facilities()
239 if (IS_ENABLED(CONFIG_PCI) && test_facility(153)) { in detect_machine_facilities()
[all …]
A Dnospec-branch.c15 if (enabled && test_facility(82)) { in nobp_setup_early()
39 if (test_facility(156)) in nospec_report()
62 if (test_facility(156) || cpu_mitigations_off()) { in nospec_auto_detect()
A 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()
A Duprobes.c180 if (!test_facility(34)) \
197 if (!test_facility(34)) \
216 if (!test_facility(34)) \
331 if (!test_facility(34)) in handle_insn_ril()
A Dnospec-sysfs.c16 if (test_facility(156)) in cpu_show_spectre_v2()
A Druntime_instr.c74 if (!test_facility(64)) in SYSCALL_DEFINE2()
A Dprocess.c72 if (test_facility(40)) in arch_setup_new_exec()
A Dftrace.c96 if (test_facility(35)) { /* exrl */ in ftrace_shared_hotpatch_trampoline()
/linux/arch/s390/include/asm/
A Dcpu_mf.h36 return test_facility(40) && test_facility(67); in cpum_cf_avail()
41 return test_facility(40) && test_facility(68); in cpum_sf_avail()
A Dcpacf.h196 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode()
198 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode()
203 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode()
205 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode()
207 return test_facility(146); /* check for MSA8 */ in __cpacf_check_opcode()
A Dfacility.h58 static inline int test_facility(unsigned long nr) in test_facility() function
A Dcpu_mcf.h105 return test_facility(142); in stccm_avail()
/linux/arch/s390/boot/
A Duv.c26 if (!test_facility(158)) in uv_query_info()
69 if (!test_facility(158)) in is_prot_virt_host_capable()
A Dstartup.c46 if (test_facility(40)) in setup_lpp()
/linux/arch/s390/mm/
A Dkasan_init.c242 if (test_facility(8)) { in kasan_early_detect_facilities()
246 if (!noexec_disabled && test_facility(130)) { in kasan_early_detect_facilities()
A Dpage-states.c56 if (test_facility(147)) in cmma_init()
A Dpageattr.c336 if (test_facility(13)) { in ipte_range()
/linux/arch/s390/kvm/
A Dkvm-s390.c404 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init()
417 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init()
598 r = test_facility(64); in kvm_vm_ioctl_check_extension()
601 r = test_facility(133); in kvm_vm_ioctl_check_extension()
604 r = test_facility(82); in kvm_vm_ioctl_check_extension()
718 if (test_facility(134)) { in kvm_vm_ioctl_enable_cap()
722 if (test_facility(135)) { in kvm_vm_ioctl_enable_cap()
726 if (test_facility(148)) { in kvm_vm_ioctl_enable_cap()
730 if (test_facility(152)) { in kvm_vm_ioctl_enable_cap()
734 if (test_facility(192)) { in kvm_vm_ioctl_enable_cap()
[all …]
/linux/lib/zlib_dfltcc/
A Ddfltcc.h123 test_facility(DFLTCC_FACILITY)); in is_dfltcc_enabled()
/linux/drivers/s390/crypto/
A Dvfio_ap_drv.c134 if (test_facility(12)) { in vfio_ap_matrix_dev_create()
A Dap_bus.c162 return test_facility(65); in ap_interrupts_available()
173 return test_facility(12); in ap_qci_available()
184 return test_facility(15); in ap_apft_available()
/linux/arch/s390/lib/
A Duaccess.c42 if (test_facility(27)) in uaccess_init()
/linux/drivers/s390/char/
A Dsclp_early.c119 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in sclp_early_get_core_info()
A Dsclp_early_core.c255 int length = test_facility(140) ? EXT_SCCB_READ_SCP : PAGE_SIZE; in sclp_early_read_info()

Completed in 48 milliseconds

12