Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/alpha/boot/
A 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()
A 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()
A 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()
/linux-6.3-rc2/arch/alpha/include/asm/
A Dhwrpb.h5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) macro
/linux-6.3-rc2/arch/alpha/kernel/
A Dsetup.c449 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()

Completed in 11 milliseconds