Home
last modified time | relevance | path

Searched refs:phys_to_boot_phys (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A 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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h403 #ifndef phys_to_boot_phys
404 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
419 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h447 #ifndef phys_to_boot_phys
448 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() function
473 return phys_to_boot_phys(__pa((unsigned long)addr)); in virt_to_boot_phys()
/kernel/linux/linux-5.10/kernel/
H A Dkexec.c50 if ((entry < phys_to_boot_phys(crashk_res.start)) || in kimage_alloc_init()
51 (entry > phys_to_boot_phys(crashk_res.end))) in kimage_alloc_init()
H A Dkexec_core.c245 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
246 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()
/kernel/linux/linux-6.6/kernel/
H 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()
H A Dkexec_core.c244 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
245 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()

Completed in 8 milliseconds