代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/192449/5155893
c segment.c
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.8 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5155955
h segment.h
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.13 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5155985
c segment.c
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.8 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5156052
h segment.h
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.13 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5156114
c segment.c
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.8 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5156200
h segment.h
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.13 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/192449/5156270
c segment.c
/*
* General data structures and routines for segmentation
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.8 $
*
* This is free software. You are permitted to use,
www.eeworm.com/read/180437/5284520
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/180437/5284523
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 _