D | librm.h | 40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() argument 52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() argument 57 UACCESS_INLINE ( librm, virt_to_user ) ( volatile const void *addr ) { in UACCESS_INLINE() argument 62 UACCESS_INLINE ( librm, user_to_virt ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() argument 67 UACCESS_INLINE ( librm, userptr_add ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() argument 72 UACCESS_INLINE ( librm, memcpy_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() argument 79 UACCESS_INLINE ( librm, memmove_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() argument 86 UACCESS_INLINE ( librm, memset_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() argument 92 UACCESS_INLINE ( librm, strlen_user ) ( userptr_t buffer, off_t offset ) { in UACCESS_INLINE() argument 97 UACCESS_INLINE ( librm, memchr_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() argument
|