nasid 47 arch/mips/include/asm/mach-ip27/kernel-entry-init.h dsll t1, NASID_SHFT # Shift text nasid into place nasid 48 arch/mips/include/asm/mach-ip27/kernel-entry-init.h dsll t2, NASID_SHFT # Same for data nasid nasid 810 arch/mips/include/asm/pci/bridge.h nasid_t nasid; nasid 73 arch/mips/include/asm/sn/addrs.h #define RAW_NODE_SWIN_BASE(nasid, widget) \ nasid 74 arch/mips/include/asm/sn/addrs.h (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS)) nasid 106 arch/mips/include/asm/sn/addrs.h #define NODE_SWIN_ADDR(nasid, addr) \ nasid 107 arch/mips/include/asm/sn/addrs.h (((addr) >= NODE_SWIN_BASE(nasid, 0)) && \ nasid 108 arch/mips/include/asm/sn/addrs.h ((addr) < (NODE_SWIN_BASE(nasid, HUB_NUM_WIDGET) + SWIN_SIZE)\ nasid 279 arch/mips/include/asm/sn/addrs.h #define EX_HANDLER_ADDR(nasid, slice) \ nasid 280 arch/mips/include/asm/sn/addrs.h PHYS_TO_K0(NODE_OFFSET(nasid) | EX_HANDLER_OFFSET(slice)) nasid 284 arch/mips/include/asm/sn/addrs.h #define EX_FRAME_ADDR(nasid, slice) \ nasid 285 arch/mips/include/asm/sn/addrs.h PHYS_TO_K0(NODE_OFFSET(nasid) | EX_FRAME_OFFSET(slice)) nasid 289 arch/mips/include/asm/sn/addrs.h #define ARCS_SPB_ADDR(nasid) \ nasid 290 arch/mips/include/asm/sn/addrs.h PHYS_TO_K0(NODE_OFFSET(nasid) | ARCS_SPB_OFFSET) nasid 294 arch/mips/include/asm/sn/addrs.h #define KLDIR_ADDR(nasid) \ nasid 295 arch/mips/include/asm/sn/addrs.h TO_NODE_UNCAC((nasid), KLDIR_OFFSET) nasid 320 arch/mips/include/asm/sn/addrs.h #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) nasid 321 arch/mips/include/asm/sn/addrs.h #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH) nasid 322 arch/mips/include/asm/sn/addrs.h #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI) nasid 323 arch/mips/include/asm/sn/addrs.h #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG) nasid 324 arch/mips/include/asm/sn/addrs.h #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR) nasid 325 arch/mips/include/asm/sn/addrs.h #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA) nasid 326 arch/mips/include/asm/sn/addrs.h #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK) nasid 327 arch/mips/include/asm/sn/addrs.h #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM) nasid 328 arch/mips/include/asm/sn/addrs.h #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS) nasid 329 arch/mips/include/asm/sn/addrs.h #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP) nasid 330 arch/mips/include/asm/sn/addrs.h #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID) nasid 332 arch/mips/include/asm/sn/addrs.h #define LAUNCH_OFFSET(nasid, slice) \ nasid 333 arch/mips/include/asm/sn/addrs.h (KLD_LAUNCH(nasid)->offset + \ nasid 334 arch/mips/include/asm/sn/addrs.h KLD_LAUNCH(nasid)->stride * (slice)) nasid 335 arch/mips/include/asm/sn/addrs.h #define LAUNCH_ADDR(nasid, slice) \ nasid 336 arch/mips/include/asm/sn/addrs.h TO_NODE_UNCAC((nasid), LAUNCH_OFFSET(nasid, slice)) nasid 337 arch/mips/include/asm/sn/addrs.h #define LAUNCH_SIZE(nasid) KLD_LAUNCH(nasid)->size nasid 339 arch/mips/include/asm/sn/addrs.h #define SN_NMI_OFFSET(nasid, slice) \ nasid 340 arch/mips/include/asm/sn/addrs.h (KLD_NMI(nasid)->offset + \ nasid 341 arch/mips/include/asm/sn/addrs.h KLD_NMI(nasid)->stride * (slice)) nasid 342 arch/mips/include/asm/sn/addrs.h #define NMI_ADDR(nasid, slice) \ nasid 343 arch/mips/include/asm/sn/addrs.h TO_NODE_UNCAC((nasid), SN_NMI_OFFSET(nasid, slice)) nasid 344 arch/mips/include/asm/sn/addrs.h #define NMI_SIZE(nasid) KLD_NMI(nasid)->size nasid 346 arch/mips/include/asm/sn/addrs.h #define KLCONFIG_OFFSET(nasid) KLD_KLCONFIG(nasid)->offset nasid 347 arch/mips/include/asm/sn/addrs.h #define KLCONFIG_ADDR(nasid) \ nasid 348 arch/mips/include/asm/sn/addrs.h TO_NODE_UNCAC((nasid), KLCONFIG_OFFSET(nasid)) nasid 349 arch/mips/include/asm/sn/addrs.h #define KLCONFIG_SIZE(nasid) KLD_KLCONFIG(nasid)->size nasid 351 arch/mips/include/asm/sn/addrs.h #define GDA_ADDR(nasid) KLD_GDA(nasid)->pointer nasid 352 arch/mips/include/asm/sn/addrs.h #define GDA_SIZE(nasid) KLD_GDA(nasid)->size nasid 354 arch/mips/include/asm/sn/addrs.h #define SYMMON_STK_OFFSET(nasid, slice) \ nasid 355 arch/mips/include/asm/sn/addrs.h (KLD_SYMMON_STK(nasid)->offset + \ nasid 356 arch/mips/include/asm/sn/addrs.h KLD_SYMMON_STK(nasid)->stride * (slice)) nasid 357 arch/mips/include/asm/sn/addrs.h #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride nasid 359 arch/mips/include/asm/sn/addrs.h #define SYMMON_STK_ADDR(nasid, slice) \ nasid 360 arch/mips/include/asm/sn/addrs.h TO_NODE_CAC((nasid), SYMMON_STK_OFFSET(nasid, slice)) nasid 362 arch/mips/include/asm/sn/addrs.h #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride nasid 364 arch/mips/include/asm/sn/addrs.h #define SYMMON_STK_END(nasid) (SYMMON_STK_ADDR(nasid, 0) + KLD_SYMMON_STK(nasid)->size) nasid 371 arch/mips/include/asm/sn/addrs.h #define KERN_VARS_ADDR(nasid) KLD_KERN_VARS(nasid)->pointer nasid 372 arch/mips/include/asm/sn/addrs.h #define KERN_VARS_SIZE(nasid) KLD_KERN_VARS(nasid)->size nasid 36 arch/mips/include/asm/sn/io.h #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \ nasid 37 arch/mips/include/asm/sn/io.h REMOTE_HUB_S((nasid), IIO_ITTE(bigwin), \ nasid 43 arch/mips/include/asm/sn/io.h #define IIO_ITTE_DISABLE(nasid, bigwin) \ nasid 44 arch/mips/include/asm/sn/io.h IIO_ITTE_PUT((nasid), HUB_PIO_MAP_TO_MEM, \ nasid 47 arch/mips/include/asm/sn/io.h #define IIO_ITTE_GET(nasid, bigwin) REMOTE_HUB_PTR((nasid), IIO_ITTE(bigwin)) nasid 7 arch/mips/include/asm/sn/irq_alloc.h nasid_t nasid; nasid 133 arch/mips/include/asm/sn/klconfig.h nasid_t nasid; nasid 496 arch/mips/include/asm/sn/klconfig.h nasid_t nasid; /* node number - from parent */ nasid 85 arch/mips/include/asm/sn/launch.h #define LAUNCH_SLAVE (*(void (*)(int nasid, int cpu, \ nasid 92 arch/mips/include/asm/sn/launch.h #define LAUNCH_WAIT (*(void (*)(int nasid, int cpu, int timeout_msec)) \ nasid 95 arch/mips/include/asm/sn/launch.h #define LAUNCH_POLL (*(launch_state_t (*)(int nasid, int cpu)) \ nasid 89 arch/mips/include/asm/sn/sn0/addrs.h #define NODE_SWIN_BASE(nasid, widget) \ nasid 90 arch/mips/include/asm/sn/sn0/addrs.h ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \ nasid 91 arch/mips/include/asm/sn/sn0/addrs.h : RAW_NODE_SWIN_BASE(nasid, widget)) nasid 93 arch/mips/include/asm/sn/sn0/addrs.h #define NODE_SWIN_BASE(nasid, widget) \ nasid 94 arch/mips/include/asm/sn/sn0/addrs.h (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS)) nasid 107 arch/mips/include/asm/sn/sn0/addrs.h #define NODE_BWIN_BASE0(nasid) (NODE_IO_BASE(nasid) + BWIN_SIZE) nasid 108 arch/mips/include/asm/sn/sn0/addrs.h #define NODE_BWIN_BASE(nasid, bigwin) (NODE_BWIN_BASE0(nasid) + \ nasid 123 arch/mips/include/asm/sn/sn0/addrs.h #define NODE_BWIN_ADDR(nasid, addr) \ nasid 124 arch/mips/include/asm/sn/sn0/addrs.h (((addr) >= NODE_BWIN_BASE0(nasid)) && \ nasid 125 arch/mips/include/asm/sn/sn0/addrs.h ((addr) < (NODE_BWIN_BASE(nasid, HUB_NUM_BIG_WINDOW) + \ nasid 143 arch/mips/include/asm/sn/sn0/addrs.h #define KERN_NMI_ADDR(nasid, slice) \ nasid 144 arch/mips/include/asm/sn/sn0/addrs.h TO_NODE_UNCAC((nasid), IP27_NMI_KREGS_OFFSET + \ nasid 960 arch/mips/include/asm/sn/sn0/hubio.h #define IIO_WCR_WID_GET(nasid) (REMOTE_HUB_L(nasid, III_WCR) & 0xf) nasid 1000 arch/mips/kvm/emulate.c u32 nasid = entryhi & KVM_ENTRYHI_ASID; nasid 1002 arch/mips/kvm/emulate.c if (((kvm_read_c0_guest_entryhi(cop0) & KVM_ENTRYHI_ASID) != nasid)) { nasid 1004 arch/mips/kvm/emulate.c KVM_ENTRYHI_ASID, nasid); nasid 30 arch/mips/pci/pci-ip27.c return bc->nasid; nasid 272 arch/mips/pci/pci-xtalk-bridge.c nasid_t nasid; nasid 290 arch/mips/pci/pci-xtalk-bridge.c bit | (data->nasid << 8))); nasid 323 arch/mips/pci/pci-xtalk-bridge.c data->nasid = info->nasid; nasid 356 arch/mips/pci/pci-xtalk-bridge.c bit | (data->nasid << 8))); nasid 416 arch/mips/pci/pci-xtalk-bridge.c info.nasid = bc->nasid; nasid 419 arch/mips/pci/pci-xtalk-bridge.c irq = irq_domain_alloc_irqs(bc->domain, 1, bc->nasid, &info); nasid 476 arch/mips/pci/pci-xtalk-bridge.c bc->nasid = bd->nasid; nasid 26 arch/mips/sgi-ip27/ip27-console.c nasid_t nasid; nasid 28 arch/mips/sgi-ip27/ip27-console.c nasid = (master_nasid == INVALID_NASID) ? get_nasid() : master_nasid; nasid 29 arch/mips/sgi-ip27/ip27-console.c ioc3 = (struct ioc3 *)KL_CONFIG_CH_CONS_INFO(nasid)->memory_base; nasid 31 arch/mips/sgi-ip27/ip27-hubio.c nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 36 arch/mips/sgi-ip27/ip27-hubio.c return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE); nasid 41 arch/mips/sgi-ip27/ip27-hubio.c nasid, widget, xtalk_addr, size); nasid 65 arch/mips/sgi-ip27/ip27-hubio.c IIO_ITTE_PUT(nasid, i, HUB_PIO_MAP_TO_MEM, widget, xtalk_addr); nasid 66 arch/mips/sgi-ip27/ip27-hubio.c __raw_readq(IIO_ITTE_GET(nasid, i)); nasid 68 arch/mips/sgi-ip27/ip27-hubio.c return NODE_BWIN_BASE(nasid, widget) + (xtalk_addr % BWIN_SIZE); nasid 73 arch/mips/sgi-ip27/ip27-hubio.c nasid, widget, xtalk_addr); nasid 84 arch/mips/sgi-ip27/ip27-hubio.c static void hub_setup_prb(nasid_t nasid, int prbnum, int credits) nasid 93 arch/mips/sgi-ip27/ip27-hubio.c prb.iprb_regval = REMOTE_HUB_L(nasid, prb_offset); nasid 115 arch/mips/sgi-ip27/ip27-hubio.c REMOTE_HUB_S(nasid, prb_offset, prb.iprb_regval); nasid 136 arch/mips/sgi-ip27/ip27-hubio.c static void hub_set_piomode(nasid_t nasid) nasid 142 arch/mips/sgi-ip27/ip27-hubio.c ii_iowa = REMOTE_HUB_L(nasid, IIO_OUTWIDGET_ACCESS); nasid 143 arch/mips/sgi-ip27/ip27-hubio.c REMOTE_HUB_S(nasid, IIO_OUTWIDGET_ACCESS, 0); nasid 145 arch/mips/sgi-ip27/ip27-hubio.c ii_wcr.wcr_reg_value = REMOTE_HUB_L(nasid, IIO_WCR); nasid 151 arch/mips/sgi-ip27/ip27-hubio.c hub_setup_prb(nasid, 0, 3); nasid 156 arch/mips/sgi-ip27/ip27-hubio.c hub_setup_prb(nasid, 0, 1); nasid 164 arch/mips/sgi-ip27/ip27-hubio.c hub_setup_prb(nasid, i, 3); nasid 166 arch/mips/sgi-ip27/ip27-hubio.c REMOTE_HUB_S(nasid, IIO_OUTWIDGET_ACCESS, ii_iowa); nasid 176 arch/mips/sgi-ip27/ip27-hubio.c nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 182 arch/mips/sgi-ip27/ip27-hubio.c IIO_ITTE_DISABLE(nasid, i); nasid 184 arch/mips/sgi-ip27/ip27-hubio.c hub_set_piomode(nasid); nasid 58 arch/mips/sgi-ip27/ip27-init.c nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 67 arch/mips/sgi-ip27/ip27-init.c REMOTE_HUB_S(nasid, IIO_ICTP, 0x800); nasid 68 arch/mips/sgi-ip27/ip27-init.c REMOTE_HUB_S(nasid, IIO_ICTO, 0xff); nasid 72 arch/mips/sgi-ip27/ip27-init.c if (nasid) { nasid 74 arch/mips/sgi-ip27/ip27-init.c memcpy((void *)NODE_OFFSET_TO_K0(nasid, 0), nasid 78 arch/mips/sgi-ip27/ip27-init.c REMOTE_HUB_S(nasid, PI_CALIAS_SIZE, PI_CALIAS_SIZE_8K); nasid 72 arch/mips/sgi-ip27/ip27-irq.c nasid_t nasid; nasid 79 arch/mips/sgi-ip27/ip27-irq.c nasid = COMPACT_TO_NASID_NODEID(cpu_to_node(cpu)); nasid 82 arch/mips/sgi-ip27/ip27-irq.c hd->irq_mask[0] = REMOTE_HUB_PTR(nasid, PI_INT_MASK0_A); nasid 83 arch/mips/sgi-ip27/ip27-irq.c hd->irq_mask[1] = REMOTE_HUB_PTR(nasid, PI_INT_MASK1_A); nasid 85 arch/mips/sgi-ip27/ip27-irq.c hd->irq_mask[0] = REMOTE_HUB_PTR(nasid, PI_INT_MASK0_B); nasid 86 arch/mips/sgi-ip27/ip27-irq.c hd->irq_mask[1] = REMOTE_HUB_PTR(nasid, PI_INT_MASK1_B); nasid 143 arch/mips/sgi-ip27/ip27-irq.c hub = hub_data(NASID_TO_COMPACT_NODEID(info->nasid)); nasid 145 arch/mips/sgi-ip27/ip27-irq.c info->nasid = cpu_to_node(hd->cpu); nasid 148 arch/mips/sgi-ip27/ip27-irq.c REMOTE_HUB_CLR_INTR(info->nasid, swlevel); nasid 151 arch/mips/sgi-ip27/ip27-irq.c desc->irq_common_data.node = info->nasid; nasid 81 arch/mips/sgi-ip27/ip27-klconfig.c klcpu_t *nasid_slice_to_cpuinfo(nasid_t nasid, int slice) nasid 86 arch/mips/sgi-ip27/ip27-klconfig.c if (!(brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27))) nasid 102 arch/mips/sgi-ip27/ip27-klconfig.c nasid_t nasid; nasid 117 arch/mips/sgi-ip27/ip27-klconfig.c if ((nasid = gdap->g_nasidtable[cnode]) == INVALID_NASID) nasid 121 arch/mips/sgi-ip27/ip27-klconfig.c acpu = nasid_slice_to_cpuinfo(nasid, slice); nasid 121 arch/mips/sgi-ip27/ip27-klnuma.c nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 129 arch/mips/sgi-ip27/ip27-klnuma.c return TO_NODE(nasid, offset) >> PAGE_SHIFT; nasid 131 arch/mips/sgi-ip27/ip27-klnuma.c return KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >> PAGE_SHIFT; nasid 115 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid; nasid 120 arch/mips/sgi-ip27/ip27-memory.c nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 122 arch/mips/sgi-ip27/ip27-memory.c if (nasid == -1) continue; nasid 124 arch/mips/sgi-ip27/ip27-memory.c brd = find_lboard_class((lboard_t *)KL_CONFIG_INFO(nasid), nasid 179 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid, nasid2; nasid 187 arch/mips/sgi-ip27/ip27-memory.c nasid = COMPACT_TO_NASID_NODEID(row); nasid 191 arch/mips/sgi-ip27/ip27-memory.c compute_node_distance(nasid, nasid2); nasid 198 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid; nasid 220 arch/mips/sgi-ip27/ip27-memory.c nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 222 arch/mips/sgi-ip27/ip27-memory.c if (nasid == -1) continue; nasid 224 arch/mips/sgi-ip27/ip27-memory.c brd = find_lboard_class((lboard_t *)KL_CONFIG_INFO(nasid), nasid 259 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 261 arch/mips/sgi-ip27/ip27-memory.c return ((unsigned long)nasid << PFN_NASIDSHFT) | (slot << SLOT_PFNSHIFT); nasid 266 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid; nasid 271 arch/mips/sgi-ip27/ip27-memory.c nasid = COMPACT_TO_NASID_NODEID(node); nasid 273 arch/mips/sgi-ip27/ip27-memory.c brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); nasid 325 arch/mips/sgi-ip27/ip27-memory.c nasid_t nasid; nasid 327 arch/mips/sgi-ip27/ip27-memory.c nasid = COMPACT_TO_NASID_NODEID(i); nasid 334 arch/mips/sgi-ip27/ip27-memory.c REMOTE_HUB_S(nasid, PI_REGION_PRESENT, (region_mask | 1)); nasid 335 arch/mips/sgi-ip27/ip27-memory.c REMOTE_HUB_S(nasid, PI_CALIAS_SIZE, PI_CALIAS_SIZE_0); nasid 342 arch/mips/sgi-ip27/ip27-memory.c REMOTE_HUB_S(nasid, IIO_ITTE(SWIN0_BIGWIN), nasid 55 arch/mips/sgi-ip27/ip27-nmi.c void nmi_cpu_eframe_save(nasid_t nasid, int slice) nasid 62 arch/mips/sgi-ip27/ip27-nmi.c (TO_UNCAC(TO_NODE(nasid, IP27_NMI_KREGS_OFFSET)) + nasid 65 arch/mips/sgi-ip27/ip27-nmi.c pr_emerg("NMI nasid %d: slice %d\n", nasid, slice); nasid 131 arch/mips/sgi-ip27/ip27-nmi.c void nmi_dump_hub_irq(nasid_t nasid, int slice) nasid 136 arch/mips/sgi-ip27/ip27-nmi.c mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_A); nasid 137 arch/mips/sgi-ip27/ip27-nmi.c mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_A); nasid 139 arch/mips/sgi-ip27/ip27-nmi.c mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_B); nasid 140 arch/mips/sgi-ip27/ip27-nmi.c mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_B); nasid 143 arch/mips/sgi-ip27/ip27-nmi.c pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); nasid 144 arch/mips/sgi-ip27/ip27-nmi.c pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); nasid 157 arch/mips/sgi-ip27/ip27-nmi.c nasid_t nasid; nasid 164 arch/mips/sgi-ip27/ip27-nmi.c nasid = COMPACT_TO_NASID_NODEID(cnode); nasid 165 arch/mips/sgi-ip27/ip27-nmi.c if (nasid == INVALID_NASID) nasid 170 arch/mips/sgi-ip27/ip27-nmi.c nmi_cpu_eframe_save(nasid, slice); nasid 171 arch/mips/sgi-ip27/ip27-nmi.c nmi_dump_hub_irq(nasid, slice); nasid 37 arch/mips/sgi-ip27/ip27-smp.c nasid_t nasid = COMPACT_TO_NASID_NODEID(node); nasid 39 arch/mips/sgi-ip27/ip27-smp.c cputonasid(cpunum) = nasid; nasid 61 arch/mips/sgi-ip27/ip27-smp.c static int do_cpumask(cnodeid_t cnode, nasid_t nasid, int highest) nasid 69 arch/mips/sgi-ip27/ip27-smp.c brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); nasid 122 arch/mips/sgi-ip27/ip27-smp.c nasid_t nasid = gdap->g_nasidtable[i]; nasid 123 arch/mips/sgi-ip27/ip27-smp.c if (nasid == INVALID_NASID) nasid 125 arch/mips/sgi-ip27/ip27-smp.c compact_to_nasid_node[i] = nasid; nasid 126 arch/mips/sgi-ip27/ip27-smp.c nasid_to_compact_node[nasid] = i; nasid 128 arch/mips/sgi-ip27/ip27-smp.c highest = do_cpumask(i, nasid, highest); nasid 134 arch/mips/sgi-ip27/ip27-smp.c static __init void intr_clear_all(nasid_t nasid) nasid 138 arch/mips/sgi-ip27/ip27-smp.c REMOTE_HUB_S(nasid, PI_INT_MASK0_A, 0); nasid 139 arch/mips/sgi-ip27/ip27-smp.c REMOTE_HUB_S(nasid, PI_INT_MASK0_B, 0); nasid 140 arch/mips/sgi-ip27/ip27-smp.c REMOTE_HUB_S(nasid, PI_INT_MASK1_A, 0); nasid 141 arch/mips/sgi-ip27/ip27-smp.c REMOTE_HUB_S(nasid, PI_INT_MASK1_B, 0); nasid 144 arch/mips/sgi-ip27/ip27-smp.c REMOTE_HUB_CLR_INTR(nasid, i); nasid 26 arch/mips/sgi-ip27/ip27-xtalk.c static void bridge_platform_create(nasid_t nasid, int widget, int masterwid) nasid 41 arch/mips/sgi-ip27/ip27-xtalk.c offset = NODE_OFFSET(nasid); nasid 43 arch/mips/sgi-ip27/ip27-xtalk.c bd->bridge_addr = RAW_NODE_SWIN_BASE(nasid, widget); nasid 45 arch/mips/sgi-ip27/ip27-xtalk.c bd->nasid = nasid; nasid 62 arch/mips/sgi-ip27/ip27-xtalk.c pr_info("xtalk:n%d/%x bridge widget\n", nasid, widget); nasid 66 arch/mips/sgi-ip27/ip27-xtalk.c pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); nasid 69 arch/mips/sgi-ip27/ip27-xtalk.c static int probe_one_port(nasid_t nasid, int widget, int masterwid) nasid 75 arch/mips/sgi-ip27/ip27-xtalk.c (RAW_NODE_SWIN_BASE(nasid, widget) + WIDGET_ID); nasid 81 arch/mips/sgi-ip27/ip27-xtalk.c bridge_platform_create(nasid, widget, masterwid); nasid 90 arch/mips/sgi-ip27/ip27-xtalk.c static int xbow_probe(nasid_t nasid) nasid 100 arch/mips/sgi-ip27/ip27-xtalk.c brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_MIDPLANE8); nasid 129 arch/mips/sgi-ip27/ip27-xtalk.c if (nasid != XBOW_PORT_NASID(xbow_p, i)) nasid 135 arch/mips/sgi-ip27/ip27-xtalk.c probe_one_port(nasid, i, masterwid); nasid 144 arch/mips/sgi-ip27/ip27-xtalk.c nasid_t nasid; nasid 148 arch/mips/sgi-ip27/ip27-xtalk.c nasid = COMPACT_TO_NASID_NODEID(nid); nasid 149 arch/mips/sgi-ip27/ip27-xtalk.c hubreg = REMOTE_HUB_L(nasid, IIO_LLP_CSR); nasid 156 arch/mips/sgi-ip27/ip27-xtalk.c (RAW_NODE_SWIN_BASE(nasid, 0x0) + WIDGET_ID); nasid 161 arch/mips/sgi-ip27/ip27-xtalk.c bridge_platform_create(nasid, 0x8, 0xa); nasid 165 arch/mips/sgi-ip27/ip27-xtalk.c pr_info("xtalk:n%d/0 xbow widget\n", nasid); nasid 166 arch/mips/sgi-ip27/ip27-xtalk.c xbow_probe(nasid); nasid 169 arch/mips/sgi-ip27/ip27-xtalk.c pr_info("xtalk:n%d/0 unknown widget (0x%x)\n", nasid, partnum); nasid 67 arch/x86/include/asm/uv/bios.h u16 nasid; /* HNasid */ nasid 145 arch/x86/include/asm/uv/uv_hub.h u16 nasid; /* node's global physical address */ nasid 485 arch/x86/include/asm/uv/uv_hub.h return uv_gam_range(paddr)->nasid; nasid 555 arch/x86/include/asm/uv/uv_hub.h return uv_gam_range(gpa)->nasid >> 1; nasid 3999 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:15; /* RW */ nasid 4003 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:15; /* RW */ nasid 4007 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:12; /* RW */ nasid 4052 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:15; /* RW */ nasid 4056 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:15; /* RW */ nasid 4060 arch/x86/include/asm/uv/uv_mmrs.h unsigned long nasid:12; /* RW */ nasid 460 arch/x86/kernel/apic/x2apic_uv_x.c grt->nasid = gre->nasid; nasid 478 arch/x86/kernel/apic/x2apic_uv_x.c grt->nasid = gre->nasid; nasid 486 arch/x86/kernel/apic/x2apic_uv_x.c grt->nasid = gre->nasid; nasid 513 arch/x86/kernel/apic/x2apic_uv_x.c pr_info("UV: GAM Range %2d %04x 0x%013lx-0x%013lx (%d)\n", i, grt->nasid, start, end, gb); nasid 833 arch/x86/kernel/apic/x2apic_uv_x.c int nasid, lnasid, fi, li; nasid 874 arch/x86/kernel/apic/x2apic_uv_x.c nasid = redirect & nasid_mask; nasid 877 arch/x86/kernel/apic/x2apic_uv_x.c id, redirect, m_redirect, nasid); nasid 880 arch/x86/kernel/apic/x2apic_uv_x.c if (nasid < min_pnode || max_pnode < nasid) nasid 881 arch/x86/kernel/apic/x2apic_uv_x.c nasid = -1; nasid 883 arch/x86/kernel/apic/x2apic_uv_x.c if (nasid == lnasid) { nasid 891 arch/x86/kernel/apic/x2apic_uv_x.c if (lnasid != -1 || (i == n-1 && nasid != -1)) { nasid 897 arch/x86/kernel/apic/x2apic_uv_x.c lnasid = nasid; nasid 909 arch/x86/kernel/apic/x2apic_uv_x.c lnasid = nasid; nasid 1231 arch/x86/kernel/apic/x2apic_uv_x.c gre->type, gre->nasid, gre->sockid, gre->pnode); nasid 1368 arch/x86/kernel/apic/x2apic_uv_x.c gre->sockid, gre->type, gre->nasid, nasid 545 drivers/misc/sgi-gru/grukservices.c void *p, unsigned int bytes, int nasid, int vector, int apicid) nasid 563 drivers/misc/sgi-gru/grukservices.c mqd->interrupt_pnode = nasid >> 1; nasid 62 drivers/misc/sgi-gru/grukservices.h void *p, unsigned int bytes, int nasid, int vector, int apicid); nasid 66 drivers/misc/sgi-xp/xpc_partition.c xpc_get_rsvd_page_pa(int nasid) nasid 70 drivers/misc/sgi-xp/xpc_partition.c unsigned long rp_pa = nasid; /* seed with nasid */ nasid 211 drivers/misc/sgi-xp/xpc_partition.c xpc_get_remote_rp(int nasid, unsigned long *discovered_nasids, nasid 219 drivers/misc/sgi-xp/xpc_partition.c *remote_rp_pa = xpc_get_rsvd_page_pa(nasid); nasid 412 drivers/misc/sgi-xp/xpc_partition.c int nasid; nasid 461 drivers/misc/sgi-xp/xpc_partition.c for (nasid = (region * region_size * 2); nasid 462 drivers/misc/sgi-xp/xpc_partition.c nasid < ((region + 1) * region_size * 2); nasid += 2) { nasid 467 drivers/misc/sgi-xp/xpc_partition.c dev_dbg(xpc_part, "checking nasid %d\n", nasid); nasid 469 drivers/misc/sgi-xp/xpc_partition.c if (test_bit(nasid / 2, xpc_part_nasids)) { nasid 472 drivers/misc/sgi-xp/xpc_partition.c "region\n", nasid); nasid 476 drivers/misc/sgi-xp/xpc_partition.c if (!(test_bit(nasid / 2, xpc_mach_nasids))) { nasid 479 drivers/misc/sgi-xp/xpc_partition.c nasid); nasid 483 drivers/misc/sgi-xp/xpc_partition.c if (test_bit(nasid / 2, discovered_nasids)) { nasid 486 drivers/misc/sgi-xp/xpc_partition.c "discovered\n", nasid); nasid 492 drivers/misc/sgi-xp/xpc_partition.c ret = xpc_get_remote_rp(nasid, discovered_nasids, nasid 496 drivers/misc/sgi-xp/xpc_partition.c "from nasid %d, reason=%d\n", nasid, nasid 506 drivers/misc/sgi-xp/xpc_partition.c remote_rp_pa, nasid); nasid 215 drivers/misc/sgi-xp/xpc_uv.c int nasid; nasid 272 drivers/misc/sgi-xp/xpc_uv.c nasid = UV_PNODE_TO_NASID(uv_cpu_to_pnode(cpu)); nasid 276 drivers/misc/sgi-xp/xpc_uv.c nasid, mmr_value->vector, mmr_value->dest); nasid 898 drivers/misc/sgi-xp/xpc_uv.c unsigned long remote_rp_gpa, int nasid) nasid 18 include/linux/platform_data/xtalk-bridge.h nasid_t nasid;