UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
usys.S File Reference
#include "syscall.h"
#include "traps.h"

Go to the source code of this file.

Macros

#define SYSCALL(name)
 

Macro Definition Documentation

#define SYSCALL (   name)
Value:
.globl name; \
name: \
movl $SYS_ ## name, %eax; \
int $T_SYSCALL; \
ret

Definition at line 4 of file usys.S.