Home
last modified time | relevance | path

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

/linux/Documentation/misc-devices/
H A Duacce.rst149 * UACCE_DEV_SVA: Shared Virtual Addresses
153 #define UACCE_DEV_SVA BIT(0)
168 uacce_interface.flags = UACCE_DEV_SVA but uacce->flags = ~UACCE_DEV_SVA
/linux/include/uapi/misc/uacce/
H A Duacce.h26 #define UACCE_DEV_SVA BIT(0) macro
/linux/drivers/misc/uacce/
H A Duacce.c125 if (!(uacce->flags & UACCE_DEV_SVA)) in uacce_bind_queue()
/linux/drivers/crypto/hisilicon/
H A Dqm.c2870 .flags = UACCE_DEV_SVA, in qm_alloc_uacce()
2884 if (uacce->flags & UACCE_DEV_SVA) { in qm_alloc_uacce()