Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c759 u8 lr_prio, act_prio; in __vgic_v3_write_eoir() local
765 act_prio = __vgic_v3_clear_highest_active_priority(); in __vgic_v3_write_eoir()
785 __vgic_v3_pri_to_pre(lr_prio, vmcr, grp) != act_prio) in __vgic_v3_write_eoir()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A 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()