Searched refs:node_id (Results 1 - 17 of 17) sorted by relevance

/arch/x86/include/asm/
H A Drio.h20 u8 node_id; /* Scalability Node ID */ member in struct:scal_detail
35 u8 node_id; /* RIO Node ID */ member in struct:rio_detail
/arch/ia64/uv/kernel/
H A Dsetup.c64 union uvh_node_id_u node_id; local
72 node_id.v = 0;
87 node_id.v = uv_read_local_mmr(UVH_NODE_ID);
98 gnode_upper = (((unsigned long)node_id.s.node_id) &
/arch/powerpc/platforms/ps3/
H A Dplatform.h195 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id);
196 int ps3_repository_read_be_id(u64 node_id, u64 *be_id);
197 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq);
H A Drepository.c937 * @node_id: The BE processor node id.
940 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id) argument
947 node_id, NULL);
952 * @node_id: The BE processor node id.
956 int ps3_repository_read_be_id(u64 node_id, u64 *be_id) argument
960 node_id,
966 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq) argument
970 node_id,
979 u64 node_id; local
982 result = ps3_repository_read_be_node_id(be_index, &node_id);
991 u64 node_id; local
[all...]
H A Ddevice-init.c53 result = ps3_repository_read_be_node_id(0, &dev->lpm.node_id);
61 result = ps3_repository_read_lpm_privileges(dev->lpm.node_id, &tmp1,
/arch/powerpc/platforms/cell/
H A Dspider-pic.c67 unsigned int node_id; member in struct:spider_pic
157 (pic->node_id << 4) | 0xe);
272 pic->node_id = (*tmp) >> 1;
281 (pic->node_id << IIC_IRQ_NODE_SHIFT) |
327 pic->node_id, addr, of_node->full_name);
/arch/x86/kernel/apic/
H A Dsummit_32.c117 unsigned char node_id; /* Scalability Node ID */ member in struct:scal_detail
129 unsigned char node_id; /* RIO Node ID */ member in struct:rio_detail
352 if (rio_devs[i]->node_id == rio_devs[wpeg_num]->owner_id) {
363 if (scal_devs[i]->node_id == twister) {
364 node = scal_devs[i]->node_id;
H A Dx2apic_uv_x.c85 union uvh_node_id_u node_id; local
90 node_id.v = uv_early_read_mmr(UVH_NODE_ID);
92 uv_min_hub_revision_id = node_id.s.revision;
94 if (node_id.s.part_number == UV2_HUB_PART_NUMBER)
96 if (node_id.s.part_number == UV2_HUB_PART_NUMBER_X)
100 pnode = (node_id.s.node_id >> 1) & ((1 << m_n_config.s.n_skt) - 1);
746 union uvh_node_id_u node_id; local
767 node_id.v = uv_read_local_mmr(UVH_NODE_ID);
768 gnode_extra = (node_id
[all...]
/arch/avr32/mm/
H A Dinit.c92 pgdat->node_id, pgdat->node_mem_map);
/arch/x86/kernel/cpu/
H A Damd.c270 u8 node_id; local
279 node_id = ecx & 7;
290 node_id = value & 7;
304 per_cpu(cpu_llc_id, cpu) = node_id;
/arch/ia64/mm/
H A Dcontig.c54 int nid = pgdat->node_id;
H A Ddiscontig.c631 int nid = pgdat->node_id;
/arch/x86/include/asm/uv/
H A Duv_mmrs.h1086 unsigned long node_id:14; /* RW */ member in struct:uvh_lb_bau_intd_payload_queue_first_u::uvh_lb_bau_intd_payload_queue_first_s
1451 unsigned long node_id:14; /* RW */ member in struct:uvh_lb_bau_sb_descriptor_base_u::uvh_lb_bau_sb_descriptor_base_s
1509 unsigned long node_id:15; /* RW */ member in struct:uvh_node_id_u::uvh_node_id_s
1517 unsigned long node_id:15; /* RW */ member in struct:uvh_node_id_u::uv1h_node_id_s
1529 unsigned long node_id:15; /* RW */ member in struct:uvh_node_id_u::uv2h_node_id_s
/arch/powerpc/include/asm/
H A Dps3.h372 u64 node_id; member in struct:ps3_system_bus_device::__anon2432
/arch/ia64/include/asm/uv/
H A Duv_mmrs.h472 unsigned long node_id : 15; /* RW */ member in struct:uvh_node_id_u::uvh_node_id_s
/arch/x86/mm/
H A Dnuma.c243 NODE_DATA(nid)->node_id = nid;
/arch/tile/mm/
H A Dinit.c743 int nid = z->zone_pgdat->node_id;

Completed in 294 milliseconds