Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/ !
Dhw_breakpoint.c921 struct debug_info *current_debug_info, *next_debug_info; in hw_breakpoint_thread_switch() local
924 next_debug_info = &next->thread.debug; in hw_breakpoint_thread_switch()
927 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
930 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
933 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
936 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()