Searched refs:INIT_HWRPB (Results 1 – 5 of 5) sorted by relevance
32 struct hwrpb_struct *hwrpb = INIT_HWRPB;103 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()154 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()156 INIT_HWRPB->pagesize >> 10); in start_kernel()159 if (INIT_HWRPB->vptb != (unsigned long) VPTB) { in start_kernel()161 VPTB, (void *)INIT_HWRPB->vptb); in start_kernel()
54 struct hwrpb_struct *hwrpb = INIT_HWRPB;151 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()298 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()300 INIT_HWRPB->pagesize >> 10); in start_kernel()303 if (INIT_HWRPB->vptb != (unsigned long) VPTB) { in start_kernel()305 VPTB, (void *)INIT_HWRPB->vptb); in start_kernel()
26 struct hwrpb_struct *hwrpb = INIT_HWRPB;97 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()160 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()161 srm_printk("Expected 8kB pages, got %ldkB\n", INIT_HWRPB->pagesize >> 10); in start_kernel()
5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) macro
519 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()