Home
last modified time | relevance | path

Searched refs:TEE_IOCTL_LOGIN_REE_KERNEL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtee.h183 #define TEE_IOCTL_LOGIN_REE_KERNEL 0x80000000 macro
/openbmc/linux/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c78 sess_arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL; in stm32_bsec_ta_open_session()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c219 sess_arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL; in trusted_key_probe()
/openbmc/linux/drivers/rtc/
H A Drtc-optee.c267 sess_arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL; in optee_rtc_probe()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Doptee.c164 arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL; in open_session()
/openbmc/linux/drivers/tee/
H A Dtee_core.c208 connection_method == TEE_IOCTL_LOGIN_REE_KERNEL) { in tee_session_calc_client_uuid()