Home
last modified time | relevance | path

Searched refs:virt_to_boot_phys (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dkexec.h454 static inline unsigned long virt_to_boot_phys(void *addr) in virt_to_boot_phys() function
/linux-6.15/kernel/
H A Dkexec_core.c496 *image->entry = virt_to_boot_phys(ind_page) | IND_INDIRECTION; in kimage_add_entry()