Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive.h261 static inline u8 xive_prio_from_guest(u8 prio) in xive_prio_from_guest() function
H A Dbook3s_xive_native.c499 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_source_config()
595 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_queue_config()
740 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_get_queue_config()
H A Dbook3s_xive.c467 cppr = xive_prio_from_guest(cppr); in xive_vm_h_cppr()
531 xc->cppr = xive_prio_from_guest(new_cppr); in xive_vm_h_eoi()
1288 xive_prio_from_guest(priority)); in kvmppc_xive_set_xive()
1328 new_act_prio = xive_prio_from_guest(priority); in kvmppc_xive_set_xive()
2398 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()