Lines Matching refs:PROC_ACTION
98 #define PROC_ACTION(action) do { \ macro
113 PROC_ACTION(fill_regs(td, regs)); in proc_read_regs()
120 PROC_ACTION(set_regs(td, regs)); in proc_write_regs()
127 PROC_ACTION(fill_dbregs(td, dbregs)); in proc_read_dbregs()
134 PROC_ACTION(set_dbregs(td, dbregs)); in proc_write_dbregs()
145 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
152 PROC_ACTION(set_fpregs(td, fpregs)); in proc_write_fpregs()
161 PROC_ACTION(fill_regs32(td, regs32)); in proc_read_regs32()
168 PROC_ACTION(set_regs32(td, regs32)); in proc_write_regs32()
175 PROC_ACTION(fill_dbregs32(td, dbregs32)); in proc_read_dbregs32()
182 PROC_ACTION(set_dbregs32(td, dbregs32)); in proc_write_dbregs32()
189 PROC_ACTION(fill_fpregs32(td, fpregs32)); in proc_read_fpregs32()
196 PROC_ACTION(set_fpregs32(td, fpregs32)); in proc_write_fpregs32()
204 PROC_ACTION(ptrace_single_step(td)); in proc_sstep()