| /linux-6.15/arch/s390/include/asm/ |
| H A D | cpufeature.h | 25 #define cpu_has_bear() test_facility(193) 26 #define cpu_has_edat1() test_facility(8) 27 #define cpu_has_edat2() test_facility(78) 28 #define cpu_has_gs() test_facility(133) 29 #define cpu_has_idte() test_facility(3) 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) [all …]
|
| H A D | cpu_mf.h | 39 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 D | cpacf.h | 310 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode() 312 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode() 317 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode() 319 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode() 321 return test_facility(146); /* check for MSA8 */ in __cpacf_check_opcode() 323 return test_facility(155); /* check for MSA9 */ in __cpacf_check_opcode()
|
| H A D | nospec-branch.h | 17 return nobp && test_facility(82); in nobp_enabled()
|
| H A D | facility.h | 77 static __always_inline bool test_facility(unsigned long nr) in test_facility() function
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | processor.c | 191 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 …]
|
| H A D | nospec-branch.c | 17 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 D | nospec-sysfs.c | 16 if (test_facility(156)) in cpu_show_spectre_v2()
|
| H A D | cpufeature.c | 40 return test_facility(feature->num); in cpu_have_feature()
|
| H A D | runtime_instr.c | 74 if (!test_facility(64)) in SYSCALL_DEFINE2()
|
| H A D | alternative.c | 67 replace = test_facility(a->data); in __apply_alternatives()
|
| H A D | process.c | 76 if (test_facility(40)) in arch_setup_new_exec()
|
| /linux-6.15/arch/s390/boot/ |
| H A D | startup.c | 118 if (IS_ENABLED(CONFIG_PCI) && test_facility(153)) in detect_facilities() 121 if (test_facility(139) && (tod_clock_base.tod >> 63)) { in detect_facilities() 127 if (test_facility(50) && test_facility(73)) { in detect_facilities() 160 if (test_facility(147)) in cmma_init() 168 if (test_facility(40)) in setup_lpp()
|
| H A D | uv.c | 22 if (!test_facility(158)) in uv_query_info() 74 if (!test_facility(158)) in is_prot_virt_host_capable()
|
| H A D | ipl_parm.c | 303 if (!strcmp(param, "relocate_lowcore") && test_facility(193)) in parse_boot_command_line()
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | sha_common.c | 32 fc |= test_facility(86) ? CPACF_KIMD_NIP : 0; in s390_sha_update() 121 fc |= test_facility(86) ? CPACF_KLMD_DUFOP : 0; in s390_sha_final()
|
| H A D | sha3_512_s390.c | 23 if (!test_facility(86)) /* msa 12 */ in sha3_512_init() 105 if (!test_facility(86)) /* msa 12 */ in sha3_384_init()
|
| H A D | sha3_256_s390.c | 24 if (!test_facility(86)) /* msa 12 */ in sha3_256_init() 96 if (!test_facility(86)) /* msa 12 */ in sha3_224_init()
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | vgetrandom.c | 9 if (test_facility(129)) in __kernel_getrandom()
|
| /linux-6.15/tools/testing/selftests/kvm/include/s390/ |
| H A D | facility.h | 43 static inline bool test_facility(int nr) in test_facility() function
|
| /linux-6.15/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 120 test_facility(DFLTCC_FACILITY)); in is_dfltcc_enabled()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 646 r = test_facility(129); in kvm_vm_ioctl_check_extension() 649 r = test_facility(64); in kvm_vm_ioctl_check_extension() 652 r = test_facility(133); in kvm_vm_ioctl_check_extension() 655 r = test_facility(82); in kvm_vm_ioctl_check_extension() 687 r = test_facility(11); in kvm_vm_ioctl_check_extension() 798 if (test_facility(134)) { in kvm_vm_ioctl_enable_cap() 802 if (test_facility(135)) { in kvm_vm_ioctl_enable_cap() 806 if (test_facility(148)) { in kvm_vm_ioctl_enable_cap() 810 if (test_facility(152)) { in kvm_vm_ioctl_enable_cap() 814 if (test_facility(192)) { in kvm_vm_ioctl_enable_cap() [all …]
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_drv.c | 106 if (test_facility(12)) { in vfio_ap_matrix_dev_create()
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | cpumodel_subfuncs_test.c | 283 if (test_facility(testlist[idx].facility_bit)) { in main()
|
| /linux-6.15/drivers/s390/char/ |
| H A D | sclp_early.c | 129 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in sclp_early_get_core_info()
|