Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c60 #define KVM_INVALID_PTE_LOCKED BIT(10) macro
759 return !kvm_pte_valid(pte) && (pte & KVM_INVALID_PTE_LOCKED); in stage2_pte_is_locked()
800 if (!stage2_try_set_pte(ctx, KVM_INVALID_PTE_LOCKED)) in stage2_try_break_pte()