Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 38) sorted by relevance

12

/optee_os/core/arch/arm/dts/
A Dfsl-lx2160a-qds.dts37 #address-cells=<1>;
42 #address-cells = <1>;
48 #address-cells = <1>;
54 #address-cells = <1>;
60 #address-cells = <1>;
66 #address-cells = <1>;
72 #address-cells = <1>;
78 #address-cells = <1>;
84 #address-cells = <1>;
90 #address-cells = <1>;
[all …]
A Dsama5d2.dtsi15 #address-cells = <1>;
27 #address-cells = <1>;
97 #address-cells = <1>;
104 #address-cells = <1>;
112 #address-cells = <1>;
156 #address-cells = <2>;
173 #address-cells = <2>;
211 #address-cells = <1>;
293 #address-cells = <1>;
304 #address-cells = <1>;
[all …]
A Dstm32mp151.dtsi11 #address-cells = <1>;
15 #address-cells = <1>;
112 #address-cells = <1>;
118 #address-cells = <1>;
151 #address-cells = <1>;
185 #address-cells = <1>;
217 #address-cells = <1>;
251 #address-cells = <1>;
269 #address-cells = <1>;
287 #address-cells = <1>;
[all …]
A Dfsl-lx2160a-rdb.dts57 #address-cells = <1>;
68 #address-cells = <1>;
85 #address-cells = <1>;
89 #address-cells = <1>;
101 #address-cells = <1>;
A Dstm32mp157c-ev1.dts101 #address-cells = <1>;
107 #address-cells = <1>;
151 #address-cells = <1>;
165 #address-cells = <1>;
171 #address-cells = <1>;
241 #address-cells = <1>;
263 #address-cells = <1>;
272 #address-cells = <1>;
281 #address-cells = <1>;
A Dstm32mp157c-dk2.dts30 #address-cells = <1>;
36 #address-cells = <1>;
86 #address-cells = <1>;
A Dfsl-lx2160a.dtsi15 #address-cells = <2>;
23 #address-cells = <1>;
382 #address-cells = <2>;
466 #address-cells = <2>;
474 #address-cells = <1>;
533 #address-cells = <1>;
544 #address-cells = <1>;
552 #address-cells = <1>;
564 #address-cells = <1>;
575 #address-cells = <1>;
[all …]
A Dstm32mp15xx-dkx.dtsi17 #address-cells = <1>;
129 #address-cells = <1>;
165 #address-cells = <1>;
198 #address-cells = <1>;
399 #address-cells = <1>;
A Dat91-sama5d27_som1.dtsi41 #address-cells = <1>;
/optee_os/core/drivers/
A Dtzc380.c229 vaddr_t address = addr; in tzc_auto_configure() local
249 if ((address % region_size == 0) && in tzc_auto_configure()
250 ((address + lsize) % region_size == 0)) { in tzc_auto_configure()
251 tzc_configure_region(lregion, address, in tzc_auto_configure()
256 address += region_size; in tzc_auto_configure()
264 if (address % sub_region_size == 0 && in tzc_auto_configure()
266 sub_address = (address / region_size) * region_size; in tzc_auto_configure()
270 if (sub_address + area <= address || in tzc_auto_configure()
271 sub_address + area > address + lsize) { in tzc_auto_configure()
274 address += sub_region_size; in tzc_auto_configure()
[all …]
A Dimx_i2c.c124 static uint8_t i2c_io_read8(uint8_t bid, uint32_t address) in i2c_io_read8() argument
126 return io_read8(i2c_bus[bid].va + address); in i2c_io_read8()
129 static void i2c_io_write8(uint8_t bid, uint32_t address, uint8_t data) in i2c_io_write8() argument
131 return io_write8(i2c_bus[bid].va + address, data); in i2c_io_write8()
/optee_os/core/arch/arm/plat-totalcompute/fdts/
A Doptee_sp_manifest.dts22 load-address = <0xfd280000>;
31 base-address = <0x00000000 0x7ff70000>;
/optee_os/core/include/drivers/
A Dzynqmp_csudma.h26 void *address, size_t len, uint8_t notify);
/optee_os/core/kernel/
A Dembedded_ts.c30 static void zfree(void *opaque __unused, void *address) in zfree() argument
32 free(address); in zfree()
/optee_os/core/lib/libfdt/include/
A Dfdt.h32 fdt64_t address; member
A Dlibfdt.h435 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size);
1503 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size);
/optee_os/lib/libutils/isoc/
A Dbget.doc66 vector of C "char" objects. On segmented address space architectures,
68 a single segment (although some compilers simulate linear address spaces
73 allocated. Machines with a linear address architecture, such as the
91 buffer allocation (often in a separate RAM address space distinct from
93 environment, simply call bpool() with the start address and length of
176 Allocate a buffer of <size> bytes. The address of the buffer is
183 address of the buffer is returned, or NULL if insufficient memory was
281 on bpool(), are listed in ascending memory address order. If
/optee_os/core/lib/libfdt/
A Dfdt_rw.c141 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv() argument
153 re->address = cpu_to_fdt64(address); in fdt_add_mem_rsv()
A Dfdt_ro.c161 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv() argument
170 *address = fdt64_ld(&re->address); in fdt_get_mem_rsv()
A Dfdt_sw.c192 re->address = cpu_to_fdt64(addr); in fdt_add_reservemap_entry()
/optee_os/core/arch/arm/include/
A Dffa.h121 uint64_t address; member
/optee_os/core/arch/arm/kernel/
A Dspmc_sp_handler.c159 uint64_t va = READ_ONCE(mem_reg->address); in spmc_sp_add_sp_region()
243 READ_ONCE(addr_range->address), in spmc_sp_add_nw_region()
483 addr_dst->address = (uint64_t)sp_mem_get_va(&ctx->uctx, in create_retrieve_response()
562 va = READ_ONCE(mem_region->address_range_array[0].address); in ffa_mem_retrieve()
A Dstmm_sp.c191 static void zfree(void *opaque __unused, void *address) in zfree() argument
193 free(address); in zfree()
/optee_os/core/
A Dcore.mk37 cflags_kasan += -fsanitize=kernel-address \
/optee_os/core/tee/
A Dtee_rpmb_fs.c201 uint8_t address[2]; member
590 u16_to_bytes(*rawdata->blk_idx, datafrm[i].address); in tee_rpmb_req_pack()
666 bytes_to_u16(frm->address, &idx); in data_cpy_mac_calc_1b()
712 bytes_to_u16(lastfrm->address, &start_idx); in tee_rpmb_data_cpy_mac_calc()
816 bytes_to_u16(lastfrm.address, &blk_idx); in tee_rpmb_resp_unpack_verify()

Completed in 45 milliseconds

12