Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dsgx.h97 int __init sgx_vepc_init(void);
99 static inline int __init sgx_vepc_init(void) in sgx_vepc_init() function
Dvirt.c308 int __init sgx_vepc_init(void) in sgx_vepc_init() function
Dmain.c942 if (sgx_vepc_init() && ret) in sgx_init()