Searched refs:old_wp (Results 1 – 6 of 6) sorted by relevance
49 bool old_wp; in sdt_tracepoint_patch() local59 old_wp = disable_wp(); in sdt_tracepoint_patch()61 restore_wp(old_wp); in sdt_tracepoint_patch()71 bool old_wp; in sdt_tracepoint_restore() local81 old_wp = disable_wp(); in sdt_tracepoint_restore()83 restore_wp(old_wp); in sdt_tracepoint_restore()
1713 restore_wp(bool old_wp) in restore_wp() argument1716 if (old_wp) in restore_wp()
77 bool old_wp; in db_write_bytes() local80 old_wp = false; in db_write_bytes()84 old_wp = disable_wp(); in db_write_bytes()89 restore_wp(old_wp); in db_write_bytes()
294 bool old_wp; in fpuinit_bsp1() local323 old_wp = disable_wp(); in fpuinit_bsp1()326 restore_wp(old_wp); in fpuinit_bsp1()
168 bool old_wp; in fbt_patch_tracepoint() local 171 old_wp = disable_wp(); in fbt_patch_tracepoint() 173 restore_wp(old_wp); in fbt_patch_tracepoint()
128 void restore_wp(bool old_wp);