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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Duaccess.h12 #include <librm.h>
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/
H A Dlibrm_mgmt.c2 * librm: a library for interfacing to real-mode code
14 * This file provides functions for managing librm.
49 PROVIDE_UACCESS_INLINE ( librm, phys_to_user );
50 PROVIDE_UACCESS_INLINE ( librm, user_to_phys );
51 PROVIDE_UACCESS_INLINE ( librm, virt_to_user );
52 PROVIDE_UACCESS_INLINE ( librm, user_to_virt );
53 PROVIDE_UACCESS_INLINE ( librm, userptr_add );
54 PROVIDE_UACCESS_INLINE ( librm, memcpy_user );
55 PROVIDE_UACCESS_INLINE ( librm, memmove_user );
56 PROVIDE_UACCESS_INLINE ( librm, memset_use
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dlibrm.h30 /* Variables in librm.S */
40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { argument
52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) { argument
57 UACCESS_INLINE ( librm, virt_to_user ) ( volatile const void *addr ) { argument
62 UACCESS_INLINE ( librm, user_to_virt ) ( userptr_t userptr, off_t offset ) { argument
67 UACCESS_INLINE ( librm, userptr_add ) ( userptr_t userptr, off_t offset ) { argument
72 UACCESS_INLINE ( librm, memcpy_user ) ( userptr_t dest, off_t dest_off, argument
79 UACCESS_INLINE ( librm, memmove_user ) ( userptr_t dest, off_t dest_off, argument
86 UACCESS_INLINE ( librm, memset_user ) ( userptr_t buffer, off_t offset, argument
92 UACCESS_INLINE ( librm, strlen_use argument
97 UACCESS_INLINE( librm, memchr_user ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dgdbidt.S5 #include <librm.h>

Completed in 967 milliseconds