Lines Matching full:c1
319 asm volatile("mrc p14, 0, %0, c1, c0, 0" : "=r" (val)); in xscale1pmu_read_counter()
339 asm volatile("mcr p14, 0, %0, c1, 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()
674 asm volatile("mrc p14, 0, %0, c1, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
694 asm volatile("mcr p14, 0, %0, c1, c1, 0" : : "r" (val)); in xscale2pmu_write_counter()
700 asm volatile("mcr p14, 0, %0, c1, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()