Home
last modified time | relevance | path

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

123

/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S37 .macro fixup delta=-4 macro
58 .long vapic_base ; fixup
59 .long fixup_start ; fixup
60 .long fixup_end ; fixup
62 .long vapic ; fixup
68 .long up_set_tpr ; fixup
69 .long up_set_tpr_eax ; fixup
70 .long up_get_tpr_eax ; fixup
71 .long up_get_tpr_ecx ; fixup
72 .long up_get_tpr_edx ; fixup
[all …]
/openbmc/u-boot/drivers/usb/common/
H A DMakefile7 obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
8 obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0034-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch36 + struct event_ft_fixup fixup = {0};
38 + fixup.tree.fdt = fdt;
39 + ret = event_notify(EVT_FT_FIXUP, &fixup, sizeof(fixup));
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch95 + const struct event_ft_fixup *fixup = &event->data.ft_fixup;
101 + if (fixup->images)
104 + fdt = fixup->tree.fdt;
/openbmc/u-boot/arch/powerpc/lib/
H A Dextable.c25 unsigned long insn, fixup; member
40 return first->fixup; in search_one_table()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H 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()
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dtraps.c95 unsigned long fixup; in MachineCheckException() local
101 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
102 regs->nip = fixup; in MachineCheckException()
H A Dmp.c103 ulong fixup = (ulong)&__secondary_start_page; in setup_mp() local
117 memcpy((void *)bootpg_va, (void *)fixup, 4096); in setup_mp()
H A Du-boot.lds35 KEEP(*(.fixup))
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H 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()
H A Du-boot.lds29 KEEP(*(.fixup))
/openbmc/u-boot/lib/
H A Dslre.c312 fixup_branch(struct slre *r, int fixup) in fixup_branch() argument
314 if (fixup > 0) { in fixup_branch()
316 set_jump_offset(r, fixup, fixup - 2); in fixup_branch()
323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
325 fixup = 0; in compile()
375 fixup_branch(r, fixup); in compile()
396 fixup_branch(r, fixup); in compile()
400 fixup = branch_start + 2; in compile()
401 r->code[fixup] = 0xff; in compile()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot.lds53 KEEP(*(.fixup))
108 * this is a temporary fix. Code to dynamically the fixup the bss
110 * fixup code is present this workaround should be removed.
H A Dtraps.c131 unsigned long fixup; in MachineCheckException() local
138 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
139 regs->nip = fixup; in MachineCheckException()
H A Du-boot-nand_spl.lds25 KEEP(*(.fixup))
H A Du-boot-nand.lds47 KEEP(*(.fixup))
/openbmc/qemu/include/hw/xen/interface/io/
H A Dprotocols.h22 # error arch fixup needed here
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-legacy-cgi_2.6.2.bb11 file://0001-cgi.py-fixup-interpreter-according-to-OE.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/
H A Dxf86-video-nouveau_1.0.17.bb20 SRC_URI += "file://0001-nouveau-fixup-driver-for-new-X-server-ABI.patch"
/openbmc/u-boot/arch/arm/mach-uniphier/
H A DMakefile24 obj-y += fdt-fixup.o
/openbmc/u-boot/arch/m68k/cpu/
H A Du-boot.lds46 KEEP(*(.fixup))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/
H A Dcunit_2.1-3.bb10 file://fixup-install-docdir.patch \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-legacy-cgi/
H A D0001-cgi.py-fixup-interpreter-according-to-OE.patch4 Subject: [PATCH] cgi.py: fixup interpreter according to OE
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/
H A Dpython3-wxgtk4_4.2.2.bb15 file://wxgtk-fixup-build-scripts.patch \
/openbmc/qemu/include/hw/arm/
H A Dboot.h208 FixupType fixup; member

123