arch/m68k/mm/fault.h

Source file repositories/reference/linux-study-clean/arch/m68k/mm/fault.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/mm/fault.h
Extension
.h
Size
193 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/m68k
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

struct pt_regs;

int do_page_fault(struct pt_regs *regs, unsigned long address,
		  unsigned long error_code);
int send_fault_sig(struct pt_regs *regs);

Annotation

Implementation Notes