Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/image/
Delfboot.c55 __asm__ __volatile__ ( PHYS_CODE ( "call *%%edi\n\t" ) in elfboot_exec()
Dnbi.c352 PHYS_CODE ( "pushl %%ebx\n\t" /* bootp data */ in nbi_boot32()
Dmultiboot.c292 __asm__ __volatile__ ( PHYS_CODE ( "pushl %%ebp\n\t" in multiboot_exec()
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h199 #define PHYS_CODE( asm_code_str ) \ macro