MMU_OP_SKIP_LOW_CACHE_INV
rc = hl_mmu_invalidate_cache(hdev, false, MMU_OP_USERPTR | MMU_OP_SKIP_LOW_CACHE_INV);
rc = hl_mmu_invalidate_cache_range(hdev, false, *vm_type | MMU_OP_SKIP_LOW_CACHE_INV,
MMU_OP_USERPTR | MMU_OP_SKIP_LOW_CACHE_INV,
if (flags & MMU_OP_SKIP_LOW_CACHE_INV)
if (inv_params->flags & MMU_OP_SKIP_LOW_CACHE_INV)