Searched refs:fb_prot (Results 1 – 1 of 1) sorted by relevance
57 pgprot_t fb_prot; in efi_earlycon_map() local62 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()63 return early_memremap_prot(fb_base + start, len, pgprot_val(fb_prot)); in efi_earlycon_map()