| /trusty/hardware/nxp/app/hwcrypto/ |
| D | manifest.json | 8 "addr": "CAAM_PHY_BASE_ADDR", string 13 "addr": "CAAM_PHY_ARB_BASE_ADDR", string 18 "addr": "CCM_PHY_BASE_ADDR", string
|
| /trusty/user/app/sample/manifest-test/ |
| D | manifest.json | 9 "addr": "0x70000000", string 14 "addr": "0x70010000", string 19 "addr": "0x70020000", string
|
| /trusty/user/base/lib/libc-trusty/ |
| D | memref.c | 9 int memref_create(void* addr, size_t size, uint32_t mmap_prot) { in memref_create()
|
| /trusty/kernel/lib/backtrace/ |
| D | backtrace.c | 87 static void print_stack_address(struct thread* thread, uintptr_t addr) { in print_stack_address() 190 static bool is_on_user_stack(struct thread* _thread, uintptr_t addr) { in is_on_user_stack() 207 static bool is_on_kernel_stack(struct thread* thread, uintptr_t addr) { in is_on_kernel_stack() 227 static bool is_on_stack(struct thread* thread, uintptr_t addr, bool user) { in is_on_stack()
|
| /trusty/kernel/app/usercopytest/ |
| D | usercopytest.c | 66 const user_addr_t* addr = param_arr[0]; in get_addr_param() local 116 void* addr = START_PAGE_ADDR; in TEST_F_SETUP() local 158 user_addr_t addr = get_addr_param(); in TEST_P() local 249 user_addr_t addr = get_addr_param(); in TEST_P() local 332 user_addr_t addr = get_addr_param(); in TEST_P() local 407 static void usercopy_test_strlcpy_from_user_inner(user_addr_t addr, in usercopy_test_strlcpy_from_user_inner() 517 user_addr_t addr = get_addr_param(); in TEST_P() local
|
| /trusty/user/app/storage/rpmb_dev/ |
| D | rpmb_dev.c | 89 static int rpmb_file_seek(struct rpmb_dev_state* s, uint16_t addr) { in rpmb_file_seek() 143 uint16_t addr = rpmb_get_u16(s->cmd[0].address); in rpmb_dev_data_write() local 222 uint16_t addr; in rpmb_dev_data_read() local 306 uint16_t addr = rpmb_get_u16(s->cmd[0].address); in rpmb_dev_process_cmd() local
|
| /trusty/user/base/app/apploader/tests/mmio_test_apps/allowed/ |
| D | manifest.json | 8 "addr": "0x10001000", string
|
| /trusty/user/base/app/apploader/tests/mmio_test_apps/bad_range_high/ |
| D | manifest.json | 8 "addr": "0x10001000", string
|
| /trusty/user/base/app/apploader/tests/mmio_test_apps/bad_range_low/ |
| D | manifest.json | 8 "addr": "0x10000000", string
|
| /trusty/user/base/app/apploader/tests/mmio_test_apps/bad_uuid/ |
| D | manifest.json | 8 "addr": "0x10001000", string
|
| /trusty/user/base/lib/smc/tests/ |
| D | manifest.json | 8 "addr": "0x70000000", string
|
| /trusty/user/base/lib/hwasan/test/ |
| D | manifest.json | 8 "addr": "0x70000000", string
|
| /trusty/user/app/storage/ |
| D | rpmb.c | 296 uint16_t addr, in rpmb_read_data() 375 uint16_t addr, in rpmb_read() 383 uint16_t addr, in rpmb_read_no_mac() 390 uint16_t addr, in rpmb_verify() 433 uint16_t addr, in rpmb_write_data() 595 uint16_t addr, in rpmb_write()
|
| /trusty/hardware/nxp/platform/imx/drivers/ |
| D | imx_uart.c | 33 #define READ32(addr) (*REG32(addr)) argument 34 #define WRITE32(val, addr) (READ32(addr) = val) argument
|
| /trusty/kernel/lib/trusty/ |
| D | memref.c | 71 user_addr_t* addr) { in memref_mmap()
|
| D | handle.c | 388 user_addr_t* addr) { in handle_mmap()
|
| D | syscall.c | 96 static bool valid_address(vaddr_t addr, const u_int size) { in valid_address()
|
| D | tipc_dev_ql.c | 127 static inline uint addr_to_slot(uint32_t addr) { in addr_to_slot()
|
| D | tipc_virtio_dev.c | 279 static inline uint addr_to_slot(uint32_t addr) { in addr_to_slot()
|
| /trusty/kernel/lib/arm_ffa/ |
| D | arm_ffa.c | 1011 paddr_t* addr, in arm_ffa_mem_address_range_get()
|
| /trusty/user/base/lib/dlmalloc/ |
| D | dlmalloc.c | 1712 #define MREMAP_DEFAULT(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv)) argument 1766 #define CALL_MREMAP(addr, osz, nsz, mv) MREMAP((addr), (osz), (nsz), (mv)) argument 1768 #define CALL_MREMAP(addr, osz, nsz, mv) MREMAP_DEFAULT((addr), (osz), (nsz), (mv)) argument 1771 #define CALL_MREMAP(addr, osz, nsz, mv) MFAIL argument 2713 static msegmentptr segment_holding(mstate m, char* addr) { in segment_holding()
|
| /trusty/user/base/tools/ |
| D | manifest_compiler.py | 241 def __init__(self, id_, addr, size, type_, non_secure): argument
|