Searched defs:size (Results 1 – 12 of 12) sorted by relevance
/tf-rmm-v0.2.0/lib/arch/src/fake_host/ |
A D | cache_wrappers.c | 11 void flush_dcache_range(uintptr_t addr, size_t size) in flush_dcache_range() 16 void clean_dcache_range(uintptr_t addr, size_t size) in clean_dcache_range() 21 void inv_dcache_range(uintptr_t addr, size_t size) in inv_dcache_range()
|
/tf-rmm-v0.2.0/runtime/core/fake_host/ |
A D | runtime_core_stub.c | 9 bool memcpy_ns_read(void *dest, const void *ns_src, unsigned long size) in memcpy_ns_read() 15 bool memcpy_ns_write(void *ns_dest, const void *src, unsigned long size) in memcpy_ns_write()
|
/tf-rmm-v0.2.0/lib/measurement/src/ |
A D | measurement.c | 18 unsigned int size = 0U; in measurement_print() local 46 size_t size, in do_hash() 79 size_t size, in measurement_hash_compute()
|
/tf-rmm-v0.2.0/runtime/rsi/ |
A D | memory.c | 16 unsigned long size = rec->regs[2]; in handle_rsi_ipa_state_set() local
|
A D | realm_attest.c | 289 size_t size; in handle_rsi_extend_measurement() local
|
/tf-rmm-v0.2.0/plat/host/common/src/ |
A D | host_harness_cmn.c | 11 bool host_memcpy_ns_read(void *dest, const void *ns_src, unsigned long size) in host_memcpy_ns_read() 17 bool host_memcpy_ns_write(void *ns_dest, const void *src, unsigned long size) in host_memcpy_ns_write()
|
/tf-rmm-v0.2.0/lib/allocator/src/ |
A D | memory_alloc.c | 140 size_t size) in buffer_alloc_calloc_with_heap() 253 void *buffer_alloc_calloc(size_t n, size_t size) in buffer_alloc_calloc()
|
/tf-rmm-v0.2.0/lib/realm/src/ |
A D | buffer.c | 291 unsigned int size, in ns_buffer_read() 330 unsigned int size, in ns_buffer_write()
|
A D | s2tt.c | 137 unsigned long size) in stage2_tlbi_ipa()
|
/tf-rmm-v0.2.0/lib/allocator/include/ |
A D | memory_alloc.h | 30 size_t size; member
|
/tf-rmm-v0.2.0/lib/xlat/include/ |
A D | xlat_tables.h | 170 size_t size; /* Size of the current region. */ member
|
/tf-rmm-v0.2.0/lib/xlat/src/ |
A D | xlat_tables_core.c | 367 size_t size = mm->size; in mmap_add_region_check() local
|
Completed in 27 milliseconds