Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
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 Dvirt.c173 WARN_ON_ONCE(encls_faulted(ret) && in sgx_vepc_remove_all()
357 if (encls_faulted(ret)) { in sgx_virt_ecreate()
428 if (encls_faulted(ret)) { in sgx_virt_einit()
H A Dioctl.c560 if (encls_faulted(ret)) { in sgx_encl_init()
783 if (encls_faulted(ret)) { in sgx_enclave_restrict_permissions()
985 if (encls_faulted(ret)) { in sgx_enclave_modify_types()
1131 if (!encls_faulted(ret) || ENCLS_TRAPNR(ret) != X86_TRAP_PF) { in sgx_encl_remove_pages()