arch/powerpc/xmon/xmon_bpts.S

Source file repositories/reference/linux-study-clean/arch/powerpc/xmon/xmon_bpts.S

File Facts

System
Linux kernel
Corpus path
arch/powerpc/xmon/xmon_bpts.S
Extension
.S
Size
269 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: arch/powerpc
Status
atlas-only

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

#include <asm/ppc_asm.h>
#include <asm/asm-compat.h>
#include <asm/asm-offsets.h>
#include "xmon_bpts.h"

/* Prefixed instructions can not cross 64 byte boundaries */
.align 6
.global bpt_table
bpt_table:
	.space NBPTS * BPT_SIZE

Annotation

Implementation Notes