Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/lib/
Duser_fixup.c21 static unsigned long compute_size(unsigned long start, unsigned long size, unsigned long *offset) in compute_size() function
39 size = compute_size((unsigned long) from, size, &offset); in copy_from_user_fixup()
51 return compute_size((unsigned long) to, size, &offset); in copy_to_user_fixup()