Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c561 unsigned long destination) in kimage_set_destination() argument
565 destination &= PAGE_MASK; in kimage_set_destination()
566 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
669 unsigned long destination = 0; in kimage_dst_used() local
673 destination = entry & PAGE_MASK; in kimage_dst_used()
675 if (page == destination) in kimage_dst_used()
677 destination += PAGE_SIZE; in kimage_dst_used()
686 unsigned long destination) in kimage_alloc_page() argument
715 if (addr == destination) { in kimage_alloc_page()
737 if (addr == destination) in kimage_alloc_page()