| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | early.c | 140 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) && !noexec_disabled) { 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 …]
|
| H A D | setup.c | 878 if (test_facility(stfl_bits[i])) in setup_hwcaps() 881 if (test_facility(22) && test_facility(30)) in setup_hwcaps() 897 if ((elf_hwcap & (1UL << 2)) && test_facility(42) && test_facility(44)) in setup_hwcaps() 925 if (test_facility(134)) in setup_hwcaps() 927 if (test_facility(135)) in setup_hwcaps() 929 if (test_facility(148)) in setup_hwcaps() 931 if (test_facility(152)) in setup_hwcaps() 934 if (test_facility(150)) in setup_hwcaps() 936 if (test_facility(151)) in setup_hwcaps()
|
| H A D | nospec-branch.c | 15 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()
|
| H A D | cache.c | 74 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()
|
| H A D | processor.c | 41 if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL) in cpu_detect_mhz_feature() 239 if (!test_facility(82)) in s390_isolate_bp() 248 if (!test_facility(82)) in s390_isolate_bp_guest()
|
| H A D | uprobes.c | 179 if (!test_facility(34)) \ 196 if (!test_facility(34)) \ 215 if (!test_facility(34)) \ 330 if (!test_facility(34)) in handle_insn_ril()
|
| H A D | nospec-sysfs.c | 16 if (test_facility(156)) in cpu_show_spectre_v2()
|
| H A D | runtime_instr.c | 74 if (!test_facility(64)) in SYSCALL_DEFINE2()
|
| H A D | uv.c | 66 if (!test_facility(158)) { in setup_uv() 426 if (!test_facility(158)) in uv_info_init()
|
| H A D | process.c | 58 if (test_facility(40)) in arch_setup_new_exec()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cpu_mf.h | 36 return test_facility(40) && test_facility(67); in cpum_cf_avail() 41 return test_facility(40) && test_facility(68); in cpum_sf_avail()
|
| H A D | cpacf.h | 197 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode() 199 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode() 204 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode() 206 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode() 208 return test_facility(146); /* check for MSA8 */ in __cpacf_check_opcode()
|
| H A D | facility.h | 51 static inline int test_facility(unsigned long nr) in test_facility() function
|
| H A D | cpu_mcf.h | 123 return test_facility(142); in stccm_avail()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | kasan_init.c | 250 if (test_facility(8)) { in kasan_early_detect_facilities() 254 if (!noexec_disabled && test_facility(130)) { in kasan_early_detect_facilities() 271 if (!test_facility(158)) in has_uv_sec_stor_limit()
|
| H A D | page-states.c | 56 if (test_facility(147)) in cmma_init()
|
| H A D | pageattr.c | 325 if (test_facility(13)) { in ipte_range()
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | uv.c | 22 if (!test_facility(158)) in uv_query_info()
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | uaccess.c | 24 if (test_facility(27)) in uaccess_init() 97 if (old_fs == USER_DS && test_facility(27)) { in disable_sacf_uaccess()
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | kvm-s390.c | 369 if (test_facility(28)) /* TOD-clock steering */ in kvm_s390_cpu_feat_init() 374 if (test_facility(17)) { /* MSA */ in kvm_s390_cpu_feat_init() 386 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init() 389 if (test_facility(77)) { /* MSA4 */ in kvm_s390_cpu_feat_init() 399 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init() 403 if (test_facility(146)) /* MSA8 */ in kvm_s390_cpu_feat_init() 407 if (test_facility(155)) /* MSA9 */ in kvm_s390_cpu_feat_init() 411 if (test_facility(150)) /* SORTL */ in kvm_s390_cpu_feat_init() 414 if (test_facility(151)) /* DFLTCC */ in kvm_s390_cpu_feat_init() 424 !test_facility(3) || !nested) in kvm_s390_cpu_feat_init() [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 123 test_facility(DFLTCC_FACILITY)); in is_dfltcc_enabled()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | vfio_ap_drv.c | 126 if (test_facility(12)) { in vfio_ap_matrix_dev_create()
|
| H A D | ap_bus.c | 145 return test_facility(65); in ap_interrupts_available() 156 return test_facility(12); in ap_qci_available() 167 return test_facility(15); in ap_apft_available()
|
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci.c | 941 if (!test_facility(69) || !test_facility(71)) in pci_base_init()
|
| H A D | pci_insn.c | 103 if (!test_facility(72)) in __zpci_set_irq_ctrl()
|