Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c536 static void __host_update_page_state(phys_addr_t addr, u64 size, enum pkvm_page_state state) in __host_update_page_state() function
556 __host_update_page_state(addr, size, PKVM_PAGE_OWNED); in host_stage2_set_owner_locked()
558 __host_update_page_state(addr, size, PKVM_NOPAGE); in host_stage2_set_owner_locked()
687 __host_update_page_state(addr, size, state); in __host_set_page_state_range()