Home
last modified time | relevance | path

Searched refs:qpage_phys (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/sysdev/xive/
Dspapr.c483 u64 flags, qpage_phys; in xive_spapr_configure_queue() local
489 qpage_phys = __pa(qpage); in xive_spapr_configure_queue()
491 qpage_phys = 0; in xive_spapr_configure_queue()
514 rc = plpar_int_set_queue_config(flags, target, prio, qpage_phys, order); in xive_spapr_configure_queue()
522 uv_share_page(PHYS_PFN(qpage_phys), in xive_spapr_configure_queue()
Dnative.c137 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()