OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asmcall
(Results
1 - 13
of
13
) sorted by null
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
compiler.h
7
#define
__asmcall
__attribute__ (( regparm(0) ))
macro
/external/syslinux/gpxe/src/arch/i386/include/bits/
compiler.h
9
#define
__asmcall
__attribute__ (( cdecl, regparm(0) ))
macro
/external/syslinux/gpxe/src/arch/i386/include/
setjmp.h
26
extern int
__asmcall
setjmp ( jmp_buf env );
27
extern void
__asmcall
longjmp ( jmp_buf env, int val );
pxe_call.h
36
extern
__asmcall
void pxe_api_call ( struct i386_all_regs *ix86 );
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
com32_call.c
46
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 ) {
comboot_call.c
249
static
__asmcall
void int20 ( struct i386_all_regs *ix86 __unused ) {
257
static
__asmcall
void int21 ( struct i386_all_regs *ix86 ) {
324
static
__asmcall
void int22 ( struct i386_all_regs *ix86 ) {
/external/syslinux/gpxe/src/arch/i386/core/
dumpregs.c
4
void
__asmcall
_dump_regs ( struct i386_all_regs *ix86 ) {
relocate.c
44
__asmcall
void relocate ( struct i386_all_regs *ix86 ) {
gdbmach.c
145
__asmcall
void gdbmach_handler ( int signo, gdbreg_t *regs ) {
/external/syslinux/gpxe/src/include/
stdlib.h
73
extern
__asmcall
int main ( void );
/external/syslinux/gpxe/src/core/
main.c
35
__asmcall
int main ( void ) {
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_call.c
129
__asmcall
void pxe_api_call ( struct i386_all_regs *ix86 ) {
365
__asmcall
void pxe_loader_call ( struct i386_all_regs *ix86 ) {
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
int13.c
379
static
__asmcall
void int13 ( struct i386_all_regs *ix86 ) {
Completed in 239 milliseconds