Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/xive/
Dxive-internal.h58 bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset,
Dnative.c593 if (!xive_core_init(&xive_native_ops, tima, TM_QW3_HV_PHYS, in xive_native_init()
Dspapr.c727 if (!xive_core_init(&xive_spapr_ops, tima, TM_QW1_OS, max_prio)) in xive_spapr_init()
Dcommon.c1416 bool __init xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset, in xive_core_init() function