arch/mips/include/asm/uprobes.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/uprobes.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/uprobes.h
Extension
.h
Size
1141 bytes
Lines
46
Domain
Architecture Layer
Bucket
arch/mips
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 arch_uprobe {
	unsigned long	resume_epc;
	u32	insn[2];
	u32	ixol[2];
};

struct arch_uprobe_task {
	unsigned long saved_trap_nr;
};

#endif /* __ASM_UPROBES_H */

Annotation

Implementation Notes