Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/misc-devices/
H A 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
/openbmc/linux/include/uapi/misc/uacce/
H A Duacce.h26 #define UACCE_DEV_SVA BIT(0) macro
/openbmc/linux/drivers/misc/uacce/
H A Duacce.c108 if (!(uacce->flags & UACCE_DEV_SVA)) in uacce_bind_queue()
469 if (!(flags & UACCE_DEV_SVA)) in uacce_enable_sva()
472 flags &= ~UACCE_DEV_SVA; in uacce_enable_sva()
487 return flags | UACCE_DEV_SVA; in uacce_enable_sva()
492 if (!(uacce->flags & UACCE_DEV_SVA)) in uacce_disable_sva()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2647 .flags = UACCE_DEV_SVA, in qm_alloc_uacce()
2661 if (uacce->flags & UACCE_DEV_SVA) { in qm_alloc_uacce()