Searched refs:boot_paca (Results 1 – 1 of 1) sorted by relevance
177 static void __init fixup_boot_paca(struct paca_struct *boot_paca) in fixup_boot_paca() argument180 boot_paca->cpu_start = 1; in fixup_boot_paca()188 boot_paca->mc_emergency_sp = (void *)&init_thread_union + in fixup_boot_paca()192 boot_paca->data_offset = 0; in fixup_boot_paca()194 boot_paca->irq_soft_mask = IRQS_DISABLED; in fixup_boot_paca()195 boot_paca->irq_happened = PACA_IRQ_HARD_DIS; in fixup_boot_paca()339 static __initdata struct paca_struct boot_paca; in early_setup() local362 initialise_paca(&boot_paca, 0); in early_setup()363 fixup_boot_paca(&boot_paca); in early_setup()365 setup_paca(&boot_paca); /* install the paca into registers */ in early_setup()