Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dkexec.h59 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
63 #define phys_to_boot_phys phys_to_boot_phys macro
/linux-6.3-rc2/include/linux/
A Dkexec.h459 #ifndef phys_to_boot_phys
460 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
485 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
/linux-6.3-rc2/kernel/
A Dkexec.c33 if ((entry < phys_to_boot_phys(crashk_res.start)) || in kimage_alloc_init()
34 (entry > phys_to_boot_phys(crashk_res.end))) in kimage_alloc_init()
A Dkexec_core.c247 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
248 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()

Completed in 7 milliseconds