Home
last modified time | relevance | path

Searched refs:proc0_tf (Results 1 – 4 of 4) sorted by relevance

/src/sys/riscv/riscv/
H A Dmachdep.c107 static struct trapframe proc0_tf; variable
302 thread0.td_frame = &proc0_tf; in init_proc0()
/src/sys/arm64/arm64/
H A Dmachdep.c131 static struct trapframe proc0_tf; variable
450 thread0.td_frame = &proc0_tf; in init_proc0()
/src/sys/arm/arm/
H A Dmachdep.c388 thread0.td_frame = &proc0_tf; in init_proc0()
/src/sys/i386/i386/
H A Dmachdep.c185 static struct trapframe proc0_tf; variable
1598 thread0.td_frame = &proc0_tf; in init386()