Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dxive.c314 struct xive_cpu *xive_cpud; in xive_attach() local
366 xive_cpud = DPCPU_ID_PTR(i, xive_cpu_data); in xive_attach()
367 xive_cpud->vp = vp_id + vp_block; in xive_attach()
368 opal_call(OPAL_XIVE_GET_VP_INFO, xive_cpud->vp, NULL, in xive_attach()
369 vtophys(&xive_cpud->cam), NULL, vtophys(&xive_cpud->chip)); in xive_attach()
371 xive_cpud->cam = be64toh(xive_cpud->cam); in xive_attach()
372 xive_cpud->chip = be64toh(xive_cpud->chip); in xive_attach()
375 xive_cpud->queue.q_page = contigmalloc(PAGE_SIZE, M_XIVE, in xive_attach()
377 xive_cpud->queue.q_size = 1 << PAGE_SHIFT; in xive_attach()
378 xive_cpud->queue.q_mask = in xive_attach()
[all …]