Searched refs:ia64_ctx (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h34 struct ia64_ctx { struct
44 extern struct ia64_ctx ia64_ctx;
68 spin_lock_irqsave(&ia64_ctx.lock, flags);
73 spin_unlock_irqrestore(&ia64_ctx.lock, flags);
86 spin_lock_irqsave(&ia64_ctx.lock, flags);
91 if (ia64_ctx.next >= ia64_ctx.limit) {
92 ia64_ctx.next = find_next_zero_bit(ia64_ctx
[all...]
H A Dtlbflush.h56 set_bit(mm->context, ia64_ctx.flushmap);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dtlb.c42 struct ia64_ctx ia64_ctx = { variable in typeref:struct:ia64_ctx
43 .lock = __SPIN_LOCK_UNLOCKED(ia64_ctx.lock),
55 * Initializes the ia64_ctx.bitmap array based on max_ctx+1.
56 * Called after cpu_init() has setup ia64_ctx.max_ctx based on
62 ia64_ctx.bitmap = alloc_bootmem((ia64_ctx.max_ctx+1)>>3);
63 ia64_ctx.flushmap = alloc_bootmem((ia64_ctx.max_ctx+1)>>3);
67 * Acquire the ia64_ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsetup.c1033 /* set ia64_ctx.max_rid to the maximum RID that is supported by all CPUs: */
1041 while (max_ctx < ia64_ctx.max_ctx) {
1042 unsigned int old = ia64_ctx.max_ctx;
1043 if (cmpxchg(&ia64_ctx.max_ctx, old, max_ctx) == old)

Completed in 43 milliseconds