Searched refs:log_base (Results 1 – 1 of 1) sorted by relevance
360 void __iomem *log_base; in tboot_log_read() local366 log_base = ioremap(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE); in tboot_log_read()367 if (!log_base) in tboot_log_read()370 memcpy_fromio(log_uuid, log_base, sizeof(log_uuid)); in tboot_log_read()374 max_size = readl(log_base + LOG_MAX_SIZE_OFF); in tboot_log_read()389 memcpy_fromio(kbuf, log_base + LOG_BUF_OFF + *ppos, count); in tboot_log_read()401 iounmap(log_base); in tboot_log_read()
Completed in 3 milliseconds