Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c140 return sgx_ioctl(filep, cmd, arg); in sgx_compat_ioctl()
148 .unlocked_ioctl = sgx_ioctl,
H A Ddriver.h24 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
H A Dioctl.c1206 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in sgx_ioctl() function