Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_xive_template.c450 cppr = xive_prio_from_guest(cppr); in GLUE()
514 xc->cppr = xive_prio_from_guest(new_cppr); in GLUE()
Dbook3s_xive.h244 static inline u8 xive_prio_from_guest(u8 prio) in xive_prio_from_guest() function
Dbook3s_xive_native.c473 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_source_config()
569 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_queue_config()
718 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()
1709 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()