Home
last modified time | relevance | path

Searched refs:INIT_HWRPB (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/alpha/boot/
Dbootp.c32 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()
Dbootpz.c54 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()
Dmain.c26 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()
/Linux-v4.19/arch/alpha/include/asm/
Dhwrpb.h5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) macro
/Linux-v4.19/arch/alpha/kernel/
Dsetup.c519 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()