Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 55) sorted by relevance

123

/arch/x86/kernel/
A Daperture_64.c300 int i, fix, slot, valid_agp = 0; in early_gart_iommu_check() local
315 fix = 0; in early_gart_iommu_check()
339 fix = 1; in early_gart_iommu_check()
351 if (!fix && !aper_enabled) in early_gart_iommu_check()
355 fix = 1; in early_gart_iommu_check()
357 if (gart_fix_e820 && !fix && aper_enabled) { in early_gart_iommu_check()
399 int fix, slot, valid_agp = 0; in gart_iommu_hole_init() local
414 fix = 0; in gart_iommu_hole_init()
469 fix = 1; in gart_iommu_hole_init()
476 fix = 1; in gart_iommu_hole_init()
[all …]
/arch/m68k/math-emu/
A Dmulti_arith.h188 unsigned long fix, rem, first, dummy; in fp_dividemant() local
209 fix = 0x80000000; in fp_dividemant()
211 dummy = (dummy >> 1) | fix; in fp_dividemant()
212 fp_div64(fix, dummy, fix, 0, dummy); in fp_dividemant()
213 fix--; in fp_dividemant()
219 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant()
220 *mantp += fix; in fp_dividemant()
224 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant()
/arch/parisc/mm/
A Dfault.c145 const struct exception_table_entry *fix; in fixup_exception() local
147 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()
148 if (fix) { in fixup_exception()
157 if (fix->fixup & 1) { in fixup_exception()
158 int fault_error_reg = fix->err_opcode & 0x1f; in fixup_exception()
172 regs->iaoq[0] = (unsigned long)&fix->fixup + fix->fixup; in fixup_exception()
/arch/mips/kernel/
A Dr4k-bugs64.c122 int bug, fix, i; in check_mult_sh() local
156 fix = 1; in check_mult_sh()
159 fix = 0; in check_mult_sh()
161 if (fix == 1) { in check_mult_sh()
/arch/arm64/kernel/
A Dcpu_errata.c60 const struct arm64_midr_revidr *fix; in __is_affected_midr_range() local
65 for (fix = entry->fixed_revs; fix && fix->revidr_mask; fix++) in __is_affected_midr_range()
66 if (midr == fix->midr_rv && (revidr & fix->revidr_mask)) in __is_affected_midr_range()
/arch/arm/boot/dts/aspeed/
A Dast2500-facebook-netbmc-common.dtsi17 * Update reset type to "system" (full chip) to fix warm reboot hang issue
/arch/arm64/boot/dts/freescale/
A Dqoriq-bman-portals.dtsi16 * bootloader fix-ups are expected to provide the
A Dqoriq-qman-portals.dtsi16 * bootloader fix-ups are expected to provide the
/arch/riscv/boot/dts/allwinner/
A Dsun20i-d1-dongshan-nezha-stu.dts47 * yet supported, so fix the regulator to its default voltage.
A Dsun20i-d1-nezha.dts57 * yet supported, so fix the regulator to its default voltage.
A Dsun20i-d1-clockworkpi-v3.14.dts26 * yet supported, so fix the regulator to its default voltage.
/arch/arm/nwfpe/
A DChangeLog74 * README.FPE - fix typo in description of lfm/sfm instructions
80 * README.FPE - fix description of URD, NRM instructions
A Dentry.S103 @ to fault. Emit the appropriate exception gunk to fix things up.
/arch/arm/boot/dts/ti/omap/
A Dam57xx-evm.dtso24 // table with a fix in dtc
/arch/m68k/fpsp040/
A Dbugfix.S205 | Check for cu dest equal to nu dest. If so, go and fix the
358 | go and fix the bug condition. Otherwise, exit.
431 | the cu state information and fix up etemp.
489 | bug #1238, or if the fix is completed, and exit.
A Dgen_except.S74 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it
305 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it
319 |** NOTE *** Bug fix for errata (0d43b #3)
321 | fix the bug with the nmnexc bits in cases in which they
A Dx_fline.S65 | ;if an FMOVECR instruction, fix stack
A Dskeleton.S93 | fix is to check for E1, and the existence of one of snan, ovfl,
96 | that this fix is only for d43b parts, and is skipped if the
/arch/x86/
A DMakefile_32.cpu46 # Bug fix for binutils: this option is required in order to keep
/arch/arc/boot/dts/
A Dhsdk.dts164 * So add temporary fix and change clock frequency
165 * to 50000000 Hz until we fix dw sdio driver itself.
/arch/arm/boot/dts/allwinner/
A Dsun8i-a33-vstar.dts134 * supported right now, just use the two as always on, and we will fix
/arch/arm/mach-pxa/
A Dam200epd.c273 par->metromem_dma = am200_board.host_fbinfo->fix.smem_start; in am200_setup_fb()
/arch/arm64/
A DMakefile23 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/arch/arm/boot/dts/intel/ixp/
A Dintel-ixp42x-arcom-vulcan.dts81 * CHECKME: if special tweaks are needed, then fix the
/arch/mips/
A DMakefile142 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
218 cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)

Completed in 26 milliseconds

123