Searched refs:page_fetch_prot (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/kvm/s390x/
H A Dtprot.c20 static uint8_t *const page_fetch_prot = pages[1]; variable
97 * storage key of page_fetch_prot to 9 and enable
109 { TEST_SIMPLE, page_fetch_prot, 0x00, READ_WRITE },
111 { TEST_SIMPLE, page_fetch_prot, 0x90, READ_WRITE },
113 { TEST_SIMPLE, page_fetch_prot, 0x10, RW_PROTECTED },
131 { TEST_STORAGE_PROT_OVERRIDE, page_fetch_prot, 0x10, READ_WRITE },
173 GUEST_ASSERT_EQ(set_storage_key(page_fetch_prot, 0x98), 0);

Completed in 135 milliseconds