arch/powerpc/include/asm/xmon.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/xmon.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/xmon.h
Extension
.h
Size
611 bytes
Lines
30
Domain
Architecture Layer
Bucket
arch/powerpc
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 void xmon_setup(void) { }
#endif

#if defined(CONFIG_XMON) && defined(CONFIG_SMP)
extern int cpus_are_in_xmon(void);
#endif

extern __printf(1, 2) void xmon_printf(const char *format, ...);

#endif /* __KERNEL __ */
#endif /* __ASM_POWERPC_XMON_H */

Annotation

Implementation Notes