Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dkexec.h57 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
61 #define phys_to_boot_phys phys_to_boot_phys macro
/linux/include/linux/
H A Dkexec.h483 #ifndef phys_to_boot_phys
484 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
509 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
/linux/kernel/
H A Dkexec.c34 if ((entry < phys_to_boot_phys(crashk_res.start)) || in kimage_alloc_init()
35 (entry > phys_to_boot_phys(crashk_res.end))) in kimage_alloc_init()
H A Dkexec_core.c207 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
208 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()