Searched refs:INIT_HWRPB (Results 1 – 5 of 5) sorted by relevance
31 struct hwrpb_struct *hwrpb = INIT_HWRPB;102 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()153 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()155 INIT_HWRPB->pagesize >> 10); in start_kernel()158 if (INIT_HWRPB->vptb != (unsigned long) VPTB) { in start_kernel()160 VPTB, (void *)INIT_HWRPB->vptb); in start_kernel()
53 struct hwrpb_struct *hwrpb = INIT_HWRPB;150 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()297 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()299 INIT_HWRPB->pagesize >> 10); in start_kernel()302 if (INIT_HWRPB->vptb != (unsigned long) VPTB) { in start_kernel()304 VPTB, (void *)INIT_HWRPB->vptb); in start_kernel()
25 struct hwrpb_struct *hwrpb = INIT_HWRPB;96 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()159 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()160 srm_printk("Expected 8kB pages, got %ldkB\n", INIT_HWRPB->pagesize >> 10); in start_kernel()
5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) macro
458 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()