Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c596 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
599 ap0 = __vgic_v3_read_ap0rn(i); in __vgic_v3_clear_highest_active_priority()
601 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
606 c0 = ap0 ? __ffs(ap0) : 32; in __vgic_v3_clear_highest_active_priority()
611 ap0 &= ~BIT(c0); in __vgic_v3_clear_highest_active_priority()
612 __vgic_v3_write_ap0rn(ap0, i); in __vgic_v3_clear_highest_active_priority()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c643 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
646 ap0 = __vgic_v3_read_ap0rn(i); in __vgic_v3_clear_highest_active_priority()
648 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
653 c0 = ap0 ? __ffs(ap0) : 32; in __vgic_v3_clear_highest_active_priority()
658 ap0 &= ~BIT(c0); in __vgic_v3_clear_highest_active_priority()
659 __vgic_v3_write_ap0rn(ap0, i); in __vgic_v3_clear_highest_active_priority()

Completed in 3 milliseconds