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/include/asm-mips64/sysmips.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 /*
    2  * This file is subject to the terms and conditions of the GNU General Public
    3  * License.  See the file "COPYING" in the main directory of this archive
    4  * for more details.
    5  *
    6  * Copyright (C) 1995, 1999 by Ralf Baechle
    7  * Copyright 1999 Silicon Graphics, Inc.
    8  */
    9 #ifndef _ASM_SYSMIPS_H
   10 #define _ASM_SYSMIPS_H
   11 
   12 /*
   13  * Commands for the sysmips(2) call
   14  *
   15  * sysmips(2) is deprecated - though some existing software uses it.
   16  * We only support the following commands.
   17  */
   18 #define SETNAME                    1    /* set hostname                  */
   19 #define FLUSH_CACHE                3    /* writeback and invalidate caches */
   20 #define MIPS_FIXADE                7    /* control address error fixing  */
   21 #define MIPS_RDNVRAM              10    /* read NVRAM */
   22 #define MIPS_ATOMIC_SET         2001    /* atomically set variable       */
   23 
   24 #endif /* _ASM_SYSMIPS_H */

Cache object: d9057f1244b90e7f0a30e2cadf1d50f4


[ 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.