The _ _tbia intrinsic has the following declaration:
void __tbia(void);
This intrinsic function executes a CALL_PAL TBIA (Translation Buffer Invalidate All) instruction. This will invalidate all cached virtual address translations for the current processor that are not fixed. Some translations may be fixed in hardware or software and these are not invalidated.
This intrinsic may only be executed in kernel mode.