Searched refs:sgx_pageinfo (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kernel/cpu/sgx/ |
A D | encls.h | 165 static inline int __ecreate(struct sgx_pageinfo *pginfo, void *secs) in __ecreate() 175 static inline int __eadd(struct sgx_pageinfo *pginfo, void *addr) in __eadd() 205 static inline int __eldu(struct sgx_pageinfo *pginfo, void *addr, in __eldu() 223 static inline int __ewb(struct sgx_pageinfo *pginfo, void *addr, in __ewb()
|
A D | ioctl.c | 61 struct sgx_pageinfo pginfo; in sgx_encl_create() 235 struct sgx_pageinfo pginfo; in __sgx_encl_add_page()
|
A D | virt.c | 331 int sgx_virt_ecreate(struct sgx_pageinfo *pageinfo, void __user *secs, in sgx_virt_ecreate()
|
A D | encl.c | 25 struct sgx_pageinfo pginfo; in __sgx_encl_eldu()
|
A D | main.c | 162 struct sgx_pageinfo pginfo; in __sgx_encl_ewb()
|
/linux/arch/x86/include/asm/ |
A D | sgx.h | 204 struct sgx_pageinfo { struct 369 int sgx_virt_ecreate(struct sgx_pageinfo *pageinfo, void __user *secs,
|
/linux/arch/x86/kvm/vmx/ |
A D | sgx.c | 140 struct sgx_pageinfo *pageinfo, in __handle_encls_ecreate() 212 struct sgx_pageinfo pageinfo; in handle_encls_ecreate()
|
Completed in 12 milliseconds