The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/include/swi.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*      $NetBSD: swi.h,v 1.1 2002/01/13 15:03:06 bjh21 Exp $    */
    2 /* $FreeBSD: releng/7.4/sys/arm/include/swi.h 139735 2005-01-05 21:58:49Z imp $ */
    3 
    4 /*-
    5  * This file is in the Public Domain.
    6  * Ben Harris, 2002.
    7  */
    8 
    9 #ifndef _MACHINE_SWI_H_
   10 #define _MACHINE_SWI_H_
   11 
   12 #define SWI_OS_MASK     0xf00000
   13 #define SWI_OS_RISCOS   0x000000
   14 #define SWI_OS_RISCIX   0x800000
   15 #define SWI_OS_LINUX    0x900000
   16 #define SWI_OS_NETBSD   0xa00000
   17 #define SWI_OS_ARM      0xf00000
   18 
   19 #define SWI_IMB         0xf00000
   20 #define SWI_IMBrange    0xf00001
   21 
   22 #endif /* !_MACHINE_SWI_H_ */
   23 

Cache object: 969d6c6544dafb60ae424dee0bb5738c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.