Searched refs:mdesc_node_by_name (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
H A Dmdesc.h20 u64 mdesc_node_by_name(struct mdesc_handle *handle,
23 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \
25 __node = mdesc_node_by_name(__hdl, __node, __name))
/linux-4.4.14/arch/sparc/kernel/
H A Dmdesc.c385 u64 mdesc_node_by_name(struct mdesc_handle *hp, mdesc_node_by_name() function
412 EXPORT_SYMBOL(mdesc_node_by_name); variable
518 u64 pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); report_platform_properties()
751 mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "sockets"); set_sock_ids()
H A Dvio.c420 root = mdesc_node_by_name(hp, MDESC_NODE_NULL, channel_devices_node); vio_init()
H A Dsetup_64.c475 pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "cpu"); mdesc_cpu_hwcap_list()
H A Dldc.c2330 mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); ldc_init()
/linux-4.4.14/arch/sparc/mm/
H A Dinit_64.c1258 node = mdesc_node_by_name(md, MDESC_NODE_NULL, "latency-groups"); numa_parse_mdesc()

Completed in 83 milliseconds