Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dearly.c238 if (!test_facility(11)) in setup_topology()
318 if (test_facility(8)) { in detect_machine_facilities()
322 if (test_facility(78)) in detect_machine_facilities()
324 if (test_facility(3)) in detect_machine_facilities()
326 if (test_facility(40)) in detect_machine_facilities()
328 if (test_facility(50) && test_facility(73)) in detect_machine_facilities()
330 if (test_facility(51)) in detect_machine_facilities()
332 if (test_facility(129)) { in detect_machine_facilities()
351 if (val && test_facility(128)) in cad_setup()
Dcache.c73 if (!test_facility(34)) in show_cacheinfo()
141 if (!test_facility(34)) in init_cache_level()
166 if (!test_facility(34)) in populate_cache_leaves()
Dsetup.c718 if (test_facility(stfl_bits[i])) in setup_hwcaps()
721 if (test_facility(22) && test_facility(30)) in setup_hwcaps()
737 if ((elf_hwcap & (1UL << 2)) && test_facility(42) && test_facility(44)) in setup_hwcaps()
755 if (test_facility(50) && test_facility(73)) in setup_hwcaps()
Duprobes.c167 if (!test_facility(34)) \
184 if (!test_facility(34)) \
203 if (!test_facility(34)) \
318 if (!test_facility(34)) in handle_insn_ril()
Druntime_instr.c61 if (!test_facility(64)) in SYSCALL_DEFINE1()
Dvdso.c85 vd->ectg_available = test_facility(31); in vdso_init_data()
/linux-4.4.14/arch/s390/crypto/
Dcrypt_s390.h424 if (facility_mask & CRYPT_S390_MSA && !test_facility(17)) in crypt_s390_func_available()
426 if (facility_mask & CRYPT_S390_MSA3 && !test_facility(76)) in crypt_s390_func_available()
428 if (facility_mask & CRYPT_S390_MSA4 && !test_facility(77)) in crypt_s390_func_available()
430 if (facility_mask & CRYPT_S390_MSA5 && !test_facility(57)) in crypt_s390_func_available()
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h33 return MACHINE_HAS_LPP && test_facility(67); in cpum_cf_avail()
38 return MACHINE_HAS_LPP && test_facility(68); in cpum_sf_avail()
Dfacility.h31 static inline int test_facility(unsigned long nr) in test_facility() function
/linux-4.4.14/arch/s390/mm/
Dpageattr.c112 if (test_facility(13)) { in ipte_range()
Dfault.c54 if (test_facility(75)) in fault_init()
/linux-4.4.14/arch/s390/lib/
Duaccess.c375 if (test_facility(27)) in uaccess_init()
/linux-4.4.14/arch/s390/pci/
Dpci.c925 if (!test_facility(69) || !test_facility(71) || !test_facility(72)) in pci_base_init()
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c158 return test_facility(65); in ap_interrupts_available()
169 return test_facility(12); in ap_configuration_available()
186 if (test_facility(15)) in ap_test_queue()
1433 if (!test_facility(76)) in ap_control_domain_mask_show()
/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c465 if (!test_facility(68)) in check_hardware_prerequisites()
/linux-4.4.14/arch/s390/kvm/
Dpriv.c673 if (vcpu->run->s.regs.gprs[reg1] & PFMF_NQ && !test_facility(14)) in handle_pfmf()
Dkvm-s390.c1027 if (test_facility(2) && test_facility(12)) { in kvm_s390_apxa_installed()