arch/openrisc/include/asm/insn-def.h

Source file repositories/reference/linux-study-clean/arch/openrisc/include/asm/insn-def.h

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/insn-def.h
Extension
.h
Size
342 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/openrisc
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 __ASM_OPENRISC_INSN_DEF_H
#define __ASM_OPENRISC_INSN_DEF_H

/* or1k instructions are always 32 bits. */
#define	OPENRISC_INSN_SIZE		4

/* or1k nop instruction code */
#define OPENRISC_INSN_NOP     0x15000000U

#endif /* __ASM_OPENRISC_INSN_DEF_H */

Annotation

Implementation Notes