arch/riscv/include/asm/cpu_ops_sbi.h

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

File Facts

System
Linux kernel
Corpus path
arch/riscv/include/asm/cpu_ops_sbi.h
Extension
.h
Size
610 bytes
Lines
28
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

struct sbi_hart_boot_data {
	void *task_ptr;
	void *stack_ptr;
};
#endif

#endif /* ifndef __ASM_CPU_OPS_SBI_H */

Annotation

Implementation Notes