Searched refs:qpage_phys (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/powerpc/sysdev/xive/ |
| D | spapr.c | 458 u64 flags, qpage_phys; in xive_spapr_configure_queue() local 464 qpage_phys = __pa(qpage); in xive_spapr_configure_queue() 466 qpage_phys = 0; in xive_spapr_configure_queue() 489 rc = plpar_int_set_queue_config(flags, target, prio, qpage_phys, order); in xive_spapr_configure_queue()
|
| D | native.c | 136 u64 flags, qpage_phys; in xive_native_configure_queue() local 142 qpage_phys = __pa(qpage); in xive_native_configure_queue() 144 qpage_phys = 0; in xive_native_configure_queue() 173 rc = opal_xive_set_queue_info(vp_id, prio, qpage_phys, order, flags); in xive_native_configure_queue()
|