Home
last modified time | relevance | path

Searched refs:UACCE_DEV_SVA (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/misc-devices/
Duacce.rst146 * UACCE_DEV_SVA: Shared Virtual Addresses
150 #define UACCE_DEV_SVA BIT(0)
165 uacce_interface.flags = UACCE_DEV_SVA but uacce->flags = ~UACCE_DEV_SVA
/Linux-v5.10/drivers/misc/uacce/
Duacce.c99 if (!(uacce->flags & UACCE_DEV_SVA)) in uacce_bind_queue()
418 if (flags & UACCE_DEV_SVA) { in uacce_alloc()
421 flags &= ~UACCE_DEV_SVA; in uacce_alloc()
446 if (flags & UACCE_DEV_SVA) in uacce_alloc()
501 if (uacce->flags & UACCE_DEV_SVA) in uacce_remove()
/Linux-v5.10/include/uapi/misc/uacce/
Duacce.h26 #define UACCE_DEV_SVA BIT(0) macro
/Linux-v5.10/drivers/crypto/hisilicon/
Dqm.c2171 .flags = UACCE_DEV_SVA, in qm_alloc_uacce()
2185 if (uacce->flags & UACCE_DEV_SVA) { in qm_alloc_uacce()