Searched refs:boot_paca (Results 1 – 1 of 1) sorted by relevance
180 static void __init fixup_boot_paca(struct paca_struct *boot_paca) in fixup_boot_paca() argument183 boot_paca->cpu_start = 1; in fixup_boot_paca()191 boot_paca->mc_emergency_sp = (void *)&init_thread_union + in fixup_boot_paca()195 boot_paca->data_offset = 0; in fixup_boot_paca()197 boot_paca->irq_soft_mask = IRQS_DISABLED; in fixup_boot_paca()198 boot_paca->irq_happened = PACA_IRQ_HARD_DIS; in fixup_boot_paca()342 static __initdata struct paca_struct boot_paca; in early_setup() local365 initialise_paca(&boot_paca, 0); in early_setup()366 fixup_boot_paca(&boot_paca); in early_setup()368 setup_paca(&boot_paca); /* install the paca into registers */ in early_setup()