Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/boot/
Dbootp.c31 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()
Dbootpz.c53 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()
Dmain.c25 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()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dhwrpb.h5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) macro
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsetup.c458 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()