Searched refs:PROC_ACTION (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dsys_process.c74 * Functions implemented using PROC_ACTION():
99 #define PROC_ACTION(action) do { \ macro
114 PROC_ACTION(fill_regs(td, regs));
121 PROC_ACTION(set_regs(td, regs));
128 PROC_ACTION(fill_dbregs(td, dbregs));
135 PROC_ACTION(set_dbregs(td, dbregs));
146 PROC_ACTION(fill_fpregs(td, fpregs));
153 PROC_ACTION(set_fpregs(td, fpregs));
299 PROC_ACTION(fill_regs32(td, regs32));
306 PROC_ACTION(set_regs3
[all...]

Completed in 160 milliseconds