Home
last modified time | relevance | path

Searched refs:sgx_ioctl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c123 return sgx_ioctl(filep, cmd, arg); in sgx_compat_ioctl()
131 .unlocked_ioctl = sgx_ioctl,
H A Ddriver.h25 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
H A Dioctl.c1225 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in sgx_ioctl() function