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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/boot/
H A Dbootp.c27 unsigned long *vptb);
39 find_pa(unsigned long *vptb, void *ptr) argument
44 result = vptb[address >> 13];
160 if (INIT_HWRPB->vptb != (unsigned long) VPTB) {
161 srm_printk("Expected vptb at %p, got %p\n",
162 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];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dinit.c169 /* Initialize the kernel's page tables. Linux puts the vptb in
176 /* Set the vptb. This is often done by the bootloader, but
178 if (hwrpb->vptb != 0xfffffffe00000000) {
180 hwrpb->vptb = 0xfffffffe00000000;
315 /* Move the vptb back to where the SRM console expects it. */
319 hwrpb->vptb = 0x200000000;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dhwrpb.h174 unsigned long vptb; /* Virtual Page Table Base address */ member in struct:hwrpb_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dhwrpb.h174 unsigned long vptb; /* Virtual Page Table Base address */ member in struct:hwrpb_struct

Completed in 89 milliseconds