Home
last modified time | relevance | path

Searched refs:WORDS_PER_SPIN_TABLE_ENTRY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c34 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
37 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
159 if (table[i * WORDS_PER_SPIN_TABLE_ENTRY + in fsl_layerscape_wake_seconday_cores()
191 table = (u64 *)get_spin_tbl_addr() + pos * WORDS_PER_SPIN_TABLE_ENTRY; in is_core_online()
248 WORDS_PER_SPIN_TABLE_ENTRY; in cpu_status()
271 table += pos * WORDS_PER_SPIN_TABLE_ENTRY; in cpu_release()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h26 #define WORDS_PER_SPIN_TABLE_ENTRY 8 /* pad to 64 bytes */ macro