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/mips/include/pmc_mdep.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 in the public domain.
    3  *
    4  *      from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy
    5  * $FreeBSD: releng/8.0/sys/mips/include/pmc_mdep.h 178172 2008-04-13 07:27:37Z imp $
    6  */
    7 
    8 #ifndef _MACHINE_PMC_MDEP_H_
    9 #define _MACHINE_PMC_MDEP_H_
   10 
   11 union pmc_md_op_pmcallocate {
   12         uint64_t        __pad[4];
   13 };
   14 
   15 /* Logging */
   16 #define PMCLOG_READADDR         PMCLOG_READ64
   17 #define PMCLOG_EMITADDR         PMCLOG_EMIT64
   18 
   19 #if     _KERNEL
   20 union pmc_md_pmc {
   21 };
   22 
   23 #endif
   24 #endif /* !_MACHINE_PMC_MDEP_H_ */

Cache object: 09b1c29ece28ad8bb00bd8f3584b3a54


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