| /optee_os/core/include/kernel/ |
| H A D | lockdep.h | 23 uintptr_t thread_id; 32 uintptr_t lock_id; /* For instance, address of actual lock object */ 58 uintptr_t id); 61 uintptr_t id); 63 uintptr_t id); 83 uintptr_t id) in lockdep_lock_acquire() 102 uintptr_t id) in lockdep_lock_tryacquire() 118 uintptr_t id) in lockdep_lock_release() 131 void lockdep_lock_destroy(struct lockdep_node_head *graph, uintptr_t id); 140 uintptr_t id __unused) in lockdep_lock_acquire() [all …]
|
| H A D | semihosting.h | 14 uintptr_t __do_semihosting(uintptr_t op, uintptr_t arg);
|
| H A D | boot.h | 93 void boot_set_core_ns_entry(size_t core_idx, uintptr_t entry, 94 uintptr_t context_id);
|
| /optee_os/core/kernel/ |
| H A D | semihosting.c | 48 uintptr_t param0; 49 uintptr_t param1; 50 uintptr_t param2; 69 __do_semihosting(SEMIHOSTING_SYS_WRITEC, (uintptr_t)&c); in semihosting_sys_writec() 110 arg.param0 = (uintptr_t)fname; in semihosting_open() 114 return (int)__do_semihosting(SEMIHOSTING_SYS_OPEN, (uintptr_t)&arg); in semihosting_open() 130 .param1 = (uintptr_t)ptr, in semihosting_read() 134 return __do_semihosting(SEMIHOSTING_SYS_READ, (uintptr_t)&arg); in semihosting_read() 149 .param1 = (uintptr_t)ptr, in semihosting_write() 153 return __do_semihosting(SEMIHOSTING_SYS_WRITE, (uintptr_t)&arg); in semihosting_write() [all …]
|
| H A D | lockdep.c | 25 uintptr_t lock_id) in lockdep_add_to_graph() 81 uintptr_t thread_id) in lockdep_add_edge() 103 uintptr_t *path; 128 static uintptr_t *lockdep_graph_get_shortest_cycle(struct lockdep_node *node) in lockdep_graph_get_shortest_cycle() 132 uintptr_t *ret = NULL; in lockdep_graph_get_shortest_cycle() 141 qe->path = malloc(sizeof(uintptr_t)); in lockdep_graph_get_shortest_cycle() 158 uintptr_t *tmp = NULL; in lockdep_graph_get_shortest_cycle() 166 nlen * sizeof(uintptr_t)); in lockdep_graph_get_shortest_cycle() 190 nqe->path = malloc(nlen * sizeof(uintptr_t)); in lockdep_graph_get_shortest_cycle() 195 qe->pathlen * sizeof(uintptr_t)); in lockdep_graph_get_shortest_cycle() [all …]
|
| H A D | mutex_lockdep.c | 43 lockdep_lock_acquire(&graph, &owned[thread], (uintptr_t)m); in mutex_lock_check() 53 lockdep_lock_tryacquire(&graph, &owned[thread], (uintptr_t)m); in mutex_trylock_check() 63 lockdep_lock_release(&owned[thread], (uintptr_t)m); in mutex_unlock_check() 71 lockdep_lock_destroy(&graph, (uintptr_t)m); in mutex_destroy_check()
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gmon_out.h | 105 uintptr_t low_pc; /* base pc address of sample buffer */ 106 uintptr_t high_pc; /* max pc address of sampled buffer */ 114 uintptr_t from_pc; /* address within caller's body */ 115 uintptr_t self_pc; /* address within callee's body */
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | types_ext.h | 14 typedef uintptr_t uaddr_t; 17 typedef uintptr_t vaddr_t; 29 typedef uintptr_t paddr_t; 30 typedef uintptr_t paddr_size_t;
|
| /optee_os/core/drivers/bnxt/ |
| H A D | bnxt_fw.c | 193 static inline void memcpy32_helper(uintptr_t src, in memcpy32_helper() 194 uintptr_t dst, in memcpy32_helper() 249 (uintptr_t)(&hdr->checksum) - (uintptr_t)hdr); in ape_hdr_crc_calc() 259 (const char *)((uintptr_t)hdr + APE_BIN_HDR_SIZE), in ape_hdr_crc_calc() 419 uintptr_t src = 0; in ape_section_copy() 420 uintptr_t dst = 0; in ape_section_copy() 438 section_data = (uint8_t *)((uintptr_t)bin_hdr + in ape_section_copy() 454 src = (uintptr_t)work_buff; in ape_section_copy() 456 src = (uintptr_t)bin_hdr + SECTION_SRC_OFFSET(section); in ape_section_copy() 513 memcpy32_helper((uintptr_t)&zero, dst, size, !INC_SRC_ADDR); in ape_section_zero() [all …]
|
| H A D | bnxt.c | 60 uint32_t bnxt_write32_multiple(uintptr_t dst, in bnxt_write32_multiple() 61 uintptr_t src, in bnxt_write32_multiple() 190 int bnxt_fastboot(uintptr_t addr) in bnxt_fastboot()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_server.c | 19 uintptr_t smt_phys_to_virt(uintptr_t pa, size_t sz, bool shmem_is_secure) in smt_phys_to_virt() 22 return (uintptr_t)phys_to_virt(pa, MEM_AREA_IO_SEC, sz); in smt_phys_to_virt() 24 return (uintptr_t)phys_to_virt(pa, MEM_AREA_IO_NSEC, sz); in smt_phys_to_virt()
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_pbkdf2.h | 28 uintptr_t salt_dma; 29 uintptr_t key_dma; 30 uintptr_t out_dma;
|
| /optee_os/core/include/drivers/bcm/ |
| H A D | bnxt.h | 17 uint32_t bnxt_write32_multiple(uintptr_t dst, 18 uintptr_t src, 24 int bnxt_fastboot(uintptr_t addr);
|
| /optee_os/ta/remoteproc/src/ |
| H A D | elf_parser.h | 40 uintptr_t e_entry; 41 uintptr_t e_phoff; 42 uintptr_t e_shoff;
|
| /optee_os/core/lib/scmi-server/include/ |
| H A D | optee_scmi.h | 19 uintptr_t smt_phys_to_virt(uintptr_t pa, size_t sz, bool shmem_is_secure);
|
| /optee_os/core/include/drivers/pm/sam/ |
| H A D | atmel_pm.h | 26 TEE_Result atmel_pm_suspend(uintptr_t entry, struct sm_nsec_ctx *nsec); 43 static inline TEE_Result atmel_pm_suspend(uintptr_t entry __unused, in atmel_pm_suspend()
|
| /optee_os/core/lib/libfdt/ |
| H A D | libfdt_internal.h | 33 return (void *)(uintptr_t)fdt_offset_ptr_(fdt, offset); in fdt_offset_ptr_w_() 46 return (void *)(uintptr_t)fdt_mem_rsv_(fdt, n); in fdt_mem_rsv_w_()
|
| /optee_os/core/arch/arm/plat-sam/pm/ |
| H A D | psci.c | 15 int psci_system_suspend(uintptr_t entry, uint32_t context_id __unused, in psci_system_suspend() 28 uintptr_t entry __unused, uint32_t context_id __unused, in psci_cpu_suspend()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_desc.c | 58 struct ptr_addr *ptr_addr = (struct ptr_addr *)(uintptr_t)last; in caam_desc_add_ptr() 87 const uintptr_t v_desc = (uintptr_t)&out_entry->desc; in caam_desc_pop()
|
| /optee_os/core/arch/arm/include/sm/ |
| H A D | psci.h | 67 int psci_cpu_suspend(uint32_t power_state, uintptr_t entry, 82 int psci_system_suspend(uintptr_t entry, uint32_t context_id,
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 185 uintptr_t a = up->vals[n * 2]; in update_out_param() 186 uintptr_t b = up->vals[n * 2 + 1]; in update_out_param() 215 uintptr_t a = up->vals[n * 2]; in update_out_gp11_param() 216 uintptr_t b = up->vals[n * 2 + 1]; in update_out_gp11_param() 362 *session = (TEE_TASessionHandle)(uintptr_t)s; in TEE_OpenTASession() 409 *session = (TEE_TASessionHandle)(uintptr_t)s; in __GP11_TEE_OpenTASession() 416 TEE_Result res = _utee_close_ta_session((uintptr_t)session); in TEE_CloseTASession() 450 res = _utee_invoke_ta_command((uintptr_t)session, in TEE_InvokeTACommand() 501 res = _utee_invoke_ta_command((uintptr_t)session, in __GP11_TEE_InvokeTACommand()
|
| /optee_os/core/arch/arm/plat-bcm/ |
| H A D | bcm_elog.h | 32 void bcm_elog_init(uintptr_t pa_base, uint32_t size);
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_platform.h | 88 uintptr_t MBEDTLS_PRIVATE(opaque)[2];
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_rifsc.c | 160 uintptr_t base; 527 uintptr_t offset = sizeof(uint32_t) * (risup->id / _PERIPH_IDS_PER_REG); in stm32_risup_cfg() 528 uintptr_t cidcfgr_offset = _OFFSET_PERX_CIDCFGR * risup->id; in stm32_risup_cfg() 660 uintptr_t offset = _RIFSC_RIMC_ATTR0 + (sizeof(uint32_t) * rimu->id); in stm32_rimu_cfg() 703 uintptr_t offset_a = _RIFSC_RISAL_CFGR0_A(risal->id); in stm32_risal_cfg() 704 uintptr_t offset_b = _RIFSC_RISAL_CFGR0_B(risal->id); in stm32_risal_cfg() 736 uintptr_t rifsc_base = rifsc_pdata.base; in stm32_rifsc_check_access() 794 uintptr_t rifsc_base = rifsc_pdata.base; in stm32_rifsc_acquire_access() 903 uintptr_t rifsc_base = rifsc_pdata.base; in stm32_rifsc_release_access() 955 uintptr_t cidcfgr_offset = _OFFSET_PERX_CIDCFGR * risup->id; in stm32_rifsc_sem_pm_resume() [all …]
|
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | dsa.c | 47 (uintptr_t)key, size_bits); in crypto_acipher_alloc_dsa_keypair() 75 (uintptr_t)key, size_bits); in crypto_acipher_alloc_dsa_public_key() 102 (uintptr_t)key, key_size); in crypto_acipher_gen_dsa_key()
|