Searched refs:add_munmap (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 132 static int add_munmap(unsigned long addr, unsigned long len, in add_munmap() function 221 ret = add_munmap(addr, PAGE_SIZE, hvc); in update_pte_range() 242 ret = add_munmap(addr, next - addr, hvc); in update_pmd_range() 264 ret = add_munmap(addr, next - addr, hvc); in update_pud_range() 287 ret = add_munmap(addr, next - addr, &hvc); in fix_range_common()
|