Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dmemory.h307 extern long long arch_phys_to_idmap_offset;
316 return IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset != 0; in arm_has_idmap_alias()
323 if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset) { in phys_to_idmap()
324 addr += arch_phys_to_idmap_offset; in phys_to_idmap()
335 if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset) in idmap_to_phys()
336 addr -= arch_phys_to_idmap_offset; in idmap_to_phys()
Dkexec.h76 return page_to_pfn(page) + (arch_phys_to_idmap_offset >> PAGE_SHIFT); in page_to_boot_pfn()
82 return pfn_to_page(boot_pfn - (arch_phys_to_idmap_offset >> PAGE_SHIFT)); in boot_pfn_to_page()
/arch/arm/mach-keystone/
Dkeystone.c88 arch_phys_to_idmap_offset = -offset; in keystone_pv_fixup()
/arch/arm/mm/
Didmap.c20 long long arch_phys_to_idmap_offset; variable