#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/firmware.h>
#include <asm/ptrace.h>
#include <asm/processor.h>
#include <asm/cputable.h>
#include <asm/rtas.h>
#include <asm/oprofile_impl.h>
#include <asm/reg.h>
Go to the source code of this file.
#define MMCRA_SIAR_VALID_MASK 0x10000000ULL |
#define OPROFILE_MAX_PMC_NUM 3 |
#define OPROFILE_PM_PMCSEL_MSK 0xffULL |
#define OPROFILE_PM_UNIT_MSK 0xfULL |
#define OPROFILE_PM_UNIT_SHIFT 60 |
#define OPROFILE_PMSEL_FIELD_WIDTH 8 |
#define OPROFILE_UNIT_FIELD_WIDTH 4 |
struct op_powerpc_model op_model_power4 |
Initial value:= {
.reg_setup = power4_reg_setup,
.cpu_setup = power4_cpu_setup,
.start = power4_start,
.stop = power4_stop,
.handle_interrupt = power4_handle_interrupt,
}
Definition at line 437 of file op_model_power4.c.