/optee_os/core/kernel/ |
A D | initcall.c | 24 EMSG("Preinitcall __text_start + 0x%08" PRIxVA in call_preinitcalls() 43 EMSG("Initcall __text_start + 0x%08" PRIxVA in call_initcalls() 62 EMSG("Finalcall __text_start + 0x%08" PRIxVA in call_finalcalls()
|
A D | user_mode_ctx.c | 23 EMSG_RAW(" region %2zu: va 0x%0*" PRIxVA " pa 0x%0*" PRIxPA in user_mode_ctx_print_mappings()
|
A D | tee_ta_manager.c | 308 DMSG("Destroy TA ctx (0x%" PRIxVA ")", (vaddr_t)ctx); in destroy_context() 324 DMSG("Remove references to context (%#"PRIxVA")", (vaddr_t)ts_ctx); in destroy_ta_ctx_from_session() 512 DMSG("csess 0x%" PRIxVA " id %u", in tee_ta_close_session() 521 EMSG("session 0x%" PRIxVA " to be removed is not found", in tee_ta_close_session()
|
/optee_os/core/arch/arm/plat-hikey/ |
A D | spi_test.c | 83 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_manual_cs_control() 173 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_registered_cs_cb() 218 DMSG("gpio6_base: 0x%" PRIxVA "\n", gpio6_base); in spi_test_with_builtin_cs_control() 229 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_builtin_cs_control()
|
/optee_os/core/arch/arm/plat-rzn1/ |
A D | sm_platform_handler.c | 52 PRIx32" (0x%"PRIxVA")", *pvalue, addr, reg); in oem_sysreg() 61 PRIxVA")", addr, reg); in oem_sysreg()
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | types_ext.h | 18 #define PRIxVA PRIxPTR macro
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | types_ext.h | 18 #define PRIxVA PRIxPTR macro
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | types_ext.h | 18 #define PRIxVA PRIxPTR macro
|
/optee_os/lib/libutils/ext/include/ |
A D | types_ext.h | 18 #define PRIxVA PRIxPTR macro
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | types_ext.h | 18 #define PRIxVA PRIxPTR macro
|
/optee_os/core/arch/arm/kernel/ |
A D | unwind_arm64.c | 88 "TEE load address @ %#"PRIxVA, VCORE_START_VA); in print_kernel_stack()
|
A D | unwind_arm32.c | 129 "TEE load address @ %#"PRIxVA, VCORE_START_VA); in print_kernel_stack()
|
A D | thread.c | 348 DMSG("tmp [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits() 353 DMSG("abt [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits() 358 DMSG("thr [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits() 372 DMSG("Stack pointer out of range (0x%" PRIxVA ")", current_sp); in check_stack_limits()
|
A D | abort.c | 150 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA "%s", in __print_abort_info() 223 "TEE load address @ %#"PRIxVA, in __abort_print()
|
/optee_os/core/arch/arm/mm/ |
A D | core_mmu_v7.c | 696 debug_print("%s [%08" PRIxVA " %08" PRIxVA "] not mapped", in print_mmap_area() 699 debug_print("%s [%08" PRIxVA " %08" PRIxVA "] %s-%s-%s-%s", in print_mmap_area()
|
A D | mobj_dyn_shm.c | 463 DMSG("Shared memory address range: %" PRIxVA ", %" PRIxVA, in mobj_mapped_shm_init()
|
A D | tee_pager.c | 388 DMSG("0x%" PRIxVA " - 0x%" PRIxVA, smem, smem + nbytes); in tee_pager_set_alias_area() 606 EMSG("invalid pager region [%" PRIxVA " +0x%zx]", base, size); in alloc_region() 1385 EMSG("PH 0x%" PRIxVA " failed", page_va); in pager_deploy_page() 1469 FMSG("Mapped 0x%" PRIxVA " -> 0x%" PRIxPA, page_va, pa); in pager_deploy_page() 1479 FMSG("Dirty %#"PRIxVA, tblidx2va(tblidx)); in make_dirty_page() 1830 DMSG("0x%" PRIxVA " - 0x%" PRIxVA " : %d", in tee_pager_add_pages()
|
A D | core_mmu.c | 724 DMSG("type %-12s va 0x%08" PRIxVA "..0x%08" PRIxVA in dump_mmap_table() 749 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 753 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 760 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 769 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 1135 DMSG("Mapping core at %#"PRIxVA" offs %#lx", in init_mem_map() 1139 DMSG("Failed to map core at %#"PRIxVA, ba); in init_mem_map()
|
A D | mobj_ffa.c | 610 DMSG("Shared memory address range: %#"PRIxVA", %#"PRIxVA,
|
/optee_os/core/drivers/crypto/caam/utils/ |
A D | utils_mem.c | 283 MEM_TRACE("Add %d PA 0x%" PRIxPA " VA 0x%" PRIxVA, nb_pa_area, in caam_mem_get_pa_area() 314 MEM_TRACE("Add %d PA 0x%" PRIxPA " VA 0x%" PRIxVA, in caam_mem_get_pa_area()
|
/optee_os/core/drivers/crypto/caam/hal/common/ |
A D | hal_cfg_dt.c | 91 HAL_TRACE("Map Controller 0x%" PRIxVA, *ctrl_base); in caam_hal_cfg_get_ctrl_dt()
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_jr.c | 243 ", context @0x%08" PRIxVA, in do_jr_dequeue() 349 ") context @0x%08" PRIxVA, in do_jr_enqueue()
|
/optee_os/ldelf/ |
A D | main.c | 168 DMSG("ELF (%pUl) at %#"PRIxVA, in ldelf()
|
/optee_os/core/drivers/ |
A D | gic.c | 288 DMSG("cpu_mask: writing 0x%x to 0x%" PRIxVA, target, itargetsr); in gic_it_set_cpu_mask() 302 DMSG("prio: writing 0x%x to 0x%" PRIxVA, in gic_it_set_prio()
|
/optee_os/lib/libutils/ext/ |
A D | trace.c | 246 ok = append(&sbuf, "%0*" PRIxVA " ", in dhex_dump()
|