Home
last modified time | relevance | path

Searched refs:next_debug_info (Results 1 – 1 of 1) sorted by relevance

/arch/arm64/kernel/
Dhw_breakpoint.c913 struct debug_info *current_debug_info, *next_debug_info; in hw_breakpoint_thread_switch() local
916 next_debug_info = &next->thread.debug; in hw_breakpoint_thread_switch()
919 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
922 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
925 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
928 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()