URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-x86_64/] [prctl.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef X86_64_PRCTL_H #define X86_64_PRCTL_H 1 #define ARCH_SET_GS 0x1001 #define ARCH_SET_FS 0x1002 #define ARCH_GET_FS 0x1003 #define ARCH_GET_GS 0x1004 #endif
Go to most recent revision | Compare with Previous | Blame | View Log