Searched refs:qpage_phys (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 470 u64 flags, qpage_phys; in xive_spapr_configure_queue() local 476 qpage_phys = __pa(qpage); in xive_spapr_configure_queue() 478 qpage_phys = 0; in xive_spapr_configure_queue() 501 rc = plpar_int_set_queue_config(flags, target, prio, qpage_phys, order); in xive_spapr_configure_queue() 509 uv_share_page(PHYS_PFN(qpage_phys), in xive_spapr_configure_queue()
|
H A D | native.c | 138 u64 flags, qpage_phys; in xive_native_configure_queue() local 144 qpage_phys = __pa(qpage); in xive_native_configure_queue() 146 qpage_phys = 0; in xive_native_configure_queue() 175 rc = opal_xive_set_queue_info(vp_id, prio, qpage_phys, order, flags); in xive_native_configure_queue()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 484 u64 flags, qpage_phys; in xive_spapr_configure_queue() local 490 qpage_phys = __pa(qpage); in xive_spapr_configure_queue() 492 qpage_phys = 0; in xive_spapr_configure_queue() 515 rc = plpar_int_set_queue_config(flags, target, prio, qpage_phys, order); in xive_spapr_configure_queue() 523 uv_share_page(PHYS_PFN(qpage_phys), in xive_spapr_configure_queue()
|
H A D | native.c | 137 u64 flags, qpage_phys; in xive_native_configure_queue() local 143 qpage_phys = __pa(qpage); in xive_native_configure_queue() 145 qpage_phys = 0; in xive_native_configure_queue() 174 rc = opal_xive_set_queue_info(vp_id, prio, qpage_phys, order, flags); in xive_native_configure_queue()
|
Completed in 6 milliseconds