Searched refs:cprcr (Results 1 – 4 of 4) sorted by relevance
/linux/arch/csky/abiv1/inc/abi/ |
A D | ckmmu.h | 9 return cprcr("cpcr0"); in read_mmu_index() 19 return cprcr("cpcr2") << 6; in read_mmu_entrylo0() 24 return cprcr("cpcr3") << 6; in read_mmu_entrylo1() 34 return cprcr("cpcr4"); in read_mmu_entryhi() 44 return cprcr("cpcr30"); in read_mmu_msa0() 54 return cprcr("cpcr31"); in read_mmu_msa1() 99 return __va(cprcr("cpcr29") & ~BIT(0)); in get_pgd()
|
A D | entry.h | 130 cprcr \rx, cpcr0 134 cprcr \rx, cpcr4 138 cprcr \rx, cpcr8 142 cprcr \rx, cpcr29 167 cprcr r6, cpcr30
|
A D | reg_ops.h | 7 #define cprcr(reg) \ macro
|
/linux/arch/csky/kernel/ |
A D | perf_event.c | 70 #define cprcr(reg) \ macro 912 cpwcr(HPOFSR, ~BIT(hwc->idx) & cprcr(HPOFSR)); in csky_pmu_event_set_period() 1039 cpwcr(HPINTENR, BIT(idx) | cprcr(HPINTENR)); in csky_pmu_start() 1040 cpwcr(HPCNTENR, BIT(idx) | cprcr(HPCNTENR)); in csky_pmu_start() 1053 cpwcr(HPINTENR, ~BIT(idx) & cprcr(HPINTENR)); in csky_pmu_stop_event() 1054 cpwcr(HPCNTENR, ~BIT(idx) & cprcr(HPCNTENR)); in csky_pmu_stop_event() 1113 if (!cprcr(HPOFSR)) in csky_pmu_handle_irq() 1134 if (!(cprcr(HPOFSR) & BIT(idx))) in csky_pmu_handle_irq()
|
Completed in 10 milliseconds