Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dvirt.c21 struct sgx_vepc { struct
33 static int __sgx_vepc_fault(struct sgx_vepc *vepc, in __sgx_vepc_fault() argument
77 struct sgx_vepc *vepc = vma->vm_private_data; in sgx_vepc_fault()
101 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_mmap()
153 static long sgx_vepc_remove_all(struct sgx_vepc *vepc) in sgx_vepc_remove_all()
190 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_release()
263 struct sgx_vepc *vepc; in sgx_vepc_open()
265 vepc = kzalloc(sizeof(struct sgx_vepc), GFP_KERNEL); in sgx_vepc_open()
279 struct sgx_vepc *vepc = file->private_data; in sgx_vepc_ioctl()
/openbmc/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
/openbmc/linux/arch/x86/kvm/
H A DKconfig98 guests via a device node, e.g. /dev/sgx_vepc.