Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c712 u8 lr_prio, act_prio; in __vgic_v3_write_eoir() local
718 act_prio = __vgic_v3_clear_highest_active_priority(); in __vgic_v3_write_eoir()
738 __vgic_v3_pri_to_pre(lr_prio, vmcr, grp) != act_prio) in __vgic_v3_write_eoir()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_xive.c1673 u8 act_prio, guest_prio; in xive_set_source() local
1738 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()
1749 if (act_prio != MASKED) { in xive_set_source()
1752 rc = xive_check_provisioning(xive->kvm, act_prio); in xive_set_source()
1758 server, act_prio); in xive_set_source()