Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c581 u32 hap = 0; in __vgic_v3_get_highest_active_priority() local
600 hap += 32; in __vgic_v3_get_highest_active_priority()
604 return (hap + __ffs(val)) << __vgic_v3_bpr_min(); in __vgic_v3_get_highest_active_priority()
674 u32 hap = 0; in __vgic_v3_clear_highest_active_priority() local
684 hap += 32; in __vgic_v3_clear_highest_active_priority()
695 hap += c0; in __vgic_v3_clear_highest_active_priority()
699 hap += c1; in __vgic_v3_clear_highest_active_priority()
703 return hap << __vgic_v3_bpr_min(); in __vgic_v3_clear_highest_active_priority()