Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dvirt.c22 struct sgx_vepc { struct
34 static int __sgx_vepc_fault(struct sgx_vepc *vepc, in __sgx_vepc_fault() argument
78 struct sgx_vepc *vepc = vma->vm_private_data; in sgx_vepc_fault()
102 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_mmap()
154 static long sgx_vepc_remove_all(struct sgx_vepc *vepc) in sgx_vepc_remove_all()
191 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_release()
265 struct sgx_vepc *vepc; in __sgx_vepc_open()
267 vepc = kzalloc_obj(struct sgx_vepc); in __sgx_vepc_open()
298 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_ioctl()
/linux/Documentation/arch/x86/
H A Dsgx.rst271 through the privileged ``ENCLS[EREMOVE]`` instruction, ``/dev/sgx_vepc``
287 invocations to ``SGX_IOC_VEPC_REMOVE_ALL``, or if a ``/dev/sgx_vepc``
295 ``SGX_IOC_VEPC_REMOVE_ALL`` on all ``/dev/sgx_vepc`` file descriptors
/linux/arch/x86/kvm/
H A DKconfig130 guests via a device node, e.g. /dev/sgx_vepc.