Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 35) sorted by relevance

12

/arch/m68k/include/asm/
A Dmmu_context.h122 goto bug; in load_ksp_mmu()
126 goto bug; in load_ksp_mmu()
130 goto bug; in load_ksp_mmu()
134 goto bug; in load_ksp_mmu()
138 goto bug; in load_ksp_mmu()
143 goto bug; in load_ksp_mmu()
161 bug: in load_ksp_mmu()
/arch/sh/kernel/
A Dtraps.c94 const struct bug_entry *bug; in handle_BUG() local
101 bug = find_bug(bugaddr); in handle_BUG()
104 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG()
152 BUILD_TRAP_HANDLER(bug) in BUILD_TRAP_HANDLER() argument
/arch/mips/kernel/
A Dr4k-bugs64.c122 int bug, fix, i; in check_mult_sh() local
144 bug = 0; in check_mult_sh()
147 bug = 1; in check_mult_sh()
149 if (bug == 0) { in check_mult_sh()
/arch/xtensa/mm/
A Dtlb.c279 int bug = 0; in check_tlb_sanity() local
284 bug |= check_tlb_entry(w, e, true); in check_tlb_sanity()
287 bug |= check_tlb_entry(w, e, false); in check_tlb_sanity()
288 if (bug & TLB_INSANE) in check_tlb_sanity()
290 if (bug & TLB_SUSPICIOUS) in check_tlb_sanity()
/arch/sh/include/asm/
A Dtraps.h11 BUILD_TRAP_HANDLER(bug);
/arch/arm/boot/dts/nxp/imx/
A Dimx31-bug.dts11 compatible = "buglabs,imx31-bug", "fsl,imx31";
/arch/x86/boot/
A Dmtools.conf.in17 # Hard disk (h: for the filesystem, p: for format - old mtools bug?)
/arch/m68k/fpsp040/
A Dbugfix.S177 | Test for cu_savepc equal to zero. If not, this is not a bug
182 beq fix_done |if zero, this is not bug #1238
189 | exit, it is not the bug case.
206 | bug condition. Otherwise, exit.
354 bne fix_done |if not, it is not bug 1238
358 | go and fix the bug condition. Otherwise, exit.
489 | bug #1238, or if the fix is completed, and exit.
A Dskeleton.S88 | Code following the 'inex' label is to handle bug #1232. In this
89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was
132 | We do not have the bug 1232 case. Clean up the stack and call
/arch/arm64/kvm/
A Dhandle_exit.c538 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler() local
540 if (bug) in nvhe_hyp_panic_handler()
541 bug_get_file_line(bug, &file, &line); in nvhe_hyp_panic_handler()
/arch/um/include/asm/
A DKbuild2 generic-y += bug.h
/arch/powerpc/platforms/8xx/
A DKconfig117 This bug can cause incorrect code execution under certain
120 to disable it if you have worked around the bug in the compiler
/arch/powerpc/xmon/
A Dxmon.c1801 const struct bug_entry *bug; in print_bug_trap() local
1809 bug = find_bug(regs->nip); in print_bug_trap()
1810 if (bug == NULL) in print_bug_trap()
1812 if (is_warning_bug(bug)) in print_bug_trap()
1817 (char *)bug + bug->file_disp, bug->line); in print_bug_trap()
1819 printf("kernel BUG at %px!\n", (void *)bug + bug->bug_addr_disp); in print_bug_trap()
/arch/arm64/boot/dts/freescale/
A Dimx8mm-data-modul-edm-sbc.dts281 /* IMX8MM ERRATA e7805 -- I2C is limited to 384 kHz due to SoC bug */
416 /* IMX8MM ERRATA e7805 -- I2C is limited to 384 kHz due to SoC bug */
458 /* IMX8MM ERRATA e7805 -- I2C is limited to 384 kHz due to SoC bug */
469 /* IMX8MM ERRATA e7805 -- I2C is limited to 384 kHz due to SoC bug */
/arch/powerpc/kvm/
A DKconfig161 bool "Nested L0 host workaround for L1 KVM host PMU handling bug" if EXPERT
165 Old nested HV capable Linux guests have a bug where they don't
/arch/x86/kernel/cpu/
A Dbugs.c376 static bool __init should_mitigate_vuln(unsigned int bug) in should_mitigate_vuln() argument
378 switch (bug) { in should_mitigate_vuln()
420 WARN(1, "Unknown bug %x\n", bug); in should_mitigate_vuln()
3575 char *buf, unsigned int bug) in cpu_show_common() argument
3577 if (!boot_cpu_has_bug(bug)) in cpu_show_common()
3580 switch (bug) { in cpu_show_common()
/arch/arm/nwfpe/
A DChangeLog90 * fpa11_cpdt.c - fixed bug in storeExtended (typeExtended changed to
/arch/x86/
A DKconfig2206 the only released version with the bug, but OpenSUSE 9
2214 This works around the glibc bug but hurts performance.
2583 bool "Mitigate Microarchitectural Data Sampling (MDS) hardware bug"
2593 bool "Mitigate TSX Asynchronous Abort (TAA) hardware bug"
2604 bool "Mitigate MMIO Stale Data hardware bug"
2616 bool "Mitigate L1 Terminal Fault (L1TF) hardware bug"
2626 bool "Mitigate RETBleed hardware bug"
2639 bool "Mitigate SPECTRE V1 hardware bug"
2649 bool "Mitigate SPECTRE V2 hardware bug"
2675 bool "Mitigate Speculative Store Bypass (SSB) hardware bug"
[all …]
/arch/arm64/boot/dts/marvell/
A Darmada-3720-turris-mox.dts144 * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property
152 * This bug is not present in U-Boot ports for other Armada 3700 devices and is fixed in
/arch/openrisc/
A DKconfig253 bool "Check for possible ESR exception bug"
/arch/arm/kernel/
A Dentry-header.S360 1: bug "Returning to usermode but unexpected PSR bits set?", \@
/arch/powerpc/platforms/44x/
A DKconfig306 This option enables a work around for an icache bug on 476
/arch/x86/kernel/
A Dalternative.c564 void *target, *bug = &BUG_func; in alt_replace_call() local
591 target = bug; in alt_replace_call()
594 *(s32 *)(insn_buff + 1) += target - bug; in alt_replace_call()
/arch/arm/include/asm/
A Dassembler.h567 .macro bug, msg, line
/arch/powerpc/platforms/
A DKconfig158 that have a bug that causes some interrupt source information

Completed in 46 milliseconds

12