Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf_fdpic.c1022 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local
1119 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap()
1123 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap()
1128 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap()
1133 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap()
1149 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap()
1151 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap()
1152 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()