Searched refs:__encls_2 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/sgx/ |
D | encls.h | 124 #define __encls_2(rax, rbx, rcx) \ macro 142 return __encls_2(ECREATE, pginfo, secs); in __ecreate() 148 return __encls_2(EEXTEND, secs, addr); in __eextend() 157 return __encls_2(EADD, pginfo, addr); in __eadd() 175 return __encls_2(EDGBWR, *data, addr); in __edbgwr() 208 return __encls_2(EPA, rbx, addr); in __epa() 233 return __encls_2(EAUG, pginfo, addr); in __eaug()
|