Searched refs:ep (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_property.c | 76 static TEE_Result propget_get_ext_prop(const struct user_ta_property *ep, in propget_get_ext_prop() argument 82 *type = ep->type; in propget_get_ext_prop() 101 l = strlen(ep->value) + 1; in propget_get_ext_prop() 111 if (!base64_dec(ep->value, strlen(ep->value), buf, &l) && in propget_get_ext_prop() 131 memcpy(buf, ep->value, l); in propget_get_ext_prop()
|
| /optee_os/core/arch/arm/plat-vexpress/ |
| H A D | main.c | 265 uint64_t ep; in release_secondary_early_hpen() member 278 mailbox->ep = TEE_LOAD_ADDR; in release_secondary_early_hpen()
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_private_arch.h | 258 void thread_spmc_register_secondary_ep(vaddr_t ep);
|
| /optee_os/core/arch/arm/dts/ |
| H A D | fsl-lx2160a.dtsi | 967 compatible = "fsl,lx2160a-pcie-ep"; 1004 compatible = "fsl,lx2160a-pcie-ep"; 1041 compatible = "fsl,lx2160a-pcie-ep"; 1079 compatible = "fsl,lx2160a-pcie-ep"; 1116 compatible = "fsl,lx2160a-pcie-ep"; 1154 compatible = "fsl,lx2160a-pcie-ep";
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 2338 void thread_spmc_register_secondary_ep(vaddr_t ep) in thread_spmc_register_secondary_ep() argument 2343 ret = thread_smc(FFA_SECONDARY_EP_REGISTER_64, ep, 0, 0); in thread_spmc_register_secondary_ep()
|