Home
last modified time | relevance | path

Searched refs:PRIxVA (Results 1 – 25 of 39) sorted by relevance

12

/optee_os/core/drivers/crypto/caam/
H A Dcaam_sm.c72 SM_TRACE("Partition %u Pages %u to %u allocated @0x%" PRIxVA in caam_sm_alloc()
181 SM_TRACE("Secure Memory Base address = 0x%" PRIxVA, in caam_sm_init()
183 SM_TRACE("CAAM controller address = 0x%" PRIxVA, sm_privdata.ctrl_addr); in caam_sm_init()
184 SM_TRACE("CAAM Job Ring address = 0x%" PRIxVA, sm_privdata.jr_addr); in caam_sm_init()
H A Dcaam_jr.c245 ", context @0x%08" PRIxVA, in do_jr_dequeue()
353 ") context @0x%08" PRIxVA, in do_jr_enqueue()
/optee_os/core/mm/
H A Dboot_mem.c96 DMSG("%#"PRIxVA" len %#zx", pad->start, pad->len); in add_padding()
268 DMSG("consumed %p %#"PRIxVA" len %#zx", in boot_mem_foreach_padding()
272 DMSG("keeping %p %#"PRIxVA" len %#zx", in boot_mem_foreach_padding()
294 DMSG("Allocated %zu bytes at va %#"PRIxVA" pa %#"PRIxPA, in boot_mem_release_unused()
298 DMSG("Tempalloc %zu bytes at va %#"PRIxVA, in boot_mem_release_unused()
329 DMSG("Releasing %zu bytes from va %#"PRIxVA, n, va); in boot_mem_release_unused()
354 DMSG("Releasing %zu bytes from va %#"PRIxVA, n, va); in boot_mem_release_tmp_alloc()
370 DMSG("Releasing %zu bytes from va %#"PRIxVA, n, va); in boot_mem_release_tmp_alloc()
/optee_os/core/arch/arm/plat-rzn1/
H A Dsm_platform_handler.c52 PRIx32" (0x%"PRIxVA")", *pvalue, addr, reg); in oem_sysreg()
61 PRIxVA")", addr, reg); in oem_sysreg()
/optee_os/core/kernel/
H A Dthread.c296 DMSG("tmp [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits()
301 DMSG("abt [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits()
308 DMSG("thr [%zu] 0x%" PRIxVA "..0x%" PRIxVA, n, start, end); in print_stack_limits()
322 EMSG("Stack pointer out of range: 0x%" PRIxVA " not in [0x%" in check_stack_limits()
323 PRIxVA " .. 0x%" PRIxVA "]", current_sp, stack_start, in check_stack_limits()
H A Duser_mode_ctx.c23 EMSG_RAW(" region %2zu: va 0x%0*" PRIxVA " pa 0x%0*" PRIxPA in user_mode_ctx_print_mappings()
H A Dinitcall.c22 EMSG("%s __text_start + 0x%08"PRIxVA" failed", in do_init_calls()
H A Dldelf_syscalls.c36 EMSG("vm_unmap(%#"PRIxVA", %#zx) returned %#"PRIx32, in unmap_or_panic()
572 EMSG("vm_remap(%#"PRIxVA", %#"PRIxVA", %#zx) returned %#"PRIx32, in ldelf_syscall_remap()
/optee_os/core/arch/arm/plat-hikey/
H A Dspi_test.c83 DMSG("spi_base: 0x%" PRIxVA, spi_base); in spi_test_with_manual_cs_control()
173 DMSG("spi_base: 0x%" PRIxVA, spi_base); in spi_test_with_registered_cs_cb()
218 DMSG("gpio6_base: 0x%" PRIxVA, gpio6_base); in spi_test_with_builtin_cs_control()
229 DMSG("spi_base: 0x%" PRIxVA, spi_base); in spi_test_with_builtin_cs_control()
/optee_os/core/arch/riscv/kernel/
H A Dunwind_rv.c25 "TEE load address @ %#"PRIxVA, VCORE_START_VA); in print_kernel_stack()
H A Dabort.c91 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA "%s", in __print_abort_info()
146 "TEE load address @ %#"PRIxVA, in __abort_print()
H A Dboot.c241 DMSG("Executing at offset %#lx with virtual load address %#"PRIxVA, in boot_init_primary_runtime()
/optee_os/lib/libutils/ext/include/
H A Dtypes_ext.h18 #define PRIxVA PRIxPTR macro
/optee_os/lib/libunw/
H A Dunwind_riscv.c76 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIxVA, in print_stack_riscv()
H A Dunwind_arm64.c92 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIxVA, in print_stack_arm64()
/optee_os/core/arch/arm/kernel/
H A Dunwind_arm64.c97 "TEE load address @ %#"PRIxVA, VCORE_START_VA); in print_kernel_stack()
H A Dunwind_arm32.c129 "TEE load address @ %#"PRIxVA, VCORE_START_VA); in print_kernel_stack()
H A Dabort.c156 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA in __print_abort_info()
157 " [tagged 0x%" PRIxVA "]%s", ctx, in __print_abort_info()
162 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA "%s", ctx, in __print_abort_info()
235 "TEE load address @ %#"PRIxVA, in __abort_print()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c361 DMSG("%#08"PRIxVA" - %#08"PRIxVA" : Sec access %i NS access %#"PRIx32, in add_node_memory_regions()
386 DMSG("%#08"PRIxVA" - %#08"PRIxVA" : Sec access %i NS access %#"PRIx32, in add_carved_out_nsec()
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_cfg_dt.c84 HAL_TRACE("Map Controller 0x%" PRIxVA, *ctrl_base); in caam_hal_cfg_get_ctrl_dt()
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c315 MEM_TRACE("Add %d PA 0x%" PRIxPA " VA 0x%" PRIxVA, nb_pa_area, in caam_mem_get_pa_area()
346 MEM_TRACE("Add %d PA 0x%" PRIxPA " VA 0x%" PRIxVA, in caam_mem_get_pa_area()
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c388 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()
/optee_os/ldelf/
H A Dmain.c185 DMSG("ELF (%pUl) at %#"PRIxVA, in ldelf()
/optee_os/core/pta/tests/
H A Dmisc.c566 LOG("virt_to_phys(%#"PRIxVA") => %#"PRIxPA" (expect %#"PRIxPA")", in check_virt_to_phys()
575 LOG("phys_to_virt(%#"PRIxPA") => %p (expect %#"PRIxVA")", in check_virt_to_phys()
624 LOG("virt_to_phys(%#"PRIxVA") => 0 Fail!", va_base); in self_test_va2pa()
/optee_os/lib/libutils/ext/
H A Dtrace.c268 ok = append(&sbuf, "%0*" PRIxVA " ", in dhex_dump()

12