Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c453 cppr = xive_prio_from_guest(cppr); in GLUE()
517 xc->cppr = xive_prio_from_guest(new_cppr); in GLUE()
Dbook3s_xive.h247 static inline u8 xive_prio_from_guest(u8 prio) in xive_prio_from_guest() function
Dbook3s_xive_native.c497 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_source_config()
593 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_queue_config()
738 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_get_queue_config()
Dbook3s_xive.c633 xive_prio_from_guest(priority)); in kvmppc_xive_set_xive()
673 new_act_prio = xive_prio_from_guest(priority); in kvmppc_xive_set_xive()
1738 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()