Enable/Disable are for PBP ON INTERRUPT GOTO

For DT-INTS you have
@ INT_ENABLE IntSource
and
@ INT_DISABLE IntSource

You could disable all interrupt by clearing INTCON GIE too. Used with care this could work.