Searched refs:WORDS_PER_SPIN_TABLE_ENTRY (Results 1 – 2 of 2) sorted by relevance
33 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()36 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()158 if (table[i * WORDS_PER_SPIN_TABLE_ENTRY + in fsl_layerscape_wake_seconday_cores()190 table = (u64 *)get_spin_tbl_addr() + pos * WORDS_PER_SPIN_TABLE_ENTRY; in is_core_online()247 WORDS_PER_SPIN_TABLE_ENTRY; in cpu_status()270 table += pos * WORDS_PER_SPIN_TABLE_ENTRY; in cpu_release()
25 #define WORDS_PER_SPIN_TABLE_ENTRY 8 /* pad to 64 bytes */ macro