Searched refs:copy_to_real (Results 1 – 4 of 4) 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() function 103 copy_to_real ( (dest_seg), (dest_off), &(var), sizeof (var) )
|
D | libkir.h | 78 #define copy_to_real copy_to_real_libkir macro 171 copy_to_real ( ( buffer >> 16 ), ( ( buffer & 0xffff ) + offset ), in copy_to_user()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | biosint.c | 52 copy_to_real ( 0, ( interrupt * 4 ), &vector, sizeof ( vector ) ); in hook_bios_interrupt() 85 copy_to_real ( 0, ( interrupt * 4 ), chain_vector, in unhook_bios_interrupt()
|
D | int13.c | 370 copy_to_real ( ix86->segs.ds, ix86->regs.si, ¶ms, in int13_get_extended_parameters()
|