代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/316872/3600332

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/316872/3600487

h segment.h

#ifndef __V850_SEGMENT_H__ #define __V850_SEGMENT_H__ #ifndef __ASSEMBLY__ typedef unsigned long mm_segment_t; /* domain register */ #endif /* !__ASSEMBLY__ */ #define __KERNEL_CS 0x0 #define __
www.eeworm.com/read/316872/3600612

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #endif
www.eeworm.com/read/316872/3601401

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/316872/3601680

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/316872/3601819

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/316872/3602162

h segment.h

#ifndef _H8300_SEGMENT_H #define _H8300_SEGMENT_H /* define constants */ #define USER_DATA (1) #ifndef __USER_DS #define __USER_DS (USER_DATA) #endif #define USER_PROGRAM (2) #define SUPER_D
www.eeworm.com/read/316872/3602271

h segment.h

/* segment.h: MMU segment settings * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribu
www.eeworm.com/read/316872/3602455

h segment.h

#ifndef __ASM_SH_SEGMENT_H #define __ASM_SH_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* __ASM_SH_SEGMENT_H */
www.eeworm.com/read/316872/3602912

h segment.h

#ifndef _BFIN_SEGMENT_H #define _BFIN_SEGMENT_H #define KERNEL_DS (0x5) #define USER_DS (0x1) #endif /* _BFIN_SEGMENT_H */