Lines Matching refs:cpunode
879 phandle cpunode; in srmmu_paging_init() local
893 cpunode = prom_getchild(prom_root_node); in srmmu_paging_init()
895 while (cpunode != 0) { in srmmu_paging_init()
896 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in srmmu_paging_init()
898 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8); in srmmu_paging_init()
901 cpunode = prom_getsibling(cpunode); in srmmu_paging_init()
1587 phandle cpunode; in get_srmmu_type() local
1591 cpunode = prom_getchild(prom_root_node); in get_srmmu_type()
1592 while ((cpunode = prom_getsibling(cpunode)) != 0) { in get_srmmu_type()
1593 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in get_srmmu_type()
1595 if (!prom_getintdefault(cpunode, "psr-implementation", 1) && in get_srmmu_type()
1596 prom_getintdefault(cpunode, "psr-version", 1) == 5) { in get_srmmu_type()