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()
399 asm volatile("mrc p14, 0, %0, c0, c1, 0" : "=r" (val)); in xscale2pmu_read_pmnc()
409 asm volatile("mcr p14, 0, %0, c0, c1, 0" : : "r" (val)); in xscale2pmu_write_pmnc()
416 asm volatile("mrc p14, 0, %0, c5, c1, 0" : "=r" (val)); in xscale2pmu_read_overflow_flags()
423 asm volatile("mcr p14, 0, %0, c5, c1, 0" : : "r" (val)); in xscale2pmu_write_overflow_flags()
430 asm volatile("mrc p14, 0, %0, c8, c1, 0" : "=r" (val)); in xscale2pmu_read_event_select()
437 asm volatile("mcr p14, 0, %0, c8, c1, 0" : : "r"(val)); in xscale2pmu_write_event_select()
444 asm volatile("mrc p14, 0, %0, c4, c1, 0" : "=r" (val)); in xscale2pmu_read_int_enable()
451 asm volatile("mcr p14, 0, %0, c4, c1, 0" : : "r" (val)); in xscale2pmu_write_int_enable()
669 asm volatile("mrc p14, 0, %0, c1, c1, 0" : "=r" (val)); in xscale2pmu_read_counter()
672 asm volatile("mrc p14, 0, %0, c0, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
675 asm volatile("mrc p14, 0, %0, c1, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
678 asm volatile("mrc p14, 0, %0, c2, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
681 asm volatile("mrc p14, 0, %0, c3, c2, 0" : "=r" (val)); in xscale2pmu_read_counter()
695 asm volatile("mcr p14, 0, %0, c1, c1, 0" : : "r" (val)); in xscale2pmu_write_counter()
698 asm volatile("mcr p14, 0, %0, c0, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
701 asm volatile("mcr p14, 0, %0, c1, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
704 asm volatile("mcr p14, 0, %0, c2, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()
707 asm volatile("mcr p14, 0, %0, c3, c2, 0" : : "r" (val)); in xscale2pmu_write_counter()