Home
last modified time | relevance | path

Searched refs:TEE_MEMREF_NULL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtee.h52 #define TEE_MEMREF_NULL (__u64)(-1) /* NULL MemRef Buffer */ macro
/openbmc/linux/drivers/tee/
H A Dtee_core.c392 if (ip.c != TEE_MEMREF_NULL) { in params_from_user()