arch/hexagon/include/asm/vm_fault.h

Source file repositories/reference/linux-study-clean/arch/hexagon/include/asm/vm_fault.h

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/vm_fault.h
Extension
.h
Size
359 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/hexagon
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 _ASM_HEXAGON_VM_FAULT_H
#define _ASM_HEXAGON_VM_FAULT_H

extern void execute_protection_fault(struct pt_regs *);
extern void write_protection_fault(struct pt_regs *);
extern void read_protection_fault(struct pt_regs *);

#endif

Annotation

Implementation Notes