Searched refs:log_base (Results 1 – 1 of 1) sorted by relevance
355 void __iomem *log_base; in tboot_log_read() local361 log_base = ioremap(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE); in tboot_log_read()362 if (!log_base) in tboot_log_read()365 memcpy_fromio(log_uuid, log_base, sizeof(log_uuid)); in tboot_log_read()369 max_size = readl(log_base + LOG_MAX_SIZE_OFF); in tboot_log_read()384 memcpy_fromio(kbuf, log_base + LOG_BUF_OFF + *ppos, count); in tboot_log_read()396 iounmap(log_base); in tboot_log_read()