arch/s390/kernel/rethook.h

Source file repositories/reference/linux-study-clean/arch/s390/kernel/rethook.h

File Facts

System
Linux kernel
Corpus path
arch/s390/kernel/rethook.h
Extension
.h
Size
173 bytes
Lines
8
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

#ifndef __S390_RETHOOK_H
#define __S390_RETHOOK_H

unsigned long arch_rethook_trampoline_callback(struct pt_regs *regs);

#endif

Annotation

Implementation Notes