代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/198501/5087086
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/196036/5104787
s segment.s
/*
* linux/arch/arm/lib/segment.S
*
* Copyright (C) 1995, 1996 Russell King
* Except memcpy/memmove routine.
*/
#include
.text
#define ENTER \
MOV ip,sp ;\
STMFD sp!,{r4-
www.eeworm.com/read/196036/5105182
h segment.h
/*
* linux/include/asm-arm/proc-armv/segment.h
*
* Copyright (C) 1996 Russell King
*/
#ifndef __ASM_PROC_SEGMENT_H
#define __ASM_PROC_SEGMENT_H
static __inline__ void __put_user(unsigned long x,
www.eeworm.com/read/196036/5105209
h segment.h
/*
* linux/include/asm-arm/proc-armo/segment.h
*
* Copyright (C) 1996 Russell King
*/
#ifndef __ASM_PROC_SEGMENT_H
#define __ASM_PROC_SEGMENT_H
static __inline__ void __put_user(unsigned long x,
www.eeworm.com/read/196036/5105293
h segment.h
/*
* linux/include/asm-arm/proc-armv/segment.h
*
* Copyright (C) 1996 Russell King
*/
#ifndef __ASM_PROC_SEGMENT_H
#define __ASM_PROC_SEGMENT_H
static __inline__ void __put_user(unsigned long x,
www.eeworm.com/read/195013/5117671
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/195013/5118488
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/195013/5118663
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/195013/5118825
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 */