Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/lib/
Duaccess_pt.c232 unsigned long uaddr_from = (unsigned long) from; in copy_in_user_pt() local
246 uaddr = uaddr_from; in copy_in_user_pt()
247 pte_from = follow_table(mm, uaddr_from); in copy_in_user_pt()
272 offset_from = uaddr_from & (PAGE_SIZE-1); in copy_in_user_pt()
273 offset_to = uaddr_from & (PAGE_SIZE-1); in copy_in_user_pt()
280 uaddr_from += size; in copy_in_user_pt()