// SPDX-License-Identifier: GPL-2.0 /* * Copyright 2016-2019 HabanaLabs, Ltd. * All Rights Reserved. */ #include "habanalabs.h" #include <linux/slab.h> int hl_asid_init(struct hl_device *hdev) { … } void hl_asid_fini(struct hl_device *hdev) { … } unsigned long hl_asid_alloc(struct hl_device *hdev) { … } void hl_asid_free(struct hl_device *hdev, unsigned long asid) { … }