intel: simplify uses of INTEL_DEBUG
Instead of sprinkling unlikely/likely all around the code, put essentially the same annotation in the declaration of INTEL_DEBUG itself.
There's a lot of INTEL_DEBUG uses where likely/unlikely was not used, so this MR may also positively affect those code paths.