Home
last modified time | relevance | path

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

12

/kvm-unit-tests/s390x/
H A Dskrf.c27 report(!test_facility(10), "!10"); in test_facilities()
28 report(!test_facility(14), "!14"); in test_facilities()
29 report(!test_facility(66), "!66"); in test_facilities()
30 report(!test_facility(145), "!145"); in test_facilities()
31 report(!test_facility(140), "!149"); in test_facilities()
174 if (!test_facility(169)) { in main()
H A Dvector.c56 bool has_vext = test_facility(135); in test_ext1_nand()
82 bool has_bcd = test_facility(134); in test_bcd_add()
118 bool has_vregs = test_facility(129); in main()
H A Dadtl-status.c73 return test_facility(133) || test_facility(129); in have_adtl_status()
243 if (!test_facility(133) && lc) { in __store_adtl_status_vector_lc()
281 if (!test_facility(129)) { in test_store_adtl_status_vector()
358 if (!test_facility(133)) { in test_store_adtl_status_gs()
H A Dpfmf.c39 if (test_facility(169)) { in test_4k_key()
63 if (test_facility(169)) { in test_1m_key()
145 bool has_edat = test_facility(8); in main()
H A Dcpumodel.c120 if (test_facility(dep[i].facility)) { in main()
122 test_facility(dep[i].implied), in main()
H A Dmigration.c57 return test_facility(129); in have_vector_facility()
62 return test_facility(133); in have_guarded_storage_facility()
H A Diep.c48 bool has_iep = test_facility(130); in main()
H A Dcmm.c47 if (!test_facility(147)) { in test_reset_no_translate()
H A Dgs.c118 bool has_gs = test_facility(133); in main()
H A Dedat.c231 bool has_edat1 = test_facility(8); in setup()
232 bool has_edat2 = test_facility(78); in setup()
H A Dsie.c68 if (!test_facility(139)) { in test_epoch_ext()
H A Dstfle-sie.c122 bool run_format_0 = test_facility(7); in main()
H A Dmigration-skey.c235 if (test_facility(169)) { in main()
H A Dsthyi.c163 bool has_sthyi = test_facility(74); in main()
H A Duv-guest.c181 bool has_uvc = test_facility(158); in main()
H A Dmvpg.c107 if (test_facility(149)) { in test_exceptions()
H A Dpv-attest.c197 bool has_uvc = test_facility(158); in main()
H A Dskey.c30 if (!test_facility(8)) in test_set_mb()
731 if (test_facility(169)) { in main()
H A Dspec_ex.c357 if (!test_facility(73)) { in test_spec_ex_trans()
/kvm-unit-tests/lib/s390x/asm/
H A Dfacility.h20 static inline bool test_facility(int nr) in test_facility() function
50 if (test_facility(7)) in setup_facilities()
64 if (test_facility(131)) /* side-effect-access facility */ in get_supp_on_prot_facility()
H A Dcpacf.h220 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode()
222 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode()
227 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode()
229 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode()
H A Dmem.h43 assert(test_facility(8)); in set_storage_key_mb()
/kvm-unit-tests/lib/s390x/
H A Dfault.h20 if (!test_facility(130)) in prot_is_iep()
H A Duv.c32 return test_facility(158) && in uv_os_is_guest()
39 return test_facility(158) && uv_query_test_call(BIT_UVC_CMD_INIT_UV); in uv_os_is_host()
44 if (!test_facility(158)) { in uv_host_requirement_checks()
80 if (!test_facility(158)) in uv_setup()
H A Dsclp.c118 test_facility(140) ? sizeof(_read_info) : SCCB_SIZE); in sclp_read_info()

12