Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c618 u32 hap = 0; in __vgic_v3_get_highest_active_priority() local
637 hap += 32; in __vgic_v3_get_highest_active_priority()
641 return (hap + __ffs(val)) << __vgic_v3_bpr_min(); in __vgic_v3_get_highest_active_priority()
711 u32 hap = 0; in __vgic_v3_clear_highest_active_priority() local
721 hap += 32; in __vgic_v3_clear_highest_active_priority()
732 hap += c0; in __vgic_v3_clear_highest_active_priority()
736 hap += c1; in __vgic_v3_clear_highest_active_priority()
740 return hap << __vgic_v3_bpr_min(); in __vgic_v3_clear_highest_active_priority()