Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dmdesc.h19 #define MDESC_NODE_NULL (~(u64)0) macro
25 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \
26 (__node) != MDESC_NODE_NULL; \
59 (__arc) != MDESC_NODE_NULL; \
/arch/sparc/kernel/
Dmdesc.c553 return MDESC_NODE_NULL; in mdesc_get_node()
588 if (hp == NULL || node == MDESC_NODE_NULL || in mdesc_get_node_info()
635 if (from_node == MDESC_NODE_NULL) { in mdesc_node_by_name()
638 return MDESC_NODE_NULL; in mdesc_node_by_name()
645 return MDESC_NODE_NULL; in mdesc_node_by_name()
651 ret = MDESC_NODE_NULL; in mdesc_node_by_name()
664 if (node == MDESC_NODE_NULL || node >= last_node) in mdesc_get_property()
708 if (from == MDESC_NODE_NULL || from >= last_node) in mdesc_next_arc()
709 return MDESC_NODE_NULL; in mdesc_next_arc()
724 return MDESC_NODE_NULL; in mdesc_next_arc()
[all …]
Dvio.c243 return MDESC_NODE_NULL; in vio_vdev_node()
524 root = mdesc_node_by_name(hp, MDESC_NODE_NULL, channel_devices_node); in vio_init()
525 if (root == MDESC_NODE_NULL) { in vio_init()
Dsetup_64.c494 pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "cpu"); in mdesc_cpu_hwcap_list()
495 if (pn == MDESC_NODE_NULL) in mdesc_cpu_hwcap_list()
Dldc.c2398 mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); in ldc_init()
2400 if (mp == MDESC_NODE_NULL) in ldc_init()
/arch/sparc/mm/
Dinit_64.c1162 candidate = MDESC_NODE_NULL; in scan_arcs_for_cfg_handle()
1181 if (candidate == MDESC_NODE_NULL) in scan_arcs_for_cfg_handle()
1486 node = mdesc_node_by_name(md, MDESC_NODE_NULL, "latency-groups"); in numa_parse_mdesc()
1487 if (node == MDESC_NODE_NULL) { in numa_parse_mdesc()