Home
last modified time | relevance | path

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

/freebsd-14.2/sys/riscv/riscv/
H A Dmachdep.c108 static struct trapframe proc0_tf; variable
299 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd-14.2/sys/arm64/arm64/
H A Dmachdep.c129 static struct trapframe proc0_tf; variable
394 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd-14.2/sys/arm/arm/
H A Dmachdep.c382 thread0.td_frame = &proc0_tf; in init_proc0()
/freebsd-14.2/sys/i386/i386/
H A Dmachdep.c187 static struct trapframe proc0_tf; variable
1602 thread0.td_frame = &proc0_tf; in init386()