Home
last modified time | relevance | path

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

12

/arch/s390/include/asm/
A Dcpufeature.h26 #define cpu_has_bear() test_facility(193)
27 #define cpu_has_edat1() test_facility(8)
28 #define cpu_has_edat2() test_facility(78)
29 #define cpu_has_gs() test_facility(133)
30 #define cpu_has_idte() test_facility(3)
31 #define cpu_has_nx() test_facility(130)
32 #define cpu_has_rdp() test_facility(194)
33 #define cpu_has_seq_insn() test_facility(85)
34 #define cpu_has_tlb_lc() test_facility(51)
35 #define cpu_has_topology() test_facility(11)
[all …]
A Dcpu_mf.h39 return test_facility(40) && test_facility(67); in cpum_cf_avail()
44 return test_facility(40) && test_facility(68); in cpum_sf_avail()
A Dcpacf.h314 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode()
316 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode()
321 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode()
323 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode()
325 return test_facility(146); /* check for MSA8 */ in __cpacf_check_opcode()
327 return test_facility(155); /* check for MSA9 */ in __cpacf_check_opcode()
A Dnospec-branch.h17 return nobp && test_facility(82); in nobp_enabled()
A Dfacility.h77 static __always_inline bool test_facility(unsigned long nr) in test_facility() function
/arch/s390/kernel/
A Dprocessor.c191 if (test_facility(7)) in setup_hwcaps()
195 if (test_facility(17)) in setup_hwcaps()
199 if (test_facility(19)) in setup_hwcaps()
206 if (test_facility(22) && test_facility(30)) in setup_hwcaps()
210 if (test_facility(42) && test_facility(44)) in setup_hwcaps()
227 if (test_facility(134)) in setup_hwcaps()
229 if (test_facility(135)) in setup_hwcaps()
231 if (test_facility(148)) in setup_hwcaps()
239 if (test_facility(150)) in setup_hwcaps()
242 if (test_facility(151)) in setup_hwcaps()
[all …]
A Dnospec-branch.c17 if (enabled && test_facility(82)) { in nobp_setup_early()
41 if (test_facility(156)) in nospec_report()
64 if (test_facility(156) || cpu_mitigations_off()) { in nospec_auto_detect()
A Dnospec-sysfs.c16 if (test_facility(156)) in cpu_show_spectre_v2()
A Dcpufeature.c44 return test_facility(feature->num); in cpu_have_feature()
A Druntime_instr.c74 if (!test_facility(64)) in SYSCALL_DEFINE2()
A Dalternative.c67 replace = test_facility(a->data); in __apply_alternatives()
A Dprocess.c75 if (test_facility(40)) in arch_setup_new_exec()
A Dsthyi.c449 if (test_facility(74)) { in fill_dst()
/arch/s390/boot/
A Duv.c22 if (!test_facility(158)) in uv_query_info()
74 if (!test_facility(158)) in is_prot_virt_host_capable()
A Dstartup.c133 if (IS_ENABLED(CONFIG_PCI) && test_facility(153)) in detect_facilities()
136 if (test_facility(139) && (tod_clock_base.tod >> 63)) { in detect_facilities()
142 if (test_facility(50) && test_facility(73)) { in detect_facilities()
175 if (test_facility(147)) in cmma_init()
183 if (test_facility(40)) in setup_lpp()
A Dipl_parm.c304 if (!strcmp(param, "relocate_lowcore") && test_facility(193)) in parse_boot_command_line()
/arch/s390/kernel/vdso64/
A Dvgetrandom.c9 if (test_facility(129)) in __kernel_getrandom()
/arch/s390/crypto/
A Dsha_common.c104 fc |= test_facility(86) ? CPACF_KLMD_DUFOP : 0; in s390_sha_finup()
A Dsha3_256_s390.c26 sctx->first_message_part = test_facility(86); in sha3_256_init()
A Dsha3_512_s390.c25 sctx->first_message_part = test_facility(86); in sha3_512_init()
/arch/s390/kvm/
A Dkvm-s390.c647 r = test_facility(129); in kvm_vm_ioctl_check_extension()
650 r = test_facility(64); in kvm_vm_ioctl_check_extension()
653 r = test_facility(133); in kvm_vm_ioctl_check_extension()
656 r = test_facility(82); in kvm_vm_ioctl_check_extension()
688 r = test_facility(11); in kvm_vm_ioctl_check_extension()
799 if (test_facility(134)) { in kvm_vm_ioctl_enable_cap()
803 if (test_facility(135)) { in kvm_vm_ioctl_enable_cap()
807 if (test_facility(148)) { in kvm_vm_ioctl_enable_cap()
811 if (test_facility(152)) { in kvm_vm_ioctl_enable_cap()
815 if (test_facility(192)) { in kvm_vm_ioctl_enable_cap()
[all …]
/arch/s390/mm/
A Dfault.c73 if (test_facility(75)) in fault_is_write()
A Dpageattr.c438 if (test_facility(13)) { in ipte_range()
/arch/s390/pci/
A Dpci.c1165 if (!test_facility(69) || !test_facility(71)) { in pci_base_init()
A Dpci_insn.c144 if (!test_facility(72)) in zpci_set_irq_ctrl()

Completed in 41 milliseconds

12