Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c562 unsigned long destination) in kimage_set_destination() argument
566 destination &= PAGE_MASK; in kimage_set_destination()
567 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
665 unsigned long destination = 0; in kimage_dst_used() local
669 destination = entry & PAGE_MASK; in kimage_dst_used()
671 if (page == destination) in kimage_dst_used()
673 destination += PAGE_SIZE; in kimage_dst_used()
682 unsigned long destination) in kimage_alloc_page() argument
711 if (addr == destination) { in kimage_alloc_page()
733 if (addr == destination) in kimage_alloc_page()