Home
last modified time | relevance | path

Searched refs:log_base (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kernel/
Dtboot.c375 void __iomem *log_base; in tboot_log_read() local
381 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()