Searched refs:host (Results 1 – 14 of 14) sorted by relevance
| /optee_os/ta/ |
| H A D | ta.mk | 125 incdirs-host := $(filter-out lib/libutils%, $(incdirs$(sm))) 126 incfiles-extra-host := lib/libutils/ext/include/compiler.h 127 incfiles-extra-host += lib/libutils/ext/include/util.h 128 incfiles-extra-host += lib/libutils/ext/include/types_ext.h 129 incfiles-extra-host += $(conf-file) 130 incfiles-extra-host += $(conf-mk-file) 131 incfiles-extra-host += $(conf-cmake-file) 132 incfiles-extra-host += core/include/tee/tee_fs_key_manager.h 133 incfiles-extra-host += core/include/tee/fs_htree.h 134 incfiles-extra-host += core/include/signed_hdr.h [all …]
|
| /optee_os/.devcontainer/ |
| H A D | devcontainer.json | 25 // Map the host .ssh folder into the container for a seamless ssh experience
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | net_sockets.h | 117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | ti_sci.c | 69 hdr->host = OPTEE_HOST_ID; in ti_sci_setup_xfer() 112 txhdr->type, txhdr->seq, txhdr->host); in ti_sci_do_xfer() 143 rxhdr->type, rxhdr->seq, rxhdr->host); in ti_sci_do_xfer()
|
| H A D | ti_sci_protocol.h | 58 uint8_t host; member
|
| /optee_os/core/arch/arm/dts/ |
| H A D | at91-sama5d27_som1.dtsi | 31 sdmmc0: sdio-host@a0000000 {
|
| H A D | at91-sama5d27_som1_ek.dts | 54 sdmmc0: sdio-host@a0000000 { 62 sdmmc1: sdio-host@b0000000 {
|
| H A D | at91-sama5d2_xplained.dts | 63 sdmmc0: sdio-host@a0000000 { 72 sdmmc1: sdio-host@b0000000 {
|
| H A D | fsl-lx2160a.dtsi | 869 dr_mode = "host"; 875 snps,host-vbus-glitches; 884 dr_mode = "host"; 890 snps,host-vbus-glitches;
|
| H A D | sama5d2.dtsi | 193 sdmmc0: sdio-host@a0000000 { 205 sdmmc1: sdio-host@b0000000 {
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 158 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, in mbedtls_net_connect() argument 174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 73 * A C compiler for the host platform, for some test data. 75 If you are cross-compiling, you must set the `CC` environment variable to a C compiler for the host…
|
| H A D | ChangeLog | 1631 * Fix CMake windows host detection, especially when cross compiling. 2015 C compiler for the host platform are required. See “Generated source files 3126 docker-env.sh) to simplify running test suites on a Linux host. Contributed 5492 the same host (Not to be confused with SNI!) 6221 * Added option parsing for host and port selection to
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 54 switching processors, and a host of C programs. And while it has
|