Searched refs:UACCESS_INLINE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_uaccess.h28 UACCESS_INLINE ( efi, phys_to_user ) ( unsigned long phys_addr ) { function
40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) { function
45 UACCESS_INLINE ( efi, virt_to_user ) ( volatile const void *addr ) { function
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) { function
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) { function
60 UACCESS_INLINE ( efi, memcpy_user ) ( userptr_t dest, off_t dest_off, function
67 UACCESS_INLINE ( efi, memmove_user ) ( userptr_t dest, off_t dest_off, function
74 UACCESS_INLINE ( efi, memset_user ) ( userptr_t buffer, off_t offset, function
80 UACCESS_INLINE ( efi, strlen_user ) ( userptr_t buffer, off_t offset ) { function
85 UACCESS_INLINE ( ef function
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/linux/
H A Dlinux_uaccess.h45 UACCESS_INLINE(linux, phys_to_user)(unsigned long phys_addr) function
51 UACCESS_INLINE(linux, user_to_phys)(userptr_t userptr, off_t offset) function
57 UACCESS_INLINE(linux, virt_to_user)(volatile const void *addr) function
63 UACCESS_INLINE(linux, user_to_virt)(userptr_t userptr, off_t offset) function
69 UACCESS_INLINE(linux, userptr_add)(userptr_t userptr, off_t offset) function
75 UACCESS_INLINE(linux, memcpy_user)(userptr_t dest, off_t dest_off, userptr_t src, off_t src_off, size_t len) function
81 UACCESS_INLINE(linux, memmove_user)(userptr_t dest, off_t dest_off, userptr_t src, off_t src_off, size_t len) function
87 UACCESS_INLINE(linux, memset_user)(userptr_t buffer, off_t offset, int c, size_t len) function
93 UACCESS_INLINE(linux, strlen_user)(userptr_t buffer, off_t offset) function
99 UACCESS_INLINE(linu function
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dlibrm.h40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { function
52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) { function
57 UACCESS_INLINE ( librm, virt_to_user ) ( volatile const void *addr ) { function
62 UACCESS_INLINE ( librm, user_to_virt ) ( userptr_t userptr, off_t offset ) { function
67 UACCESS_INLINE ( librm, userptr_add ) ( userptr_t userptr, off_t offset ) { function
72 UACCESS_INLINE ( librm, memcpy_user ) ( userptr_t dest, off_t dest_off, function
79 UACCESS_INLINE ( librm, memmove_user ) ( userptr_t dest, off_t dest_off, function
86 UACCESS_INLINE ( librm, memset_user ) ( userptr_t buffer, off_t offset, function
92 UACCESS_INLINE ( librm, strlen_user ) ( userptr_t buffer, off_t offset ) { function
97 UACCESS_INLINE ( libr function
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Duaccess.h168 #define UACCESS_INLINE( _subsys, _api_func ) \ macro

Completed in 49 milliseconds