arch/riscv/include/asm/vendorid_list.h

Source file repositories/reference/linux-study-clean/arch/riscv/include/asm/vendorid_list.h

File Facts

System
Linux kernel
Corpus path
arch/riscv/include/asm/vendorid_list.h
Extension
.h
Size
298 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/riscv
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_VENDOR_LIST_H
#define ASM_VENDOR_LIST_H

#define ANDES_VENDOR_ID		0x31e
#define MICROCHIP_VENDOR_ID	0x029
#define MIPS_VENDOR_ID		0x127
#define SIFIVE_VENDOR_ID	0x489
#define THEAD_VENDOR_ID		0x5b7

#endif

Annotation

Implementation Notes