arch/s390/include/asm/trace/diag.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/trace/diag.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/trace/diag.h
Extension
.h
Size
950 bytes
Lines
45
Domain
Architecture Layer
Bucket
arch/s390
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 trace_s390_diagnose_norecursion(int diag_nr) { }
#endif

#endif /* _TRACE_S390_DIAG_H */

/* This part must be outside protection */
#include <trace/define_trace.h>

Annotation

Implementation Notes