Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/sgx/
Dsgx.h88 int __init sgx_vepc_init(void);
90 static inline int __init sgx_vepc_init(void) in sgx_vepc_init() function
Dvirt.c250 int __init sgx_vepc_init(void) in sgx_vepc_init() function
Dmain.c823 if (sgx_vepc_init() && ret) in sgx_init()