/optee_os-3.20.0/core/arch/arm/plat-k3/drivers/ |
A D | sa2ul.c | 64 IMSG("Activated SA2UL device"); in sa2ul_init() 77 IMSG("Fixing SA2UL firewall owner for GP device"); in sa2ul_init() 130 IMSG("Enabled firewalls for SA2UL TRNG device"); in sa2ul_init() 135 IMSG("Enabling SA2UL TRNG engine"); in sa2ul_init() 144 IMSG("SA2UL Drivers initialized"); in sa2ul_init()
|
A D | sa2ul_rng.c | 145 IMSG("SA2UL TRNG initialized"); in sa2ul_rng_init()
|
A D | ti_sci.c | 112 IMSG("Message with sequence ID %u is not expected", hdr->seq); in ti_sci_get_response() 383 IMSG("SYSFW ABI: %d.%d (firmware rev 0x%04x '%s')", in ti_sci_init()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 128 IMSG("WARNING: Using fixed value for stack canary"); in plat_get_random_stack_canary() 365 IMSG("Pager pool size: %zukB", in print_pager_pool_size() 477 IMSG("Pager is enabled. Hashes: %zu bytes", hash_size); in init_runtime() 645 IMSG("Embedded DTB found"); in get_embedded_dt() 1148 IMSG("No non-secure external DT"); in init_external_dt() 1171 IMSG("Non-secure external DT found"); in init_external_dt() 1372 IMSG("OP-TEE version: %s", core_v_str); in boot_init_primary_late() 1377 IMSG("Primary CPU initializing"); in boot_init_primary_late() 1398 IMSG("Initializing virtualization support"); in boot_init_primary_late() 1404 IMSG("Primary CPU switching to normal world boot"); in boot_init_primary_late() [all …]
|
A D | virtualization.c | 279 IMSG("Added guest %d", guest_id); in virt_guest_created() 292 IMSG("Removing guest %d", guest_id); in virt_guest_destroyed()
|
/optee_os-3.20.0/core/kernel/ |
A D | show_conf.c | 14 IMSG("Contents of conf.mk (decode with 'base64 -d | xz -d'):"); in show_conf()
|
A D | console.c | 82 IMSG("Switching off console"); in get_console_node_from_dt() 155 IMSG("Switching console to device: %s", uart); in configure_console_from_dt()
|
/optee_os-3.20.0/core/arch/arm/plat-versal/ |
A D | main.c | 86 IMSG("Platform Versal:\tSilicon Revision v%"PRIu8, version); in platform_banner() 94 IMSG("Hardware Root of Trust: Asymmetric[%s], Symmetric[%s]", in platform_banner()
|
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | i2c_stm32.c | 60 IMSG("SE05X ignoring CFG_CORE_SE05X_BAUDRATE, use DTB"); in dt_i2c_bus_config() 62 IMSG("SE05x ignoring CFG_CORE_SE05X_BAUDRATE, use built-in"); in dt_i2c_bus_config()
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | entry_fast.c | 94 IMSG("Reserved shared memory is %sabled", res_shm_en ? "en" : "dis"); in tee_entry_exchange_capabilities() 101 IMSG("Dynamic shared memory is %sabled", dyn_shm_en ? "en" : "dis"); in tee_entry_exchange_capabilities() 105 IMSG("Normal World virtualization support is %sabled", in tee_entry_exchange_capabilities() 114 IMSG("Asynchronous notifications are %sabled", in tee_entry_exchange_capabilities()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | trace.h | 59 #define IMSG(...) (void)0 macro 61 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | main.c | 63 IMSG("Platform stm32mp1: flavor %s - DT %s", in platform_banner() 67 IMSG("Platform stm32mp1: flavor %s - no device tree", in platform_banner() 118 IMSG("Early console on UART#%u", CFG_STM32_EARLY_CONSOLE_UART); in console_init() 142 IMSG("DTB disables console"); in init_console_from_dt() 151 IMSG("DTB enables console (%ssecure)", pd->secure ? "" : "non-"); in init_console_from_dt() 324 IMSG("Non-secure SYSRAM [%p %p]", va, va + nsec_size - 1); in init_stm32mp1_drivers()
|
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_master.c | 65 IMSG("master clk div is underclocked"); in clk_master_div_get_rate() 67 IMSG("master clk div is overclocked"); in clk_master_div_get_rate()
|
A D | at91_h32mx.c | 27 IMSG("H32MX clock is too fast"); in clk_sama5d4_h32mx_get_rate()
|
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_huk.c | 133 IMSG("CSU authentication disabled, using development HUK"); in tee_otp_get_hw_unique_key() 211 IMSG("HUK ready"); in tee_otp_get_hw_unique_key()
|
A D | hi16xx_rng.c | 61 IMSG("Hi16xx RNG initialized"); in hi16xx_rng_init()
|
A D | imx_lpuart.c | 92 IMSG("imx_lpuart: device parameters ignored (%s)", parms); in imx_lpuart_dev_init()
|
A D | serial8250_uart.c | 126 IMSG("serial8250_uart: device parameters ignored (%s)", parms); in serial8250_uart_dev_init()
|
A D | imx_uart.c | 165 IMSG("imx_uart: device parameters ignored (%s)", parms); in imx_uart_dev_init()
|
A D | dra7_rng.c | 185 IMSG("DRA7x TRNG initialized"); in dra7_rng_init()
|
A D | imx_i2c.c | 400 IMSG("bus not idle"); in imx_i2c_read() 423 IMSG("bus not idle"); in imx_i2c_write() 552 IMSG("i2c%zu not enabled", n + 1); in i2c_map_controller()
|
A D | stm32mp15_huk.c | 176 IMSG("HUK %slocked", lock ? "" : "un"); in tee_otp_get_hw_unique_key()
|
A D | pl011.c | 191 IMSG("pl011: device parameters ignored (%s)", parms); in pl011_dev_init()
|
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/apis/ |
A D | sss.c | 81 IMSG("scp03: current keys"); in se050_rotate_scp03_keys() 88 IMSG("scp03: proposed new keys"); in se050_rotate_scp03_keys()
|
/optee_os-3.20.0/core/arch/arm/plat-k3/ |
A D | main.c | 94 IMSG("HUK Initialized"); in tee_otp_get_hw_unique_key()
|