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/osfmk/mach_debug/page_info.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  * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
    3  *
    4  * @APPLE_LICENSE_HEADER_START@
    5  * 
    6  * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
    7  * 
    8  * This file contains Original Code and/or Modifications of Original Code
    9  * as defined in and that are subject to the Apple Public Source License
   10  * Version 2.0 (the 'License'). You may not use this file except in
   11  * compliance with the License. Please obtain a copy of the License at
   12  * http://www.opensource.apple.com/apsl/ and read it before using this
   13  * file.
   14  * 
   15  * The Original Code and all software distributed under the License are
   16  * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
   17  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
   18  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
   19  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
   20  * Please see the License for the specific language governing rights and
   21  * limitations under the License.
   22  * 
   23  * @APPLE_LICENSE_HEADER_END@
   24  */
   25 /*
   26  * @OSF_COPYRIGHT@
   27  */
   28 /*
   29  * HISTORY
   30  * 
   31  * Revision 1.1.1.1  1998/09/22 21:05:45  wsanchez
   32  * Import of Mac OS X kernel (~semeria)
   33  *
   34  * Revision 1.1.1.1  1998/03/07 02:26:17  wsanchez
   35  * Import of OSF Mach kernel (~mburg)
   36  *
   37  * Revision 1.1.6.1  1994/09/23  02:45:56  ezf
   38  *      change marker to not FREE
   39  *      [1994/09/22  21:44:21  ezf]
   40  *
   41  * Revision 1.1.2.3  1993/07/28  18:01:46  jeffc
   42  *      CR9523 - Add prototypes to kernel. Protect this file
   43  *      against multiple inclusion
   44  *      [1993/07/28  12:23:48  jeffc]
   45  * 
   46  * Revision 1.1.2.2  1993/06/02  23:50:21  jeffc
   47  *      Added to OSF/1 R1.3 from NMK15.0.
   48  *      [1993/06/02  21:19:13  jeffc]
   49  * 
   50  * Revision 1.1  1992/09/30  02:32:37  robert
   51  *      Initial revision
   52  * 
   53  * $EndLog$
   54  */
   55 /* CMU_HIST */
   56 /*
   57  * Revision 2.4  91/05/14  17:04:01  mrt
   58  *      Correcting copyright
   59  * 
   60  * Revision 2.3  91/02/05  17:38:10  mrt
   61  *      Changed to new Mach copyright
   62  *      [91/02/01  17:29:22  mrt]
   63  * 
   64  * Revision 2.2  90/05/03  15:48:58  dbg
   65  *      Created.
   66  *      [90/04/06            dbg]
   67  * 
   68  */
   69 /* CMU_ENDHIST */
   70 /* 
   71  * Mach Operating System
   72  * Copyright (c) 1991,1990 Carnegie Mellon University
   73  * All Rights Reserved.
   74  * 
   75  * Permission to use, copy, modify and distribute this software and its
   76  * documentation is hereby granted, provided that both the copyright
   77  * notice and this permission notice appear in all copies of the
   78  * software, derivative works or modified versions, and any portions
   79  * thereof, and that both notices appear in supporting documentation.
   80  * 
   81  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
   82  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
   83  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
   84  * 
   85  * Carnegie Mellon requests users of this software to return to
   86  * 
   87  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
   88  *  School of Computer Science
   89  *  Carnegie Mellon University
   90  *  Pittsburgh PA 15213-3890
   91  * 
   92  * any improvements or extensions that they make and grant Carnegie Mellon
   93  * the rights to redistribute these changes.
   94  */
   95 /*
   96  */
   97 #ifndef MACH_DEBUG_PAGE_INFO_H 
   98 #define MACH_DEBUG_PAGE_INFO_H 
   99 
  100 #include <mach/machine/vm_types.h>
  101 
  102 typedef vm_offset_t     *page_address_array_t;
  103 #endif  /* MACH_DEBUG_PAGE_INFO_H */

Cache object: c6706bb08e6146642ec1e51a58f86feb


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