Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/efi/
Dearlycon.c20 static bool fb_wb; variable
37 fb_wb ? MEMREMAP_WB : MEMREMAP_WC); in efi_earlycon_remap_fb()
59 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
221 fb_wb = opt && !strcmp(opt, "ram"); in efi_earlycon_setup()