Searched refs:uvhub (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c75 * Determine the first node on a uvhub. 'Nodes' are used for kernel
78 static int __init uvhub_to_first_node(int uvhub) argument
84 if (uvhub == b)
91 * Determine the apicid of the first cpu on a uvhub.
93 static int __init uvhub_to_first_apicid(int uvhub) argument
98 if (uvhub == uv_cpu_to_blade_id(cpu))
218 * One cpu on each uvhub has the additional job on a RETRY
245 * All cpus in uvhub saw it; reply
255 * Determine the first cpu on a uvhub.
257 static int uvhub_to_first_cpu(int uvhub) argument
339 int uvhub; local
702 int uvhub; local
859 int uvhub; local
1438 uv_init_uvhub(int uvhub, int vector) argument
1492 int uvhub; local
1509 short uvhub; member in struct:uvhub_desc
1600 int uvhub; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_bau.h30 * cpu's on the uvhub.
134 * mask of cpu's on a uvhub
136 * enough bits for max. cpu's per uvhub)
179 /* bits 20:6 */ /* first bit in uvhub map */
233 unsigned int int_both:1;/* if 1, interrupt both sockets on the uvhub */
402 short uvhub; member in struct:bau_control
426 static inline int bau_uvhub_isset(int uvhub, struct bau_target_uvhubmask *dstp) argument
428 return constant_test_bit(uvhub, &dstp->bits[0]);
430 static inline void bau_uvhub_set(int uvhub, struct bau_target_uvhubmask *dstp) argument
432 __set_bit(uvhub,
[all...]

Completed in 85 milliseconds