Searched refs:DMSG_RAW (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | sanitize_object.c | 347 DMSG_RAW("%s Attr %s / %s (%#04"PRIx32" %"PRIu32"-byte)", in __trace_attributes() 357 DMSG_RAW("%s Attr byte value: %02x", prefix, data[0]); in __trace_attributes() 360 DMSG_RAW("%s Attr byte value: %02x %02x", in __trace_attributes() 364 DMSG_RAW("%s Attr byte value: %02x %02x %02x", in __trace_attributes() 368 DMSG_RAW("%s Attr byte value: %02x %02x %02x %02x", in __trace_attributes() 372 DMSG_RAW("%s Attr byte value: %02x %02x %02x %02x ...", in __trace_attributes() 419 DMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes_from_api_head() 420 DMSG_RAW("%s| %"PRIu32" item(s) - %"PRIu32" bytes", in trace_attributes_from_api_head() 428 DMSG_RAW("%s`-----------------------", prefix ? prefix : ""); in trace_attributes_from_api_head()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | trace.h | 128 #define DMSG_RAW(...) (void)0 macro 130 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__) macro
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | core_mmu_v7.c | 37 #define debug_print(...) DMSG_RAW(__VA_ARGS__)
|
A D | core_mmu_lpae.c | 85 #define debug_print(...) DMSG_RAW(__VA_ARGS__)
|
/optee_os-3.20.0/core/mm/ |
A D | core_mmu.c | 833 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 839 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table() 848 DMSG_RAW("%*s [LVL%d] VA:0x%010" PRIxVA in dump_xlat_table()
|
Completed in 12 milliseconds