Searched refs:phys_to_boot_phys (Results 1 – 3 of 3) sorted by relevance
57 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function61 #define phys_to_boot_phys phys_to_boot_phys macro
486 #ifndef phys_to_boot_phys487 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function512 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
34 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()