Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/ !
H A Dmem_protect.c700 static int __hyp_check_page_state_range(phys_addr_t phys, u64 size, enum pkvm_page_state state) in __hyp_check_page_state_range() function
742 ret = __hyp_check_page_state_range(phys, size, PKVM_NOPAGE); in __pkvm_host_share_hyp()
769 ret = __hyp_check_page_state_range(phys, size, PKVM_PAGE_SHARED_BORROWED); in __pkvm_host_unshare_hyp()
803 ret = __hyp_check_page_state_range(phys, size, PKVM_NOPAGE); in __pkvm_host_donate_hyp()
831 ret = __hyp_check_page_state_range(phys, size, PKVM_PAGE_OWNED); in __pkvm_hyp_donate_host()
865 ret = __hyp_check_page_state_range(phys, size, PKVM_PAGE_SHARED_BORROWED); in hyp_pin_shared_mem()
1267 WARN_ON(__hyp_check_page_state_range(phys, size, selftest_state.hyp)); in assert_page_state()