Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/arm/hyp/
Dvgic-v3-sr.c593 int apr; in __vgic_v3_set_active_priority() local
597 apr = ap / 32; in __vgic_v3_set_active_priority()
600 val = __vgic_v3_read_ap0rn(apr); in __vgic_v3_set_active_priority()
601 __vgic_v3_write_ap0rn(val | BIT(ap % 32), apr); in __vgic_v3_set_active_priority()
603 val = __vgic_v3_read_ap1rn(apr); in __vgic_v3_set_active_priority()
604 __vgic_v3_write_ap1rn(val | BIT(ap % 32), apr); in __vgic_v3_set_active_priority()