__phys_mem_access_prot
pgprot_t __phys_mem_access_prot(unsigned long pfn, unsigned long size,
return __phys_mem_access_prot(pfn, size, vma_prot);
return __phys_mem_access_prot(PHYS_PFN(offset), vm_end - vm_start, prot);
EXPORT_SYMBOL(__phys_mem_access_prot);