Searched refs:READ_WRITE (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/s390x/ |
D | tprot.c | 42 READ_WRITE = 0, enumerator 103 { TEST_SIMPLE, page_store_prot, 0x00, READ_WRITE }, 105 { TEST_SIMPLE, page_store_prot, 0x10, READ_WRITE }, 109 { TEST_SIMPLE, page_fetch_prot, 0x00, READ_WRITE }, 111 { TEST_SIMPLE, page_fetch_prot, 0x90, READ_WRITE }, 131 { TEST_STORAGE_PROT_OVERRIDE, page_fetch_prot, 0x10, READ_WRITE }, 135 { TEST_STORAGE_PROT_OVERRIDE, (void *)2049, 0x10, READ_WRITE },
|