Searched refs:itc (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c132 unsigned long itc; local
134 itc = ia64_get_itc();
136 itc = ia64_get_itc() - itc;
137 __get_cpu_var(ptcstats).shub_ipi_flushes_itc_clocks += itc;
171 unsigned long itc, itc2, flags, data0 = 0, data1 = 0, rr_value, old_rr = 0; local
220 itc = ia64_get_itc();
249 itc = ia64_get_itc();
253 __get_cpu_var(ptcstats).lock_itc_clocks += itc2 - itc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Ddma.h104 int itc; member in struct:pnx4008_dma_ch_config
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Divt.S167 (p10) itc.i r18 // insert the instruction TLB entry
168 (p11) itc.d r18 // insert the data TLB entry
183 (p7) itc.d r24
187 * Tell the assemblers dependency-violation checker that the above "itc" instructions
194 * between reading the pagetable and the "itc". If so, flush the entry we
252 itc.i r18
256 * Tell the assemblers dependency-violation checker that the above "itc" instructions
296 itc.d r18
300 * Tell the assemblers dependency-violation checker that the above "itc" instructions
349 itc
[all...]
H A Dpalinfo.c649 struct pal_freq_ratio proc, itc, bus; local
657 if (ia64_pal_freq_ratios(&proc, &bus, &itc) != 0) return 0;
663 proc.num, proc.den, bus.num, bus.den, itc.num, itc.den);
H A Dmca_drv.c621 && !(ptci->itr || ptci->dtc || ptci->itc))
H A Dfsys.S202 // p8 = timesource ar.itc
250 (p8) mov r2 = ar.itc // CPU_TIMER. 36 clocks latency!!!
H A Dhead.S987 mov.m r9=ar.itc // fetch cycle-counter (35 cyc)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dia64cpuid.S7 { .mib; mov r8=ar.itc
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Ddma.c559 switch (ch_cfg->itc) {
677 ch_cfg->itc = cfg & 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h543 itc : 1, /* Fail in inst. TC */ member in struct:pal_tlb_check_info_s
720 #define pmci_tlb_instr_translation_cache_fail pme_tlb.itc

Completed in 120 milliseconds