Searched refs:PRIxPTR (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | types_ext.h | 15 #define PRIxUA PRIxPTR 18 #define PRIxVA PRIxPTR 29 #define PRIxPA PRIxPTR 30 #define PRIxPASZ PRIxPTR
|
/optee_os-3.20.0/core/kernel/ |
A D | lockdep.c | 74 EMSG_RAW(" %#" PRIxPTR, *p); in lockdep_print_call_stack() 280 EMSG_RAW("-> Thread %#" PRIxPTR " acquired lock %#" PRIxPTR "%s", in lockdep_print_edge_info() 283 EMSG_RAW("...while holding lock %#" PRIxPTR "%s", in lockdep_print_edge_info() 305 EMSG_RAW(" Lock %#" PRIxPTR, *p); in lockdep_print_cycle_info() 358 EMSG_RAW("When trying to acquire lock %#" PRIxPTR, id); in __lockdep_lock_acquire() 416 EMSG_RAW("Thread %p does not own lock %#" PRIxPTR, (void *)owned, id); in __lockdep_lock_release()
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | inttypes.h | 46 #define PRIxPTR __PRIPTR_PREFIX "x" macro
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dsa.c | 46 CRYPTO_TRACE("Param error key @0x%" PRIxPTR " size %zu bits", in crypto_acipher_alloc_dsa_keypair() 74 CRYPTO_TRACE("Param error key @0x%" PRIxPTR " size %zu bits", in crypto_acipher_alloc_dsa_public_key() 101 CRYPTO_TRACE("Param error key @0x%" PRIxPTR " size %zu bits", in crypto_acipher_gen_dsa_key()
|
A D | dh.c | 19 CRYPTO_TRACE("Param error key @%#" PRIxPTR " size %zu bits", in crypto_acipher_alloc_dh_keypair()
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 76 PWR_TRACE("Save @0x%" PRIxPTR "=0x%" PRIx32, in do_save_regs() 100 PWR_TRACE("Restore @0x%" PRIxPTR "=0x%" PRIx32, in do_restore_regs()
|
/optee_os-3.20.0/core/drivers/crypto/caam/hal/common/ |
A D | hal_cfg_dt.c | 50 HAL_TRACE("JR Offset return 0x%" PRIxPTR, jr_offset); in find_jr_offset()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | tee_pager.c | 633 DMSG("0x%" PRIxPTR " - 0x%" PRIxPTR " : type %d", in tee_pager_add_core_region()
|
Completed in 12 milliseconds