Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c84 __real_cntfrq = COUNTER_FREQUENCY_REAL; in fsl_layerscape_wake_seconday_cores()
85 flush_dcache_range((unsigned long)&__real_cntfrq, in fsl_layerscape_wake_seconday_cores()
86 (unsigned long)&__real_cntfrq + 8); in fsl_layerscape_wake_seconday_cores()
H A Dlowlevel.S471 ldr x0, =__real_cntfrq
562 .global __real_cntfrq symbol
563 __real_cntfrq: label
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h37 extern u64 __real_cntfrq;