Searched refs:addp (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx.c | 778 struct sgx_enclave_add_page *addp) in sgx_ioctl_add_page() argument 800 ret = sgx_enclave_find(sc, addp->addr, &enclave); in sgx_ioctl_add_page() 817 ret = copyin((void *)addp->secinfo, &secinfo, in sgx_ioctl_add_page() 825 ret = copyin((void *)addp->src, tmp_vaddr, PAGE_SIZE); in sgx_ioctl_add_page() 848 addr = (addp->addr - vmh->base); in sgx_ioctl_add_page() 869 pginfo.linaddr = (uint64_t)addp->addr; in sgx_ioctl_add_page() 884 ret = sgx_measure_page(sc, enclave->secs_epc_page, epc, addp->mrmask); in sgx_ioctl_add_page() 987 struct sgx_enclave_add_page *addp; in sgx_ioctl() local 1010 addp = (struct sgx_enclave_add_page *)addr; in sgx_ioctl() 1011 ret = sgx_ioctl_add_page(sc, addp); in sgx_ioctl()
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | poly1305-armv8.S | 756 addp v22.2d,v22.2d,v22.2d 758 addp v19.2d,v19.2d,v19.2d 760 addp v23.2d,v23.2d,v23.2d 762 addp v20.2d,v20.2d,v20.2d 764 addp v21.2d,v21.2d,v21.2d
|