Searched refs:cpu_lockup_status (Results 1 – 1 of 1) sorted by relevance
26 volatile uint32_t cpu_lockup_status __attribute__((section(NOINIT_SECTION))); variable335 if (cpu_lockup_status != CPU_LOCKUP_WAS_DONE) { in test_reset_cpu_lockup()337 cpu_lockup_status = CPU_LOCKUP_WAS_DONE; in test_reset_cpu_lockup()342 sys_cache_data_flush_range((void *) &cpu_lockup_status, in test_reset_cpu_lockup()343 sizeof(cpu_lockup_status)); in test_reset_cpu_lockup()358 cpu_lockup_status = 0; in test_reset_cpu_lockup()359 sys_cache_data_flush_range((void *) &cpu_lockup_status, in test_reset_cpu_lockup()360 sizeof(cpu_lockup_status)); in test_reset_cpu_lockup()376 if (cpu_lockup_status == CPU_LOCKUP_WAS_DONE) { in main()392 cpu_lockup_status = 0; in main()[all …]