Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_xive.h261 static inline u8 xive_prio_from_guest(u8 prio) in xive_prio_from_guest() function
Dbook3s_xive_native.c500 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_source_config()
596 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_set_queue_config()
741 if (priority != xive_prio_from_guest(priority)) { in kvmppc_xive_native_get_queue_config()
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()
2400 act_prio = xive_prio_from_guest(guest_prio); in xive_set_source()