Home
last modified time | relevance | path

Searched refs:copy_to_real (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/include/
Drealmode.h76 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) )
Dlibkir.h78 #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/
Dbiosint.c52 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()
Dint13.c370 copy_to_real ( ix86->segs.ds, ix86->regs.si, &params, in int13_get_extended_parameters()