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

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c741 } arm64_ftr_regs[] = { variable in typeref:struct:__ftr_reg_entry
822 * its sys_reg() encoding. With the array arm64_ftr_regs sorted in the
835 arm64_ftr_regs,
836 ARRAY_SIZE(arm64_ftr_regs),
837 sizeof(arm64_ftr_regs[0]),
905 for (i = 0; i < ARRAY_SIZE(arm64_ftr_regs); i++) {
906 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg;
947 BUG_ON(arm64_ftr_regs[i].sys_id <= arm64_ftr_regs[i - 1].sys_id);

Completed in 110 milliseconds