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