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

12

/linux-master/arch/s390/kernel/
H A Dprocessor.c45 if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL)
171 if (test_facility(7))
175 if (test_facility(17))
179 if (test_facility(19))
186 if (test_facility(22) && test_facility(30))
190 if (test_facility(42) && test_facility(44))
205 if (test_facility(129)) {
207 if (test_facility(13
[all...]
H A Dearly.c167 if (!test_facility(11))
219 if (test_facility(8)) {
223 if (test_facility(78))
225 if (test_facility(3))
227 if (test_facility(50) && test_facility(73)) {
231 if (test_facility(51))
233 if (test_facility(129))
235 if (test_facility(130))
237 if (test_facility(13
[all...]
H A Dnospec-sysfs.c16 if (test_facility(156))
H A Dcpufeature.c40 return test_facility(feature->num);
H A Dnospec-branch.c15 if (enabled && test_facility(82)) {
39 if (test_facility(156))
62 if (test_facility(156) || cpu_mitigations_off()) {
H A Druntime_instr.c74 if (!test_facility(64))
H A Dprocess.c76 if (test_facility(40))
H A Dsthyi.c423 if (test_facility(74))
H A Duv.c687 if (!test_facility(158))
H A Dtime.c90 if (!test_facility(28))
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h37 return test_facility(40) && test_facility(67);
42 return test_facility(40) && test_facility(68);
H A Dfacility.h54 * The test_facility function uses the bit ordering where the MSB is bit 0.
58 static inline int test_facility(unsigned long nr) function
H A Dcpacf.h201 return test_facility(17); /* check for MSA */
203 return test_facility(76); /* check for MSA3 */
208 return test_facility(77); /* check for MSA4 */
210 return test_facility(57); /* check for MSA5 */
212 return test_facility(146); /* check for MSA8 */
H A Dfpu.h58 return likely(test_facility(129));
/linux-master/arch/s390/boot/
H A Duv.c26 if (!test_facility(158))
80 if (!test_facility(158))
H A Dstartup.c51 if (test_facility(8)) {
55 if (test_facility(78))
57 if (test_facility(130))
99 if (test_facility(147))
107 if (test_facility(40))
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc.h119 test_facility(DFLTCC_FACILITY));
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_drv.c93 if (test_facility(12)) {
H A Dap_bus.c174 return test_facility(65);
185 return test_facility(12);
196 return test_facility(15);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c374 if (test_facility(28)) /* TOD-clock steering */
379 if (test_facility(17)) { /* MSA */
391 if (test_facility(76)) /* MSA3 */
394 if (test_facility(77)) { /* MSA4 */
404 if (test_facility(57)) /* MSA5 */
408 if (test_facility(146)) /* MSA8 */
412 if (test_facility(155)) /* MSA9 */
416 if (test_facility(150)) /* SORTL */
419 if (test_facility(151)) /* DFLTCC */
429 !test_facility(
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_early.c128 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE;
H A Dsclp_early_core.c280 int length = test_facility(140) ? EXT_SCCB_READ_SCP : PAGE_SIZE;
/linux-master/arch/s390/pci/
H A Dpci_insn.c144 if (!test_facility(72))
H A Dpci.c1099 if (!test_facility(69) || !test_facility(71)) {
/linux-master/arch/s390/mm/
H A Dpageattr.c415 if (test_facility(13)) {

Completed in 260 milliseconds

12