PKVM_NOPAGE
selftest_state.host = PKVM_NOPAGE;
selftest_state.guest[0] = selftest_state.guest[1] = PKVM_NOPAGE;
selftest_state.hyp = PKVM_NOPAGE;
selftest_state.hyp = PKVM_NOPAGE;
selftest_state.hyp = PKVM_NOPAGE;
selftest_state.hyp = PKVM_NOPAGE;
selftest_state.guest[0] = PKVM_NOPAGE;
selftest_state.guest[1] = PKVM_NOPAGE;
selftest_state.host = PKVM_NOPAGE;
get_host_state(hyp_phys_to_page(addr)) != PKVM_NOPAGE);
__host_update_page_state(addr, size, PKVM_NOPAGE);
if (get_host_state(hyp_phys_to_page(addr)) == PKVM_NOPAGE) {
return PKVM_NOPAGE;
ret = __hyp_check_page_state_range(phys, size, PKVM_NOPAGE);
__hyp_set_page_state_range(phys, size, PKVM_NOPAGE);
ret = __hyp_check_page_state_range(phys, size, PKVM_NOPAGE);
ret = __host_check_page_state_range(phys, size, PKVM_NOPAGE);
__hyp_set_page_state_range(phys, size, PKVM_NOPAGE);
ret = __guest_check_page_state_range(vm, ipa, size, PKVM_NOPAGE);
set_host_state(page, PKVM_NOPAGE);