Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_uaccess.h28 UACCESS_INLINE ( efi, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() function
40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
45 UACCESS_INLINE ( efi, virt_to_user ) ( volatile const void *addr ) { in UACCESS_INLINE() function
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
60 UACCESS_INLINE ( efi, memcpy_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() function
67 UACCESS_INLINE ( efi, memmove_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() function
74 UACCESS_INLINE ( efi, memset_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() function
80 UACCESS_INLINE ( efi, strlen_user ) ( userptr_t buffer, off_t offset ) { in UACCESS_INLINE() function
85 UACCESS_INLINE ( efi, memchr_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() function
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() function
52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
57 UACCESS_INLINE ( librm, virt_to_user ) ( volatile const void *addr ) { in UACCESS_INLINE() function
62 UACCESS_INLINE ( librm, user_to_virt ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
67 UACCESS_INLINE ( librm, userptr_add ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() function
72 UACCESS_INLINE ( librm, memcpy_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() function
79 UACCESS_INLINE ( librm, memmove_user ) ( userptr_t dest, off_t dest_off, in UACCESS_INLINE() function
86 UACCESS_INLINE ( librm, memset_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() function
92 UACCESS_INLINE ( librm, strlen_user ) ( userptr_t buffer, off_t offset ) { in UACCESS_INLINE() function
97 UACCESS_INLINE ( librm, memchr_user ) ( userptr_t buffer, off_t offset, in UACCESS_INLINE() function
/external/syslinux/gpxe/src/include/gpxe/
Duaccess.h168 #define UACCESS_INLINE( _subsys, _api_func ) \ macro