代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4967700
h segment.h
#ifndef __ASM_ARM_SEGMENT_H
#define __ASM_ARM_SEGMENT_H
#define __KERNEL_CS 0x0
#define __KERNEL_DS 0x0
#define __USER_CS 0x1
#define __USER_DS 0x1
#endif /* __ASM_ARM_SEGMENT_H */
www.eeworm.com/read/209559/4967828
h segment.h
#ifndef __SPARC_SEGMENT_H
#define __SPARC_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
www.eeworm.com/read/209559/4968132
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/209559/4968344
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
#include
#define __KERNEL_CS 0x10
#define __KERNEL_DS 0x18
#define __KERNEL32_CS 0x38
/*
* we cannot use the same code segment descr
www.eeworm.com/read/209559/4968483
h segment.h
#ifndef __SPARC64_SEGMENT_H
#define __SPARC64_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
www.eeworm.com/read/209559/4969423
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/209559/4969569
h segment.h
#ifndef __PPC64_SEGMENT_H
#define __PPC64_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif /* __PPC64_SEGMENT_H */
www.eeworm.com/read/209559/4969758
h segment.h
#ifndef _ASM_IA64_SEGMENT_H
#define _ASM_IA64_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif /* _ASM_IA64_SEGMENT_H */
www.eeworm.com/read/209559/4969892
h segment.h
#ifndef _M68K_SEGMENT_H
#define _M68K_SEGMENT_H
/* define constants */
/* Address spaces (FC0-FC2) */
#define USER_DATA (1)
#ifndef __USER_DS
#define __USER_DS (USER_DATA)
#endif
#define USER
www.eeworm.com/read/209559/4970014
h segment.h
#ifndef _ASM_M32R_SEGMENT_H
#define _ASM_M32R_SEGMENT_H
/* $Id$ */
/* orig : i386 (2.4.18) */
#define __KERNEL_CS 0x10
#define __KERNEL_DS 0x18
#define __USER_CS 0x23
#define __USER_DS 0x2B
#endi