Lines Matching full:p14

109 	asm volatile("mrc p14, 0, %0, c0, c0, 0" : "=r" (val));  in xscale1pmu_read_pmnc()
118 asm volatile("mcr p14, 0, %0, c0, c0, 0" : : "r" (val)); in xscale1pmu_write_pmnc()
319 asm volatile("mrc p14, 0, %0, c1, c0, 0" : "=r" (val)); in xscale1pmu_read_counter()
322 asm volatile("mrc p14, 0, %0, c2, c0, 0" : "=r" (val)); in xscale1pmu_read_counter()
325 asm volatile("mrc p14, 0, %0, c3, c0, 0" : "=r" (val)); in xscale1pmu_read_counter()
339 asm volatile("mcr p14, 0, %0, c1, c0, 0" : : "r" (val)); in xscale1pmu_write_counter()
342 asm volatile("mcr p14, 0, %0, c2, c0, 0" : : "r" (val)); in xscale1pmu_write_counter()
345 asm volatile("mcr p14, 0, %0, c3, c0, 0" : : "r" (val)); in xscale1pmu_write_counter()
398 asm volatile("mrc p14, 0, %0, c0, c1, 0" : "=r" (val)); in xscale2pmu_read_pmnc()
408 asm volatile("mcr p14, 0, %0, c0, c1, 0" : : "r" (val)); in xscale2pmu_write_pmnc()
415 asm volatile("mrc p14, 0, %0, c5, c1, 0" : "=r" (val)); in xscale2pmu_read_overflow_flags()
422 asm volatile("mcr p14, 0, %0, c5, c1, 0" : : "r" (val)); in xscale2pmu_write_overflow_flags()
429 asm volatile("mrc p14, 0, %0, c8, c1, 0" : "=r" (val)); in xscale2pmu_read_event_select()
436 asm volatile("mcr p14, 0, %0, c8, c1, 0" : : "r"(val)); in xscale2pmu_write_event_select()
443 asm volatile("mrc p14, 0, %0, c4, c1, 0" : "=r" (val)); in xscale2pmu_read_int_enable()
450 asm volatile("mcr p14, 0, %0, c4, c1, 0" : : "r" (val)); in xscale2pmu_write_int_enable()
668 asm volatile("mrc p14, 0, %0, c1, c1, 0" : "=r" (val)); in xscale2pmu_read_counter()
671 asm volatile("mrc p14, 0, %0, c0, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
674 asm volatile("mrc p14, 0, %0, c1, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
677 asm volatile("mrc p14, 0, %0, c2, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
680 asm volatile("mrc p14, 0, %0, c3, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
694 asm volatile("mcr p14, 0, %0, c1, c1, 0" : : "r" (val)); in xscale2pmu_write_counter()
697 asm volatile("mcr p14, 0, %0, c0, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
700 asm volatile("mcr p14, 0, %0, c1, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
703 asm volatile("mcr p14, 0, %0, c2, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
706 asm volatile("mcr p14, 0, %0, c3, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()