Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dtprot.c19 static uint8_t *const page_fetch_prot = pages[1]; variable
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 },
130 { TEST_STORAGE_PROT_OVERRIDE, page_fetch_prot, 0x10, READ_WRITE },
172 GUEST_ASSERT_EQ(set_storage_key(page_fetch_prot, 0x98), 0); in guest_code()