Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dmachdep.c115 static struct trapframe proc0_tf; variable
387 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c107 static struct trapframe proc0_tf; variable
303 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c133 static struct trapframe proc0_tf; variable
452 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd/sys/i386/i386/
H A Dmachdep.c181 static struct trapframe proc0_tf; variable
1593 thread0.td_frame = &proc0_tf; in init386()