Home
last modified time | relevance | path

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

/kernel/
Dkexec.c853 unsigned long destination) in kimage_set_destination() argument
857 destination &= PAGE_MASK; in kimage_set_destination()
858 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
860 image->destination = destination; in kimage_set_destination()
873 image->destination += PAGE_SIZE; in kimage_add_page()
954 unsigned long destination = 0; in kimage_dst_used() local
958 destination = entry & PAGE_MASK; in kimage_dst_used()
960 if (page == destination) in kimage_dst_used()
962 destination += PAGE_SIZE; in kimage_dst_used()
971 unsigned long destination) in kimage_alloc_page() argument
[all …]