intel.h File Reference

Go to the source code of this file.

Defines

#define RET_LABEL(label)   jmp label##_done
#define CALL_LABEL(label)
#define CALLSP(func)
#define RETSP   jmp *%esp
#define intel_chip_post_macro(value)


Define Documentation

#define CALL_LABEL ( label   ) 

Value:

jmp label               ;\
label##_done:

Definition at line 35 of file intel.h.

#define CALLSP ( func   ) 

Value:

lea     0f, %esp        ; \
        jmp func                ; \
0:

Definition at line 39 of file intel.h.

#define intel_chip_post_macro ( value   ) 

Value:

movb    $value, %al                             ; \
        outb    %al, $0x80

Definition at line 49 of file intel.h.

#define RET_LABEL ( label   )     jmp label##_done

Definition at line 32 of file intel.h.

#define RETSP   jmp *%esp

Definition at line 44 of file intel.h.


Generated on Mon Dec 29 10:54:53 2008 for coreboot by  doxygen 1.5.5