Searched refs:fixup (Results 1 – 21 of 21) sorted by relevance
25 unsigned long insn, fixup; member40 return first->fixup; in search_one_table()
87 unsigned long fixup = search_exception_table(regs->nip); in MachineCheckException() local93 if (fixup != 0) { in MachineCheckException()94 regs->nip = fixup; in MachineCheckException()
103 unsigned long fixup; in MachineCheckException() local122 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()123 regs->nip = fixup; in MachineCheckException()
29 KEEP(*(.fixup))
52 KEEP(*(.fixup))101 * this is a temporary fix. Code to dynamically the fixup the bss103 * fixup code is present this workaround should be removed.
130 unsigned long fixup; in MachineCheckException() local137 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()138 regs->nip = fixup; in MachineCheckException()
424 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local469 memcpy((void *)BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
38 KEEP(*(.fixup))
24 obj-y += fdt-fixup.o
193 beq.s fixup195 beq.s fixup199 fixup: label
196 beq.s fixup198 beq.s fixup202 fixup: label
208 beq.s fixup210 beq.s fixup214 fixup: label
47 KEEP(*(.fixup))
271 beq.s fixup273 beq.s fixup277 fixup: label
313 fsl,ar8031-phy-fixup;333 fsl,ar8031-phy-fixup;
299 fsl,ar8031-phy-fixup;324 fsl,ar8031-phy-fixup;
56 fsl,ar8031-phy-fixup;
221 fsl,ar8031-phy-fixup;
216 gpmi_pins_fixup: gpmi-pins-fixup@0 {261 mmc0_pins_fixup: mmc0-pins-fixup@0 {
548 beq.s fixup550 beq.s fixup554 fixup: label
20 It is equivalent to go through "bootm" step-by-step until device tree fixup is
Completed in 30 milliseconds