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

/freebsd-10.1-release/sys/kern/
H A Dsys_process.c105 * Functions implemented using PROC_ACTION():
130 #define PROC_ACTION(action) do { \ macro
145 PROC_ACTION(fill_regs(td, regs));
152 PROC_ACTION(set_regs(td, regs));
159 PROC_ACTION(fill_dbregs(td, dbregs));
166 PROC_ACTION(set_dbregs(td, dbregs));
177 PROC_ACTION(fill_fpregs(td, fpregs));
184 PROC_ACTION(set_fpregs(td, fpregs));
193 PROC_ACTION(fill_regs32(td, regs32));
200 PROC_ACTION(set_regs3
[all...]

Completed in 94 milliseconds