Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h65 bool xive_core_init(struct device_node *np, const struct xive_ops *ops,
H A Dspapr.c875 if (!xive_core_init(np, &xive_spapr_ops, tima, TM_QW1_OS, max_prio)) in xive_spapr_init()
H A Dnative.c630 if (!xive_core_init(np, &xive_native_ops, tima, TM_QW3_HV_PHYS, in xive_native_init()
H A Dcommon.c1663 bool __init xive_core_init(struct device_node *np, const struct xive_ops *ops, in xive_core_init() function