代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/294038/3922253
c segment.c
/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $
* segment.c: Prom routine to map segments in other contexts before
* a standalone is completely mapped. This is for sun4 and
*
www.eeworm.com/read/292705/3944094
c segment.c
/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $
* segment.c: Prom routine to map segments in other contexts before
* a standalone is completely mapped. This is for sun4 and
*
www.eeworm.com/read/292705/3944915
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/292705/3945090
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/292705/3945252
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/292705/3945390
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/292705/3947012
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/292705/3947119
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
#define __KERNEL_CS 0x10
#define __KERNEL_DS 0x18
#define __USER_CS 0x23
#define __USER_DS 0x2B
#endif
www.eeworm.com/read/292705/3947205
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
typedef struct {
unsigned long seg;
} mm_segment_t;
#endif