Home
last modified time | relevance | path

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

12

/linux/arch/s390/include/asm/
H 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_nx() test_facility(130)
31 #define cpu_has_rdp() test_facility(194)
32 #define cpu_has_seq_insn() test_facility(85)
33 #define cpu_has_tlb_lc() test_facility(51)
34 #define cpu_has_topology() test_facility(11)
35 #define cpu_has_vx() test_facility(129)
H 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()
H 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()
H A Dnospec-branch.h17 return nobp && test_facility(82); in nobp_enabled()
H A Dfacility.h77 static __always_inline bool test_facility(unsigned long nr) in test_facility() function
/linux/arch/s390/kernel/
H A Dprocessor.c47 if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL) in cpu_detect_mhz_feature()
190 if (test_facility(7)) in setup_hwcaps()
194 if (test_facility(17)) in setup_hwcaps()
198 if (test_facility(19)) in setup_hwcaps()
205 if (test_facility(22) && test_facility(30)) in setup_hwcaps()
209 if (test_facility(42) && test_facility(44)) in setup_hwcaps()
224 if (test_facility(129)) { in setup_hwcaps()
226 if (test_facility(134)) in setup_hwcaps()
228 if (test_facility(135)) in setup_hwcaps()
230 if (test_facility(148)) in setup_hwcaps()
[all …]
H 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()
H A Dnospec-sysfs.c16 if (test_facility(156)) in cpu_show_spectre_v2()
H A Dcpufeature.c44 return test_facility(feature->num); in cpu_have_feature()
H A Druntime_instr.c74 if (!test_facility(64)) in SYSCALL_DEFINE2()
H A Dalternative.c68 replace = test_facility(a->data); in __apply_alternatives()
H A Dprocess.c74 if (test_facility(40)) in arch_setup_new_exec()
/linux/arch/s390/boot/
H A Dstartup.c129 if (IS_ENABLED(CONFIG_PCI) && test_facility(153)) in detect_facilities()
132 if (test_facility(139) && (tod_clock_base.tod >> 63)) { in detect_facilities()
138 if (test_facility(50) && test_facility(73)) { in detect_facilities()
171 if (test_facility(147)) in cmma_init()
179 if (test_facility(40)) in setup_lpp()
H A Duv.c22 if (!test_facility(158)) in uv_query_info()
74 if (!test_facility(158)) in is_prot_virt_host_capable()
H A Dipl_parm.c310 if (!strcmp(param, "relocate_lowcore") && test_facility(193)) in parse_boot_command_line()
/linux/arch/s390/mm/
H A Dfault.c72 if (test_facility(75)) in fault_is_write()
137 if (test_facility(131)) in dump_fault_info()
143 if (test_facility(75)) in dump_fault_info()
/linux/arch/s390/kernel/vdso/
H A Dvgetrandom.c9 if (test_facility(129)) in __kernel_getrandom()
/linux/tools/testing/selftests/kvm/include/s390/
H A Dfacility.h43 static inline bool test_facility(int nr) in test_facility() function
/linux/arch/s390/kvm/
H A Dkvm-s390.c394 if (test_facility(28)) /* TOD-clock steering */ in kvm_s390_cpu_feat_init()
399 if (test_facility(17)) { /* MSA */ in kvm_s390_cpu_feat_init()
411 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init()
414 if (test_facility(77)) { /* MSA4 */ in kvm_s390_cpu_feat_init()
424 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init()
428 if (test_facility(146)) /* MSA8 */ in kvm_s390_cpu_feat_init()
432 if (test_facility(155)) /* MSA9 */ in kvm_s390_cpu_feat_init()
436 if (test_facility(150)) /* SORTL */ in kvm_s390_cpu_feat_init()
439 if (test_facility(151)) /* DFLTCC */ in kvm_s390_cpu_feat_init()
442 if (test_facility(201)) /* PFCR */ in kvm_s390_cpu_feat_init()
[all …]
/linux/lib/zlib_dfltcc/
H A Ddfltcc.h120 test_facility(DFLTCC_FACILITY)); in is_dfltcc_enabled()
/linux/lib/crypto/s390/
H A Dsha3.h146 if (test_facility(86)) in sha3_mod_init_arch()
/linux/drivers/s390/crypto/
H A Dvfio_ap_drv.c106 if (test_facility(12)) { in vfio_ap_matrix_dev_create()
/linux/tools/testing/selftests/kvm/s390/
H A Dcpumodel_subfuncs_test.c283 if (test_facility(testlist[idx].facility_bit)) { in main()
/linux/drivers/s390/char/
H A Dsclp_cmd.c104 length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in _sclp_get_core_info()
H A Dsclp_early.c129 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in sclp_early_get_core_info()

12