Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dkexec.h62 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
66 #define phys_to_boot_phys phys_to_boot_phys macro
/Linux-v4.19/include/linux/
Dkexec.h328 #ifndef phys_to_boot_phys
329 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
344 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
/Linux-v4.19/kernel/
Dkexec.c52 if ((entry < phys_to_boot_phys(crashk_res.start)) || in kimage_alloc_init()
53 (entry > phys_to_boot_phys(crashk_res.end))) in kimage_alloc_init()
Dkexec_core.c246 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
247 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()