Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Dearlycon.c54 pgprot_t fb_prot; in efi_earlycon_map() local
59 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
60 return early_memremap_prot(fb_base + start, len, pgprot_val(fb_prot)); in efi_earlycon_map()