Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c83 __real_cntfrq = COUNTER_FREQUENCY_REAL; in fsl_layerscape_wake_seconday_cores()
84 flush_dcache_range((unsigned long)&__real_cntfrq, in fsl_layerscape_wake_seconday_cores()
85 (unsigned long)&__real_cntfrq + 8); in fsl_layerscape_wake_seconday_cores()
H A Dlowlevel.S484 ldr x0, =__real_cntfrq
575 .global __real_cntfrq
576 __real_cntfrq: label
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h36 extern u64 __real_cntfrq;