arch/powerpc/include/asm/powernv.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/powernv.h
Extension
.h
Size
454 bytes
Lines
22
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

static inline void powernv_set_nmmu_ptcr(unsigned long ptcr) { }

static inline void pnv_tm_init(void) { }
#endif

#endif /* _ASM_POWERNV_H */

Annotation

Implementation Notes