arch/powerpc/include/asm/uprobes.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/uprobes.h
Extension
.h
Size
770 bytes
Lines
36
Domain
Architecture Layer
Bucket
arch/powerpc
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 {
	union {
		u32 insn[2];
		u32 ixol[2];
	};
};

struct arch_uprobe_task {
	unsigned long	saved_trap_nr;
};

#endif	/* _ASM_UPROBES_H */

Annotation

Implementation Notes