xv6/asm.h File Reference
Go to the source code of this file.
Define Documentation
| #define SEG_ASM |
( |
type, |
|
|
base, |
|
|
lim |
|
) |
|
Value:
.word (((lim) >> 12) & 0xffff), ((base) & 0xffff); \
.byte (((base) >> 16) & 0xff), (0x90 | (type)), \
(0xC0 | (((lim) >> 28) & 0xf)), (((base) >> 24) & 0xff)
Definition at line 9 of file asm.h.
Value:
.word 0, 0; \
.byte 0, 0, 0, 0
Definition at line 5 of file asm.h.
Definition at line 19 of file asm.h.
Definition at line 16 of file asm.h.
Definition at line 15 of file asm.h.