Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c757 u8 lr_prio, act_prio; in __vgic_v3_write_eoir() local
763 act_prio = __vgic_v3_clear_highest_active_priority(); in __vgic_v3_write_eoir()
781 __vgic_v3_pri_to_pre(lr_prio, vmcr, grp) != act_prio) in __vgic_v3_write_eoir()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c2333 u8 act_prio, guest_prio; in xive_set_source() local
2398 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()
2409 if (act_prio != MASKED) { in xive_set_source()
2412 rc = xive_check_provisioning(xive->kvm, act_prio); in xive_set_source()
2418 server, act_prio); in xive_set_source()