arch/s390/include/asm/uprobes.h

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/uprobes.h
Extension
.h
Size
588 bytes
Lines
34
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

struct arch_uprobe {
	union{
		uprobe_opcode_t insn[3];
		uprobe_opcode_t ixol[3];
	};
	unsigned int saved_per : 1;
	unsigned int saved_int_code;
};

struct arch_uprobe_task {
};

#endif	/* _ASM_UPROBES_H */

Annotation

Implementation Notes