Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 21 of 21) sorted by relevance

/arch/powerpc/lib/
A Dextable.c25 unsigned long insn, fixup; member
40 return first->fixup; in search_one_table()
/arch/powerpc/cpu/mpc8xx/
A Dtraps.c87 unsigned long fixup = search_exception_table(regs->nip); in MachineCheckException() local
93 if (fixup != 0) { in MachineCheckException()
94 regs->nip = fixup; in MachineCheckException()
/arch/powerpc/cpu/mpc83xx/
A Dtraps.c103 unsigned long fixup; in MachineCheckException() local
122 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
123 regs->nip = fixup; in MachineCheckException()
A Du-boot.lds29 KEEP(*(.fixup))
/arch/powerpc/cpu/mpc85xx/
A Du-boot.lds52 KEEP(*(.fixup))
101 * this is a temporary fix. Code to dynamically the fixup the bss
103 * fixup code is present this workaround should be removed.
A Dtraps.c130 unsigned long fixup; in MachineCheckException() local
137 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
138 regs->nip = fixup; in MachineCheckException()
A Dmp.c424 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local
469 memcpy((void *)BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
A Du-boot-spl.lds38 KEEP(*(.fixup))
/arch/arm/mach-uniphier/
A DMakefile24 obj-y += fdt-fixup.o
/arch/m68k/cpu/mcf523x/
A Dstart.S193 beq.s fixup
195 beq.s fixup
199 fixup: label
/arch/m68k/cpu/mcf530x/
A Dstart.S196 beq.s fixup
198 beq.s fixup
202 fixup: label
/arch/m68k/cpu/mcf532x/
A Dstart.S208 beq.s fixup
210 beq.s fixup
214 fixup: label
/arch/m68k/cpu/
A Du-boot.lds47 KEEP(*(.fixup))
/arch/m68k/cpu/mcf52x2/
A Dstart.S271 beq.s fixup
273 beq.s fixup
277 fixup: label
/arch/arm/dts/
A Dimx8qm-dmsse20-a1.dts313 fsl,ar8031-phy-fixup;
333 fsl,ar8031-phy-fixup;
A Dimx8qm-rom7720-a1.dts299 fsl,ar8031-phy-fixup;
324 fsl,ar8031-phy-fixup;
A Dfsl-imx8qxp-ai_ml.dts56 fsl,ar8031-phy-fixup;
A Dfsl-imx8qxp-mek.dts221 fsl,ar8031-phy-fixup;
A Dimx23.dtsi216 gpmi_pins_fixup: gpmi-pins-fixup@0 {
261 mmc0_pins_fixup: mmc0-pins-fixup@0 {
/arch/m68k/cpu/mcf5445x/
A Dstart.S548 beq.s fixup
550 beq.s fixup
554 fixup: label
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon20 It is equivalent to go through "bootm" step-by-step until device tree fixup is

Completed in 30 milliseconds