Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h26 PKVM_PAGE_OWNED = 0ULL, enumerator
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c639 return __host_check_page_state_range(addr, size, PKVM_PAGE_OWNED); in host_request_owned_transition()
669 return __host_set_page_state_range(addr, size, PKVM_PAGE_OWNED); in host_initiate_unshare()
739 return __hyp_check_page_state_range(addr, size, PKVM_PAGE_OWNED); in hyp_request_donation()
819 enum kvm_pgtable_prot prot = pkvm_mkstate(PAGE_HYP, PKVM_PAGE_OWNED); in hyp_complete_donation()
H A Dsetup.c197 case PKVM_PAGE_OWNED: in fix_host_ownership_walker()