Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/s390x/
Dtprot.c20 static uint8_t *const page_fetch_prot = pages[1]; variable
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 },
171 GUEST_ASSERT_EQ(set_storage_key(page_fetch_prot, 0x98), 0); in guest_code()