Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/hyp/
Dvgic-v3-sr.c732 u8 lr_prio, act_prio; in __vgic_v3_write_eoir() local
738 act_prio = __vgic_v3_clear_highest_active_priority(); in __vgic_v3_write_eoir()
758 __vgic_v3_pri_to_pre(lr_prio, vmcr, grp) != act_prio) in __vgic_v3_write_eoir()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive.c1492 u8 act_prio, guest_prio; in xive_set_source() local
1557 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()
1568 if (act_prio != MASKED) { in xive_set_source()
1571 rc = xive_check_provisioning(xive->kvm, act_prio); in xive_set_source()
1577 server, act_prio); in xive_set_source()