/arch/arm/oprofile/ |
D | op_model_xscale.c | 156 static u32 __xsc1_read_counter(int counter) in __xsc1_read_counter() 174 static u32 __xsc2_read_counter(int counter) in __xsc2_read_counter() 198 static u32 read_counter(int counter) in read_counter() 210 static void __xsc1_write_counter(int counter, u32 val) in __xsc1_write_counter() 225 static void __xsc2_write_counter(int counter, u32 val) in __xsc2_write_counter() 246 static void write_counter(int counter, u32 val) in write_counter()
|
D | op_model_arm11_core.h | 37 #define CPU_COUNTER(cpu, counter) ((cpu) * 3 + (counter)) argument
|
D | op_model_v7.h | 44 #define CPU_COUNTER(cpu, counter) ((cpu) * CNTMAX + (counter)) argument
|
/arch/sh/oprofile/ |
D | op_model_sh7750.c | 104 static u64 sh7750_read_counter(int counter) in sh7750_read_counter() 134 int counter = to_counter(file); in sh7750_read_count() local 143 int counter = to_counter(file); in sh7750_write_count() local
|
/arch/x86/kernel/cpu/ |
D | perfctr-watchdog.c | 112 int avail_to_resrv_perfctr_nmi_bit(unsigned int counter) in avail_to_resrv_perfctr_nmi_bit() 122 unsigned int counter; in avail_to_resrv_perfctr_nmi() local 133 unsigned int counter; in reserve_perfctr_nmi() local 148 unsigned int counter; in release_perfctr_nmi() local 161 unsigned int counter; in reserve_evntsel_nmi() local 176 unsigned int counter; in release_evntsel_nmi() local
|
/arch/mn10300/kernel/ |
D | profile-low.S | 24 counter: label
|
/arch/parisc/include/asm/ |
D | spinlock_types.h | 16 volatile int counter; member
|
/arch/sparc/include/asm/ |
D | cpudata_32.h | 18 unsigned int counter; member
|
D | atomic_32.h | 58 typedef struct { volatile int counter; } atomic24_t; member
|
/arch/avr32/kernel/ |
D | time.c | 33 static struct clocksource counter = { variable
|
/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 129 unsigned int counter[4]; member 219 unsigned int counter; in mipsxx_perfcount_handler() local
|
/arch/s390/mm/ |
D | cmm.c | 60 cmm_alloc_pages(long nr, long *counter, struct cmm_page_array **list) in cmm_alloc_pages() 100 cmm_free_pages(long nr, long *counter, struct cmm_page_array **list) in cmm_free_pages()
|
/arch/m68k/include/asm/ |
D | intersil.h | 39 struct intersil_dt counter; member
|
/arch/x86/include/asm/ |
D | msr.h | 117 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() 190 #define rdpmc(counter, low, high) \ argument
|
D | paravirt.h | 804 static inline unsigned long long paravirt_read_pmc(int counter) in paravirt_read_pmc() 809 #define rdpmc(counter, low, high) \ argument
|
/arch/avr32/oprofile/ |
D | op_model_avr32.c | 41 static struct avr32_perf_counter counter[NR_counter] = { variable
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 177 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event, in cvmx_l2c_config_perf() 215 uint64_t cvmx_l2c_read_perf(uint32_t counter) in cvmx_l2c_read_perf()
|
/arch/arm/mach-netx/include/mach/ |
D | netx-regs.h | 191 #define NETX_GPIO_COUNTER_CTRL(counter) NETX_GPIO_REG(0x80 + ((counter)<<2)) argument 192 #define NETX_GPIO_COUNTER_MAX(counter) NETX_GPIO_REG(0x94 + ((counter)<<2)) argument 193 #define NETX_GPIO_COUNTER_CURRENT(counter) NETX_GPIO_REG(0xa8 + ((counter)<<2)) argument 226 #define COUNTER_BIT(counter) ((1<<16)<<(counter)) argument
|
/arch/alpha/oprofile/ |
D | op_model_ev67.c | 134 op_add_pm(unsigned long pc, int kern, unsigned long counter, in op_add_pm()
|
/arch/blackfin/kernel/ |
D | gptimers.c | 31 uint32_t counter; member
|
/arch/mips/include/asm/ |
D | mipsregs.h | 565 #define read_r10k_perf_cntr(counter) \ argument 576 #define write_r10k_perf_cntr(counter,val) \ argument 584 #define read_r10k_perf_event(counter) \ argument 595 #define write_r10k_perf_cntl(counter,val) \ argument
|
/arch/x86/kvm/ |
D | i8254.c | 106 int counter; in pit_get_count() local
|