Home
last modified time | relevance | path

Searched refs:get_spin_tbl_addr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c17 void *get_spin_tbl_addr(void) in get_spin_tbl_addr() function
29 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores()
80 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores()
191 table = (u64 *)get_spin_tbl_addr() + pos * WORDS_PER_SPIN_TABLE_ENTRY; in is_core_online()
241 table = (u64 *)get_spin_tbl_addr(); in cpu_status()
247 table = (u64 *)get_spin_tbl_addr() + pos * in cpu_status()
264 u64 *table = (u64 *)get_spin_tbl_addr(); in cpu_release()
H A Dfdt.c40 __maybe_unused u64 spin_tbl_addr = (u64)get_spin_tbl_addr(); in ft_fixup_cpu()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h45 void *get_spin_tbl_addr(void);