Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1046 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local
1144 excess1 = PAGE_SIZE - ((maddr + phdr->p_filesz) & ~PAGE_MASK); in elf_fdpic_map_file_by_direct_mmap()
1147 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap()
1148 unsigned long xaddr = maddr + phdr->p_filesz + excess1; in elf_fdpic_map_file_by_direct_mmap()
1152 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap()
1157 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap()
1164 if (prot & PROT_WRITE && excess1 > 0) { in elf_fdpic_map_file_by_direct_mmap()
1166 loop, maddr + phdr->p_filesz, excess1); in elf_fdpic_map_file_by_direct_mmap()
1168 excess1)) in elf_fdpic_map_file_by_direct_mmap()