代码搜索:syscall

找到约 6,689 项符合「syscall」的源代码

代码结果 6,689
www.eeworm.com/read/165847/10049885

h syscall.h

/* this struct defines the way the registers are stored on the stack during a system call. */ struct target_pt_regs { target_long uregs[18]; }; #define ARM_cpsr uregs[16] #define ARM_pc ure
www.eeworm.com/read/165847/10049891

h syscall.h

struct target_pt_regs { target_ulong u_regs[16]; target_ulong tstate; target_ulong pc; target_ulong npc; target_ulong y; target_ulong fprs; }; #define UNAME_MACHINE "sun4u"
www.eeworm.com/read/165847/10049897

h syscall.h

struct target_pt_regs { unsigned long regs[16]; unsigned long pc; unsigned long pr; unsigned long sr; unsigned long gbr; unsigned long mach; uns
www.eeworm.com/read/165847/10049912

h syscall.h

/* default linux values for the selectors */ #define __USER_CS (0x23) #define __USER_DS (0x2B) struct target_pt_regs { long ebx; long ecx; long edx; long esi; long edi; long ebp; long eax; in
www.eeworm.com/read/165847/10049921

h syscall.h

struct target_pt_regs { target_ulong psr; target_ulong pc; target_ulong npc; target_ulong y; target_ulong u_regs[16]; }; #define UNAME_MACHINE "sun4"
www.eeworm.com/read/165847/10049936

h syscall.h

/* * PPC emulation for qemu: syscall definitions. * * Copyright (c) 2003 Jocelyn Mayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU
www.eeworm.com/read/164463/10106707

h syscall.h

/* * include/linux/nfsd/syscall.h * * This file holds all declarations for the knfsd syscall interface. * * Copyright (C) 1995-1997 Olaf Kirch */ #ifndef NFSD_SYSCALL_H #def
www.eeworm.com/read/278864/10501518

c syscall.c

/* * syscall.c - proxy system call handler routines * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The to
www.eeworm.com/read/278864/10501615

h syscall.h

/* * syscall.h - proxy system call handler interfaces * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The
www.eeworm.com/read/275970/10780162

h syscall.h

/* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey * All rights reserved. * * Redistribution and use in source and bina