xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Macros | Functions | Variables
sbi_main.c File Reference
#include "include/types.h"
#include "include/param.h"
#include "include/memlayout.h"
#include "include/riscv.h"
Include dependency graph for sbi_main.c:

Macros

#define JUMP_ADDR   0x80200000
 

Functions

void timerinit ()
 计时器中断初始化
 
void timervec ()
 
void sbi_main (void)
 sbi_boot.S进入后跳转至此进行M模式初始化操作
 

Variables

uint64 timer_scratch [NCPU][5]
 

Macro Definition Documentation

◆ JUMP_ADDR

#define JUMP_ADDR   0x80200000

Function Documentation

◆ sbi_main()

void sbi_main ( void  )

sbi_boot.S进入后跳转至此进行M模式初始化操作

Here is the call graph for this function:

◆ timerinit()

void timerinit ( )

计时器中断初始化

Here is the call graph for this function:
Here is the caller graph for this function:

◆ timervec()

void timervec ( )
Here is the caller graph for this function:

Variable Documentation

◆ timer_scratch

uint64 timer_scratch[NCPU][5]