代码搜索:segment

找到约 10,000 项符合「segment」的源代码

代码结果 10,000
www.eeworm.com/read/480930/1309893

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/480930/1310026

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #endif
www.eeworm.com/read/480930/1310452

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/480930/1310586

h segment.h

#ifndef __ALPHA_SEGMENT_H #define __ALPHA_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/480930/1310689

h segment.h

#ifndef __PARISC_SEGMENT_H #define __PARISC_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/480930/1310920

h segment.h

/* * BK Id: SCCS/s.segment.h 1.7 05/17/01 18:14:25 cort */ #include
www.eeworm.com/read/479151/1342703

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/478549/1351283

h segment.h

#ifndef _LINUX_SEGMENT_H #define _LINUX_SEGMENT_H #define KERNEL_CS 0x10 #define KERNEL_DS 0x18 #define USER_CS 0x23 #define USER_DS 0x2B #endif
www.eeworm.com/read/478549/1351286

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H static inline unsigned char get_user_byte(const char * addr) { register unsigned char _v; __asm__ ("movb %%fs:%1,%0":"=q" (_v):"m" (*addr)); return _
www.eeworm.com/read/470713/1453703

java segment.java

/* Segment.java -- Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms