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()
663 unsigned long destination = 0; in kimage_dst_used() local
667 destination = entry & PAGE_MASK; in kimage_dst_used()
669 if (page == destination) in kimage_dst_used()
671 destination += PAGE_SIZE; in kimage_dst_used()
680 unsigned long destination) in kimage_alloc_page() argument
709 if (addr == destination) { in kimage_alloc_page()
731 if (addr == destination) in kimage_alloc_page()