Searched refs:excess1 (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1131 unsigned long excess1 in elf_fdpic_map_file_by_direct_mmap() local 1133 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap() 1134 unsigned long xaddr = maddr + phdr->p_filesz + excess1; in elf_fdpic_map_file_by_direct_mmap() 1138 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap() 1143 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap() 1150 if (prot & PROT_WRITE && excess1 > 0) { in elf_fdpic_map_file_by_direct_mmap() 1152 loop, maddr + phdr->p_filesz, excess1); in elf_fdpic_map_file_by_direct_mmap() 1154 excess1)) in elf_fdpic_map_file_by_direct_mmap()
|