arch/parisc/math-emu/math-emu.h

Source file repositories/reference/linux-study-clean/arch/parisc/math-emu/math-emu.h

File Facts

System
Linux kernel
Corpus path
arch/parisc/math-emu/math-emu.h
Extension
.h
Size
348 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/parisc
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 _PARISC_MATH_EMU_H
#define _PARISC_MATH_EMU_H

#include <asm/ptrace.h>
extern int handle_fpe(struct pt_regs *regs);

#endif

Annotation

Implementation Notes