Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dmp.c16 void *get_spin_tbl_addr(void) in get_spin_tbl_addr() function
28 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores()
79 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores()
190 table = (u64 *)get_spin_tbl_addr() + pos * WORDS_PER_SPIN_TABLE_ENTRY; in is_core_online()
240 table = (u64 *)get_spin_tbl_addr(); in cpu_status()
246 table = (u64 *)get_spin_tbl_addr() + pos * in cpu_status()
263 u64 *table = (u64 *)get_spin_tbl_addr(); in cpu_release()
Dfdt.c41 __maybe_unused u64 spin_tbl_addr = (u64)get_spin_tbl_addr(); in ft_fixup_cpu()
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
Dmp.h44 void *get_spin_tbl_addr(void);