Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c662 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
666 ap1 = __vgic_v3_read_ap1rn(i); in __vgic_v3_clear_highest_active_priority()
667 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
673 c1 = ap1 ? __ffs(ap1) : 32; in __vgic_v3_clear_highest_active_priority()
681 ap1 &= ~BIT(c1); in __vgic_v3_clear_highest_active_priority()
682 __vgic_v3_write_ap1rn(ap1, i); in __vgic_v3_clear_highest_active_priority()