arch/powerpc/kernel/audit_32.h

Source file repositories/reference/linux-study-clean/arch/powerpc/kernel/audit_32.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/kernel/audit_32.h
Extension
.h
Size
136 bytes
Lines
8
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

// SPDX-License-Identifier: GPL-2.0
#ifndef __AUDIT_32_H__
#define __AUDIT_32_H__

extern int ppc32_classify_syscall(unsigned);

#endif

Annotation

Implementation Notes