Searched refs:vptb (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dbootp.c27 unsigned long *vptb);
41 find_pa(unsigned long *vptb, void *ptr) argument
46 result = vptb[address >> 13];
158 if (INIT_HWRPB->vptb != (unsigned long) VPTB) {
159 srm_printk("Expected vptb at %p, got %p\n",
160 VPTB, (void *)INIT_HWRPB->vptb);
H A Dmain.c25 unsigned long *vptb);
36 find_pa(unsigned long *vptb, void *ptr) argument
41 result = vptb[address >> 13];
H A Dbootpz.c44 unsigned long *vptb);
300 if (INIT_HWRPB->vptb != (unsigned long) VPTB) {
301 srm_printk("Expected vptb at %p, got %p\n",
302 VPTB, (void *)INIT_HWRPB->vptb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c143 /* Initialize the kernel's page tables. Linux puts the vptb in
150 /* Set the vptb. This is often done by the bootloader, but
152 if (hwrpb->vptb != 0xfffffffe00000000UL) {
154 hwrpb->vptb = 0xfffffffe00000000UL;
298 /* Move the vptb back to where the SRM console expects it. */
302 hwrpb->vptb = 0x200000000UL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dhwrpb.h178 unsigned long vptb; /* Virtual Page Table Base address */ member in struct:hwrpb_struct

Completed in 73 milliseconds