Home
last modified time | relevance | path

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

/kernel/
Dkexec.c570 unsigned long destination) in kimage_set_destination() argument
574 destination &= PAGE_MASK; in kimage_set_destination()
575 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
577 image->destination = destination; in kimage_set_destination()
590 image->destination += PAGE_SIZE; in kimage_add_page()
664 unsigned long destination = 0; in kimage_dst_used() local
668 destination = entry & PAGE_MASK; in kimage_dst_used()
670 if (page == destination) in kimage_dst_used()
672 destination += PAGE_SIZE; in kimage_dst_used()
681 unsigned long destination) in kimage_alloc_page() argument
[all …]