Searched refs:log_base (Results 1 – 1 of 1) sorted by relevance
375 void __iomem *log_base; in tboot_log_read() local381 log_base = ioremap_nocache(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE); in tboot_log_read()382 if (!log_base) in tboot_log_read()385 memcpy_fromio(log_uuid, log_base, sizeof(log_uuid)); in tboot_log_read()389 max_size = readl(log_base + LOG_MAX_SIZE_OFF); in tboot_log_read()404 memcpy_fromio(kbuf, log_base + LOG_BUF_OFF + *ppos, count); in tboot_log_read()416 iounmap(log_base); in tboot_log_read()