Searched refs:__asmcall (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/
H A Dcompiler.h7 #define __asmcall __attribute__ (( regparm(0) )) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/hci/
H A Dlinux_args.h29 extern __asmcall void save_args(int argc, char **argv);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dcompiler.h9 #define __asmcall __attribute__ (( cdecl, regparm(0) )) macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcom32_call.c46 void __asmcall com32_intcall ( uint8_t interrupt, physaddr_t inregs_phys, physaddr_t outregs_phys ) {
116 void __asmcall com32_farcall ( uint32_t proc, physaddr_t inregs_phys, physaddr_t outregs_phys ) {
175 int __asmcall com32_cfarcall ( uint32_t proc, physaddr_t stack, size_t stacksz ) {
195 void __asmcall com32_irq ( uint32_t vector ) {
H A Dcomboot_call.c223 static __asmcall void int20 ( struct i386_all_regs *ix86 __unused ) {
231 static __asmcall void int21 ( struct i386_all_regs *ix86 ) {
312 static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dsetjmp.h26 extern int __asmcall setjmp ( jmp_buf env );
27 extern void __asmcall longjmp ( jmp_buf env, int val );
H A Dpxe_call.h40 extern __asmcall void pxe_api_call ( struct i386_all_regs *ix86 );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Ddumpregs.c4 void __asmcall _dump_regs ( struct i386_all_regs *ix86 ) {
H A Drelocate.c43 __asmcall void relocate ( struct i386_all_regs *ix86 ) {
H A Dgdbmach.c147 __asmcall void gdbmach_handler ( int signo, gdbreg_t *regs ) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdlib.h109 extern __asmcall int main ( void );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmain.c60 __asmcall int main ( void ) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_call.c83 __asmcall void pxe_api_call ( struct i386_all_regs *ix86 ) {
128 __asmcall void pxe_loader_call ( struct i386_all_regs *ix86 ) {
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dlinux_args.c40 __asmcall void save_args(int argc, char **argv)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c1357 static __asmcall void int13 ( struct i386_all_regs *ix86 ) {

Completed in 71 milliseconds