accel/habanalabs: add helper function to get vm hash node
authorTomer Tayar <ttayar@habana.ai>
Thu, 16 Feb 2023 17:54:32 +0000 (19:54 +0200)
committerOded Gabbay <ogabbay@kernel.org>
Wed, 15 Mar 2023 11:29:14 +0000 (13:29 +0200)
commitb041e788a73153893342e955ff7b8284f9e237e5
treec7630d01a2ce9eaf53b65d8e651a67d9cbd86df9
parentd1bae8199abb23644bf39fa0fb09e87a578f05dd
accel/habanalabs: add helper function to get vm hash node

Add a helper function to search the vm hash for a node with a given
virtual address.
As opposed to the current code, this function explicitly returns NULL
when no node is found, instead of basing on the loop cursor object's
value.

Signed-off-by: Tomer Tayar <ttayar@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/accel/habanalabs/common/memory.c