Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dearlycon.c23 static bool fb_wb; variable
40 fb_wb ? MEMREMAP_WB : MEMREMAP_WC); in efi_earlycon_remap_fb()
62 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
233 fb_wb = opt && !strcmp(opt, "ram"); in efi_earlycon_setup()