Searched refs:hub (Results 1 – 6 of 6) sorted by relevance
/arch/mips/sgi-ip27/ |
D | ip27-init.c | 58 struct hub_data *hub = hub_data(cnode); in per_hub_init() local 62 cpu_set(smp_processor_id(), hub->h_cpus); in per_hub_init() 99 __set_bit(i, hub->irq_alloc_mask); in per_hub_init() 103 __set_bit(IP_PEND0_6_63, hub->irq_alloc_mask); in per_hub_init() 107 __set_bit(i, hub->irq_alloc_mask); in per_hub_init() 117 struct hub_data *hub = hub_data(cnode); in per_cpu_init() local 118 struct slice_data *si = hub->slice + slice; in per_cpu_init() 121 if (test_and_set_bit(slice, &hub->slice_map)) in per_cpu_init()
|
D | ip27-smp.c | 42 klhub_t *hub; in get_actual_nasid() local 48 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid() 49 if (!hub) in get_actual_nasid() 51 if (!(hub->hub_info.flags & KLINFO_ENABLE)) /* disabled node brd */ in get_actual_nasid() 52 return hub->hub_info.physid; in get_actual_nasid()
|
D | ip27-irq.c | 70 struct hub_data *hub = hub_data(cpu_to_node(cpu)); in alloc_level() local 74 level = find_first_zero_bit(hub->irq_alloc_mask, LEVELS_PER_SLICE); in alloc_level() 78 __set_bit(level, hub->irq_alloc_mask); in alloc_level() 403 struct hub_data *hub = hub_data(cpu_to_node(cpu)); in install_ipi() local 407 __set_bit(resched, hub->irq_alloc_mask); in install_ipi() 412 __set_bit(call, hub->irq_alloc_mask); in install_ipi()
|
D | ip27-memory.c | 427 .hub = {
|
/arch/mips/include/asm/sn/ |
D | intr.h | 26 #define REMOTE_HUB_SEND_INTR(hub, level) \ argument 27 REMOTE_HUB_S((hub), PI_INT_PEND_MOD, (0x100 | (level))) 41 #define REMOTE_HUB_CLR_INTR(hub, level) \ argument 43 nasid_t __hub = (hub); \
|
/arch/mips/include/asm/mach-ip27/ |
D | mmzone.h | 28 struct hub_data hub; member 34 #define hub_data(n) (&__node_data[(n)]->hub)
|