Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dhw_breakpoint.c920 struct debug_info *current_debug_info, *next_debug_info; in hw_breakpoint_thread_switch() local
923 next_debug_info = &next->thread.debug; in hw_breakpoint_thread_switch()
926 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
929 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
932 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
935 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()