Symbol: LOCAL_HUB_L
arch/mips/include/asm/sn/intr.h
29
LOCAL_HUB_L(PI_INT_PEND0); \
arch/mips/include/asm/sn/sn0/hub.h
57
return (nasid_t)((LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_NODEID_MASK)
arch/mips/include/asm/sn/sn0/hubni.h
255
if (LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_REGIONSIZE_MASK)
arch/mips/sgi-ip27/ip27-berr.c
66
int cpu = LOCAL_HUB_L(PI_CPU_NUM);
arch/mips/sgi-ip27/ip27-berr.c
74
printk("ERR_INT_PEND = 0x%06llx\n", LOCAL_HUB_L(PI_ERR_INT_PEND));
arch/mips/sgi-ip27/ip27-berr.c
75
errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A);
arch/mips/sgi-ip27/ip27-berr.c
76
errst1 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS1_B : PI_ERR_STATUS1_A);
arch/mips/sgi-ip27/ip27-berr.c
87
int cpu = LOCAL_HUB_L(PI_CPU_NUM);
arch/mips/sgi-ip27/ip27-init.c
106
p = LOCAL_HUB_L(PI_CPU_PRESENT_A) & 1;
arch/mips/sgi-ip27/ip27-init.c
107
e = LOCAL_HUB_L(PI_CPU_ENABLE_A) & 1;
arch/mips/sgi-ip27/ip27-init.c
112
p = LOCAL_HUB_L(PI_CPU_PRESENT_B) & 1;
arch/mips/sgi-ip27/ip27-init.c
113
e = LOCAL_HUB_L(PI_CPU_ENABLE_B) & 1;
arch/mips/sgi-ip27/ip27-init.c
122
n_mode = LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_MORENODES_MASK;
arch/mips/sgi-ip27/ip27-irq.c
198
pend0 = LOCAL_HUB_L(PI_INT_PEND0);
arch/mips/sgi-ip27/ip27-irq.c
226
LOCAL_HUB_L(PI_INT_PEND0);
arch/mips/sgi-ip27/ip27-irq.c
238
pend1 = LOCAL_HUB_L(PI_INT_PEND1);
arch/mips/sgi-ip27/ip27-irq.c
249
LOCAL_HUB_L(PI_INT_PEND1);
arch/mips/sgi-ip27/ip27-irq.c
256
int slice = LOCAL_HUB_L(PI_CPU_NUM);
arch/mips/sgi-ip27/ip27-smp.c
174
cputoslice(0) = LOCAL_HUB_L(PI_CPU_NUM);
arch/mips/sgi-ip27/ip27-timer.c
36
cnt = LOCAL_HUB_L(PI_RT_COUNT);
arch/mips/sgi-ip27/ip27-timer.c
40
return LOCAL_HUB_L(PI_RT_COUNT) >= cnt ? -ETIME : 0;