Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dkexec.h471 static inline unsigned long virt_to_boot_phys(void *addr) in virt_to_boot_phys() function
/Linux-v6.6/kernel/
Dkexec_core.c553 *image->entry = virt_to_boot_phys(ind_page) | IND_INDIRECTION; in kimage_add_entry()