Home
last modified time | relevance | path

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

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