Home
last modified time | relevance | path

Searched refs:hub_data (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h12 struct hub_data { struct
20 struct hub_data hub; argument
25 #define hub_data(n) (&__node_data[(n)]->hub) macro
H A Dtopology.h19 &hub_data(node)->h_cpus)
/linux/arch/mips/include/asm/sn/
H A Dmapped_kernel.h35 #define MAPPED_KERN_RO_PHYSBASE(n) (hub_data(n)->kern_vars.kv_ro_baseaddr)
36 #define MAPPED_KERN_RW_PHYSBASE(n) (hub_data(n)->kern_vars.kv_rw_baseaddr)
/linux/arch/mips/sgi-ip27/
H A Dip27-init.c47 struct hub_data *hub = hub_data(nasid); in per_hub_init()
H A Dip27-klnuma.c60 kvp = &hub_data(client_nasid)->kern_vars; in set_ktext_source()