Searched refs:sgx_pageinfo (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | encls.h | 140 static inline int __ecreate(struct sgx_pageinfo *pginfo, void *secs) in __ecreate() 155 static inline int __eadd(struct sgx_pageinfo *pginfo, void *addr) in __eadd() 191 static inline int __eldu(struct sgx_pageinfo *pginfo, void *addr, in __eldu() 212 static inline int __ewb(struct sgx_pageinfo *pginfo, void *addr, in __ewb() 231 static inline int __eaug(struct sgx_pageinfo *pginfo, void *addr) in __eaug()
|
H A D | virt.c | 334 int sgx_virt_ecreate(struct sgx_pageinfo *pageinfo, void __user *secs, in sgx_virt_ecreate()
|
H A D | ioctl.c | 61 struct sgx_pageinfo pginfo; in sgx_encl_create() 204 struct sgx_pageinfo pginfo; in __sgx_encl_add_page()
|
H A D | encl.c | 140 struct sgx_pageinfo pginfo; in __sgx_encl_eldu() 331 struct sgx_pageinfo pginfo = {0}; in sgx_encl_eaug_page()
|
H A D | main.c | 162 struct sgx_pageinfo pginfo; in __sgx_encl_ewb()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sgx.h | 246 struct sgx_pageinfo { struct 414 int sgx_virt_ecreate(struct sgx_pageinfo *pageinfo, void __user *secs,
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 141 struct sgx_pageinfo *pageinfo, in __handle_encls_ecreate() 222 struct sgx_pageinfo pageinfo; in handle_encls_ecreate()
|