Searched refs:dest_seg (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/include/ |
D | realmode.h | 76 copy_to_real ( unsigned int dest_seg, unsigned int dest_off, in copy_to_real() argument 78 copy_to_user ( real_to_user ( dest_seg, dest_off ), 0, src, n ); in copy_to_real() 102 #define put_real( var, dest_seg, dest_off ) \ argument 103 copy_to_real ( (dest_seg), (dest_off), &(var), sizeof (var) )
|
D | libkir.h | 43 static inline void copy_to_real_libkir ( unsigned int dest_seg, in copy_to_real_libkir() argument 54 : "r" ( dest_seg ), "D" ( dest_off ), in copy_to_real_libkir()
|