Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c499 u32 hap = 0; in __vgic_v3_get_highest_active_priority() local
518 hap += 32; in __vgic_v3_get_highest_active_priority()
522 return (hap + __ffs(val)) << __vgic_v3_bpr_min(); in __vgic_v3_get_highest_active_priority()
592 u32 hap = 0; in __vgic_v3_clear_highest_active_priority() local
602 hap += 32; in __vgic_v3_clear_highest_active_priority()
613 hap += c0; in __vgic_v3_clear_highest_active_priority()
617 hap += c1; in __vgic_v3_clear_highest_active_priority()
621 return hap << __vgic_v3_bpr_min(); in __vgic_v3_clear_highest_active_priority()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c546 u32 hap = 0; in __vgic_v3_get_highest_active_priority() local
565 hap += 32; in __vgic_v3_get_highest_active_priority()
569 return (hap + __ffs(val)) << __vgic_v3_bpr_min(); in __vgic_v3_get_highest_active_priority()
639 u32 hap = 0; in __vgic_v3_clear_highest_active_priority() local
649 hap += 32; in __vgic_v3_clear_highest_active_priority()
660 hap += c0; in __vgic_v3_clear_highest_active_priority()
664 hap += c1; in __vgic_v3_clear_highest_active_priority()
668 return hap << __vgic_v3_bpr_min(); in __vgic_v3_clear_highest_active_priority()

Completed in 3 milliseconds