代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/410339/2212677

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/408818/2243277

h segment.h

/* * U-boot - segment.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redist
www.eeworm.com/read/407313/2266313

c segment.c

/* Segmentation of the i386 architecture. * * 2003-07 by SONE Takeshi */ #include "openbios/config.h" #include "openbios/kernel.h" #include "sys_info.h" #include "relocate.h" #include "segment.h"
www.eeworm.com/read/407313/2266332

h segment.h

/* Segment indexes. Must match the gdt definition in segment.c. */ enum { NULL_SEG, FLAT_CODE, FLAT_DATA, RELOC_CODE, RELOC_DATA, NUM_SEG, }; /* Values for segment selector r
www.eeworm.com/read/407313/2266438

c segment.c

/* Segmentation of the AMD64 architecture. * * 2003-07 by SONE Takeshi */ #include "openbios/config.h" #include "openbios/kernel.h" #include "sys_info.h" #include "relocate.h" #include "segment.h"
www.eeworm.com/read/407313/2266455

h segment.h

/* Segment indexes. Must match the gdt definition in segment.c. */ enum { NULL_SEG, FLAT_CODE, FLAT_DATA, RELOC_CODE, RELOC_DATA, NUM_SEG, }; /* Values for segment selector r
www.eeworm.com/read/405492/2288408

h segment.h

static inline unsigned char get_fs_byte(const char * addr) { unsigned register char _v; __asm__ ("movb %%fs:%1,%0":"=r" (_v):"m" (*addr)); return _v; } static inline unsigned short get_fs_word(co
www.eeworm.com/read/405366/2292666

java segment.java

package iitb.Segment; import java.io.*; import java.util.*; import iitb.CRF.*; import iitb.Model.*; import iitb.Utils.*; /** * * @author Sunita Sarawagi * */ public class Segment { String
www.eeworm.com/read/403510/2311108

java segment.java

package com.sun.electric.tool.generator.flag.router; /** A line segment that makes up part of a route */ public class Segment implements Comparable { public final Track track; public final int t
www.eeworm.com/read/399446/2360507

h segment.h

extern inline unsigned char get_fs_byte(const char * addr) { unsigned register char _v; __asm__ ("movb %%fs:%1,%0":"=r" (_v):"m" (*addr)); return _v; } extern inline unsigned short get_fs_word(co