Home
last modified time | relevance | path

Searched refs:ppxe (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundiload.c56 struct s_PXE ppxe; in undi_load() local
122 undi->ppxe = undi_loader.PXEptr; in undi_load()
123 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
124 sizeof ( ppxe ) ); in undi_load()
125 undi->entry = ppxe.EntryPointSP; in undi_load()
128 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
157 if ( undi->ppxe.segment ) in undi_unload()
158 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_call.c374 ppxe.UNDIROMID.segment = ix86->segs.ds; in pxe_loader_call()
413 ppxe.EntryPointSP.segment = rm_cs; in pxe_init_structures()
414 ppxe.EntryPointESP.segment = rm_cs; in pxe_init_structures()
415 ppxe.Stack.segment_address = rm_ds; in pxe_init_structures()
416 ppxe.Stack.Physical_address = rm_ds_phys; in pxe_init_structures()
417 ppxe.UNDIData.segment_address = rm_ds; in pxe_init_structures()
418 ppxe.UNDIData.Physical_address = rm_ds_phys; in pxe_init_structures()
419 ppxe.UNDICode.segment_address = rm_cs; in pxe_init_structures()
420 ppxe.UNDICode.Physical_address = rm_cs_phys; in pxe_init_structures()
421 ppxe.UNDICodeWrite.segment_address = rm_cs; in pxe_init_structures()
[all …]
Dpxe_entry.S29 .globl ppxe symbol
31 ppxe: label
54 .equ pxe_length, . - ppxe
55 .size ppxe, . - ppxe
87 .word ppxe, 0 /* PXEPtr */
Dpxe_loader.c44 undi_loader->PXEptr.offset = __from_text16 ( &ppxe ); in undi_loader()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe_call.h26 extern struct s_PXE __text16 ( ppxe );
27 #define ppxe __use_text16 ( ppxe ) macro
Dundi.h26 SEGOFF16_t ppxe; member