Symbol: sgx_get_epc_virt_addr
arch/x86/kernel/cpu/sgx/encl.c
1254
ret = __epa(sgx_get_epc_virt_addr(epc_page));
arch/x86/kernel/cpu/sgx/encl.c
1321
ret = __eremove(sgx_get_epc_virt_addr(page));
arch/x86/kernel/cpu/sgx/encl.c
168
pginfo.secs = (u64)sgx_get_epc_virt_addr(secs_page);
arch/x86/kernel/cpu/sgx/encl.c
172
ret = __eldu(&pginfo, sgx_get_epc_virt_addr(epc_page),
arch/x86/kernel/cpu/sgx/encl.c
173
sgx_get_epc_virt_addr(encl_page->va_page->epc_page) + va_offset);
arch/x86/kernel/cpu/sgx/encl.c
388
pginfo.secs = (unsigned long)sgx_get_epc_virt_addr(encl->secs.epc_page);
arch/x86/kernel/cpu/sgx/encl.c
392
ret = __eaug(&pginfo, sgx_get_epc_virt_addr(epc_page));
arch/x86/kernel/cpu/sgx/encl.c
583
ret = __edbgrd(sgx_get_epc_virt_addr(page->epc_page) + offset, data);
arch/x86/kernel/cpu/sgx/encl.c
596
ret = __edbgwr(sgx_get_epc_virt_addr(page->epc_page) + offset, data);
arch/x86/kernel/cpu/sgx/ioctl.c
108
ret = __ecreate((void *)&pginfo, sgx_get_epc_virt_addr(secs_epc));
arch/x86/kernel/cpu/sgx/ioctl.c
1110
epc_virt = sgx_get_epc_virt_addr(entry->epc_page);
arch/x86/kernel/cpu/sgx/ioctl.c
229
pginfo.secs = (unsigned long)sgx_get_epc_virt_addr(encl->secs.epc_page);
arch/x86/kernel/cpu/sgx/ioctl.c
234
ret = __eadd(&pginfo, sgx_get_epc_virt_addr(epc_page));
arch/x86/kernel/cpu/sgx/ioctl.c
254
ret = __eextend(sgx_get_epc_virt_addr(encl->secs.epc_page),
arch/x86/kernel/cpu/sgx/ioctl.c
255
sgx_get_epc_virt_addr(epc_page) + offset);
arch/x86/kernel/cpu/sgx/ioctl.c
514
addr = sgx_get_epc_virt_addr(encl->secs.epc_page);
arch/x86/kernel/cpu/sgx/ioctl.c
679
epc_virt = sgx_get_epc_virt_addr(encl->secs.epc_page);
arch/x86/kernel/cpu/sgx/ioctl.c
762
epc_virt = sgx_get_epc_virt_addr(entry->epc_page);
arch/x86/kernel/cpu/sgx/ioctl.c
964
epc_virt = sgx_get_epc_virt_addr(entry->epc_page);
arch/x86/kernel/cpu/sgx/main.c
156
ret = __eblock(sgx_get_epc_virt_addr(epc_page));
arch/x86/kernel/cpu/sgx/main.c
176
ret = __ewb(&pginfo, sgx_get_epc_virt_addr(epc_page), va_slot);
arch/x86/kernel/cpu/sgx/main.c
216
va_slot = sgx_get_epc_virt_addr(va_page->epc_page) + va_offset;
arch/x86/kernel/cpu/sgx/main.c
222
ret = __etrack(sgx_get_epc_virt_addr(encl->secs.epc_page));
arch/x86/kernel/cpu/sgx/main.c
92
ret = __eremove(sgx_get_epc_virt_addr(page));
arch/x86/kernel/cpu/sgx/virt.c
126
return __eremove(sgx_get_epc_virt_addr(epc_page));