arch/x86/include/asm/bugs.h

Source file repositories/reference/linux-study-clean/arch/x86/include/asm/bugs.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/asm/bugs.h
Extension
.h
Size
344 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline int ppro_with_ram_bug(void) { return 0; }
#endif

extern void cpu_bugs_smt_update(void);

#endif /* _ASM_X86_BUGS_H */

Annotation

Implementation Notes