Searched refs:excess (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | binfmt_elf_fdpic.c | 1023 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local 1117 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap() 1121 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap() 1126 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap() 1131 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap() 1147 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap() 1149 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap() 1150 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|