arch/s390/lib/test_kprobes.h

Source file repositories/reference/linux-study-clean/arch/s390/lib/test_kprobes.h

File Facts

System
Linux kernel
Corpus path
arch/s390/lib/test_kprobes.h
Extension
.h
Size
300 bytes
Lines
11
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

#ifndef TEST_KPROBES_H
#define TEST_KPROBES_H

extern unsigned long kprobes_target_odd_offs;
extern unsigned long kprobes_target_in_insn4_offs;
extern unsigned long kprobes_target_in_insn6_lo_offs;
extern unsigned long kprobes_target_in_insn6_hi_offs;

#endif

Annotation

Implementation Notes