Home
last modified time | relevance | path

Searched defs:ctr (Results 1 – 25 of 34) sorted by relevance

12

/arch/powerpc/oprofile/
Dop_model_fsl_emb.c27 static inline u32 get_pmlca(int ctr) in get_pmlca()
57 static inline void set_pmlca(int ctr, u32 pmlca) in set_pmlca()
130 static void init_pmc_stop(int ctr) in init_pmc_stop()
166 static void set_pmc_event(int ctr, int event) in set_pmc_event()
179 static void set_pmc_user_kernel(int ctr, int user, int kernel) in set_pmc_user_kernel()
198 static void set_pmc_marked(int ctr, int mark0, int mark1) in set_pmc_marked()
215 static void pmc_start_ctr(int ctr, int enable) in pmc_start_ctr()
255 static int fsl_emb_cpu_setup(struct op_counter_config *ctr) in fsl_emb_cpu_setup()
273 static int fsl_emb_reg_setup(struct op_counter_config *ctr, in fsl_emb_reg_setup()
292 static int fsl_emb_start(struct op_counter_config *ctr) in fsl_emb_start()
[all …]
Dop_model_pa6t.c79 static int pa6t_reg_setup(struct op_counter_config *ctr, in pa6t_reg_setup()
130 static int pa6t_cpu_setup(struct op_counter_config *ctr) in pa6t_cpu_setup()
150 static int pa6t_start(struct op_counter_config *ctr) in pa6t_start()
188 struct op_counter_config *ctr) in pa6t_handle_interrupt()
Dop_model_7450.c78 static int fsl7450_cpu_setup(struct op_counter_config *ctr) in fsl7450_cpu_setup()
92 static int fsl7450_reg_setup(struct op_counter_config *ctr, in fsl7450_reg_setup()
131 static int fsl7450_start(struct op_counter_config *ctr) in fsl7450_start()
169 struct op_counter_config *ctr) in fsl7450_handle_interrupt()
Dop_model_power4.c92 static int power4_reg_setup(struct op_counter_config *ctr, in power4_reg_setup()
169 static int power4_cpu_setup(struct op_counter_config *ctr) in power4_cpu_setup()
200 static int power4_start(struct op_counter_config *ctr) in power4_start()
360 struct op_counter_config *ctr) in power4_handle_interrupt()
Dop_model_cell.c282 static void set_pm_event(u32 ctr, int event, u32 unit_mask) in set_pm_event()
424 static inline void enable_ctr(u32 cpu, u32 ctr, u32 *pm07_cntrl) in enable_ctr()
559 static int cell_reg_setup_spu_cycles(struct op_counter_config *ctr, in cell_reg_setup_spu_cycles()
681 static int cell_reg_setup_spu_events(struct op_counter_config *ctr, in cell_reg_setup_spu_events()
750 static int cell_reg_setup_ppu(struct op_counter_config *ctr, in cell_reg_setup_ppu()
834 static int cell_reg_setup(struct op_counter_config *ctr, in cell_reg_setup()
1241 static int cell_global_start_spu_cycles(struct op_counter_config *ctr) in cell_global_start_spu_cycles()
1331 static int cell_global_start_spu_events(struct op_counter_config *ctr) in cell_global_start_spu_events()
1394 static int cell_global_start_ppu(struct op_counter_config *ctr) in cell_global_start_ppu()
1440 static int cell_global_start(struct op_counter_config *ctr) in cell_global_start()
[all …]
Dcommon.c24 static struct op_counter_config ctr[OP_MAX_COUNTER]; variable
/arch/alpha/oprofile/
Dop_model_ev5.c26 struct op_counter_config *ctr, in common_reg_setup()
117 struct op_counter_config *ctr, in ev5_reg_setup()
125 struct op_counter_config *ctr, in pca56_reg_setup()
157 ev5_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev5_reset_ctr()
184 struct op_counter_config *ctr) in ev5_handle_interrupt()
Dop_model_ev6.c21 struct op_counter_config *ctr, in ev6_reg_setup()
79 ev6_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev6_reset_ctr()
86 struct op_counter_config *ctr) in ev6_handle_interrupt()
Dop_model_ev4.c21 struct op_counter_config *ctr, in ev4_reg_setup()
94 struct op_counter_config *ctr) in ev4_handle_interrupt()
Dop_model_ev67.c22 struct op_counter_config *ctr, in ev67_reg_setup()
84 ev67_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev67_reset_ctr()
133 struct op_counter_config *ctr, unsigned long event) in op_add_pm()
144 struct op_counter_config *ctr) in ev67_handle_interrupt()
Dcommon.c30 static struct op_counter_config ctr[20]; variable
/arch/arm/plat-versatile/
Dsched-clock.c14 static void __iomem *ctr; variable
/arch/powerpc/platforms/cell/
Dpmu.c113 u32 cbe_read_ctr(u32 cpu, u32 ctr) in cbe_read_ctr()
127 void cbe_write_ctr(u32 cpu, u32 ctr, u32 val) in cbe_write_ctr()
152 u32 cbe_read_pm07_control(u32 cpu, u32 ctr) in cbe_read_pm07_control()
163 void cbe_write_pm07_control(u32 cpu, u32 ctr, u32 val) in cbe_write_pm07_control()
/arch/arm64/include/asm/
Dcache.h24 #define CTR_L1IP(ctr) (((ctr) >> CTR_L1IP_SHIFT) & CTR_L1IP_MASK) argument
111 u32 ctr = read_cpuid_cachetype(); in read_cpuid_effective_cachetype() local
/arch/powerpc/include/asm/
Dcell-pmu.h22 #define CBE_PM_16BIT_CTR(ctr) (1 << (24 - ((ctr) & (NR_PHYS_CTRS - 1)))) argument
52 #define CBE_PM_CTR_OVERFLOW_INTR(ctr) (1 << (31 - ((ctr) & 7))) argument
/arch/mips/oprofile/
Dcommon.c25 static struct op_counter_config ctr[20]; variable
Dop_model_loongson3.c62 static void loongson3_reg_setup(struct op_counter_config *ctr) in loongson3_reg_setup()
Dop_model_mipsxx.c135 static void mipsxx_reg_setup(struct op_counter_config *ctr) in mipsxx_reg_setup()
/arch/x86/boot/
Da20.c57 int saved, ctr; in a20_test() local
/arch/powerpc/perf/
D8xx-pmu.c37 int ctr; in get_insn_ctr() local
/arch/x86/include/asm/crypto/
Dglue_helper.h26 common_glue_ctr_func_t ctr; member
/arch/powerpc/mm/nohash/
D8xx.c65 unsigned long ctr = mfspr(SPRN_MD_CTR) & 0xfe000000; in MMU_init_hw() local
/arch/x86/oprofile/
Dop_model_p4.c504 static void pmc_setup_one_p4_counter(unsigned int ctr) in pmc_setup_one_p4_counter()
618 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local
/arch/powerpc/kernel/
Dppc32.h20 unsigned int ctr; member
/arch/s390/include/asm/
Dcpu_mf.h191 static inline int __ecctr(u64 ctr, u64 *content) in __ecctr()
206 static inline int ecctr(u64 ctr, u64 *val) in ecctr()

12