Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
cpu_mf.h File Reference
#include <asm/facility.h>

Go to the source code of this file.

Data Structures

struct  cpumf_ctr_info
 

Macros

#define CPU_MF_INT_SF_IAE   (1 << 31) /* invalid entry address */
 
#define CPU_MF_INT_SF_ISE   (1 << 30) /* incorrect SDBT entry */
 
#define CPU_MF_INT_SF_PRA   (1 << 29) /* program request alert */
 
#define CPU_MF_INT_SF_SACA   (1 << 23) /* sampler auth. change alert */
 
#define CPU_MF_INT_SF_LSDA   (1 << 22) /* loss of sample data alert */
 
#define CPU_MF_INT_CF_CACA   (1 << 7) /* counter auth. change alert */
 
#define CPU_MF_INT_CF_LCDA   (1 << 6) /* loss of counter data alert */
 
#define CPU_MF_INT_RI_HALTED   (1 << 5) /* run-time instr. halted */
 
#define CPU_MF_INT_RI_BUF_FULL
 
#define CPU_MF_INT_CF_MASK   (CPU_MF_INT_CF_CACA|CPU_MF_INT_CF_LCDA)
 
#define CPU_MF_INT_SF_MASK
 
#define CPU_MF_INT_RI_MASK   (CPU_MF_INT_RI_HALTED|CPU_MF_INT_RI_BUF_FULL)
 

Variables

struct cpumf_ctr_info __packed
 

Macro Definition Documentation

#define CPU_MF_INT_CF_CACA   (1 << 7) /* counter auth. change alert */

Definition at line 22 of file cpu_mf.h.

#define CPU_MF_INT_CF_LCDA   (1 << 6) /* loss of counter data alert */

Definition at line 23 of file cpu_mf.h.

#define CPU_MF_INT_CF_MASK   (CPU_MF_INT_CF_CACA|CPU_MF_INT_CF_LCDA)

Definition at line 27 of file cpu_mf.h.

#define CPU_MF_INT_RI_BUF_FULL
Value:
(1 << 4) /* run-time instr. program
buffer full */

Definition at line 25 of file cpu_mf.h.

#define CPU_MF_INT_RI_HALTED   (1 << 5) /* run-time instr. halted */

Definition at line 24 of file cpu_mf.h.

#define CPU_MF_INT_RI_MASK   (CPU_MF_INT_RI_HALTED|CPU_MF_INT_RI_BUF_FULL)

Definition at line 31 of file cpu_mf.h.

#define CPU_MF_INT_SF_IAE   (1 << 31) /* invalid entry address */

Definition at line 17 of file cpu_mf.h.

#define CPU_MF_INT_SF_ISE   (1 << 30) /* incorrect SDBT entry */

Definition at line 18 of file cpu_mf.h.

#define CPU_MF_INT_SF_LSDA   (1 << 22) /* loss of sample data alert */

Definition at line 21 of file cpu_mf.h.

#define CPU_MF_INT_SF_MASK
Value:
CPU_MF_INT_SF_PRA|CPU_MF_INT_SF_SACA| \
CPU_MF_INT_SF_LSDA)

Definition at line 28 of file cpu_mf.h.

#define CPU_MF_INT_SF_PRA   (1 << 29) /* program request alert */

Definition at line 19 of file cpu_mf.h.

#define CPU_MF_INT_SF_SACA   (1 << 23) /* sampler auth. change alert */

Definition at line 20 of file cpu_mf.h.

Variable Documentation