Searched refs:bolted (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/powerpc/mm/
H A D44x_mmu.c143 int bolted; local
145 /* Base rA is HW way select, way 0, bolted bit set */
148 /* Look for a bolted entry slot */
149 bolted = ppc47x_find_free_bolted();
150 BUG_ON(bolted < 0);
152 /* Insert bolted slot number */
153 rA |= bolted << 24;
156 virt, phys, bolted);
204 printk(KERN_DEBUG "bolted entries: ");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_slb.S73 /* Remove bolted entries */
79 #error unknown number of bolted entries
147 /* Restore bolted entries from the shadow and fix it along the way */
162 #error unknown number of bolted entries

Completed in 51 milliseconds