Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/include/nvhe/
A Dmemory.h99 static inline enum pkvm_page_state get_host_state(struct hyp_page *p) in get_host_state() function
/arch/arm64/kvm/hyp/nvhe/
A Dmem_protect.c496 get_host_state(hyp_phys_to_page(addr)) != PKVM_NOPAGE); in host_stage2_adjust_range()
657 if (get_host_state(page) != state) in __host_check_page_state_range()
667 if (get_host_state(hyp_phys_to_page(addr)) == PKVM_NOPAGE) { in __host_set_page_state_range()
964 switch (get_host_state(page)) { in __pkvm_host_share_guest()
1026 if (get_host_state(page) != PKVM_PAGE_SHARED_OWNED) in __check_host_shared_guest()

Completed in 36 milliseconds