Home
last modified time | relevance | path

Searched refs:DMSG_RAW (Results 1 – 6 of 6) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c346 DMSG_RAW("%s Attr %s / %s (%#04"PRIx32" %"PRIu32"-byte)", in __trace_attributes()
356 DMSG_RAW("%s Attr byte value: %02x", prefix, data[0]); in __trace_attributes()
359 DMSG_RAW("%s Attr byte value: %02x %02x", in __trace_attributes()
363 DMSG_RAW("%s Attr byte value: %02x %02x %02x", in __trace_attributes()
367 DMSG_RAW("%s Attr byte value: %02x %02x %02x %02x", in __trace_attributes()
371 DMSG_RAW("%s Attr byte value: %02x %02x %02x %02x ...", in __trace_attributes()
418 DMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes_from_api_head()
419 DMSG_RAW("%s| %"PRIu32" item(s) - %"PRIu32" bytes", in trace_attributes_from_api_head()
427 DMSG_RAW("%s`-----------------------", prefix ? prefix : ""); in trace_attributes_from_api_head()
/optee_os/lib/libutils/ext/include/
H A Dtrace.h129 #define DMSG_RAW(...) (void)0 macro
131 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__) macro
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c39 #define debug_print(...) DMSG_RAW(__VA_ARGS__)
H A Dcore_mmu_lpae.c88 #define debug_print(...) DMSG_RAW(__VA_ARGS__)
/optee_os/core/mm/
H A Dcore_mmu.c979 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table()
985 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table()
994 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table()
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c37 #define debug_print(...) DMSG_RAW(__VA_ARGS__)