Searched refs:_success (Results 1 – 2 of 2) sorted by relevance
447 #define ISSUE_CPU_PM_REG_FAIL(_success) ({ _success = false; assert(0); }) argument
421 #define ISSUE_CPU_PM_REG_FAIL(_success) ({ \ argument422 _success = 0; assert(0); })