Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dvirt.c174 WARN_ON_ONCE(encls_faulted(ret) && in sgx_vepc_remove_all()
376 if (encls_faulted(ret)) { in sgx_virt_ecreate()
447 if (encls_faulted(ret)) { in sgx_virt_einit()
H A Dencls.h33 static inline bool encls_faulted(int ret) in encls_faulted() function
48 if (encls_faulted(ret)) in encls_failed()
H A Dioctl.c541 if (encls_faulted(ret)) { in sgx_encl_init()
764 if (encls_faulted(ret)) { in sgx_enclave_restrict_permissions()
966 if (encls_faulted(ret)) { in sgx_enclave_modify_types()
1112 if (!encls_faulted(ret) || ENCLS_TRAPNR(ret) != X86_TRAP_PF) { in sgx_encl_remove_pages()