Searched refs:PROC_ACTION (Results 1 – 1 of 1) sorted by relevance
98 #define PROC_ACTION(action) do { \ macro113 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()182 PROC_ACTION(set_dbregs32(td, dbregs32)); in proc_write_dbregs32()[all …]