Searched refs:TEST_SIMPLE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/s390x/ |
D | tprot.c | 65 TEST_SIMPLE, enumerator 102 { TEST_SIMPLE, page_store_prot, 0x00, READ_WRITE }, 104 { TEST_SIMPLE, page_store_prot, 0x10, READ_WRITE }, 106 { TEST_SIMPLE, page_store_prot, 0x20, READ }, 108 { TEST_SIMPLE, page_fetch_prot, 0x00, READ_WRITE }, 110 { TEST_SIMPLE, page_fetch_prot, 0x90, READ_WRITE }, 112 { TEST_SIMPLE, page_fetch_prot, 0x10, RW_PROTECTED }, 114 { TEST_SIMPLE, (void *)0x00, 0x10, TRANSL_UNAVAIL }, 220 HOST_SYNC(vcpu, TEST_SIMPLE); in main()
|