Searched refs:POST_STOP (Results 1 – 3 of 3) sorted by relevance
267 if (test_flags & POST_STOP) in post_run_single()277 if (test_flags & POST_STOP) in post_run_single()
54 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
80 #define POST_STOP 0x4000 /* Interrupt POST sequence on fail */ macro