Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h34 #define PKVM_PAGE_STATE_MASK (BIT(0) | BIT(1)) macro
111 return p->__hyp_state_comp ^ PKVM_PAGE_STATE_MASK; in get_hyp_state()
116 p->__hyp_state_comp = state ^ PKVM_PAGE_STATE_MASK; in set_hyp_state()