Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/transitions/
Dlibrm_mgmt.c49 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_user );
57 PROVIDE_UACCESS_INLINE ( librm, strlen_user );
58 PROVIDE_UACCESS_INLINE ( librm, memchr_user );
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h40 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
/external/syslinux/gpxe/src/arch/i386/
DREADME.i38678 a) librm
80 librm handles transitions between an external 16-bit real-mode
104 Etherboot ELF image does not require librm for its initial transitions
105 from prefix to runtime, but may require librm for calling external
187 Install librm to base memory. [done only if librm is being used]