Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/vgic/
H A Dvgic.h85 #define KVM_ITS_DTE_SIZE_MASK GENMASK_ULL(4, 0) macro
H A Dvgic-its.c2331 num_eventid_bits = (entry & KVM_ITS_DTE_SIZE_MASK) + 1; in vgic_its_restore_dte()