| /rk3399_ARM-atf/drivers/nxp/timer/ |
| H A D | nxp_timer.c | 24 cntpct = read_cntpct_el0(); in get_timer_val() 33 cntpct = read_cntpct_el0(); in timer_get_value() 40 temp = read_cntpct_el0(); in timer_get_value() 44 cntpct = read_cntpct_el0(); in timer_get_value() 46 temp = read_cntpct_el0(); in timer_get_value()
|
| /rk3399_ARM-atf/drivers/delay_timer/ |
| H A D | generic_delay_timer.c | 30 cnt += read_cntpct_el0(); in generic_delay_timeout_init_us() 37 return read_cntpct_el0() > expire_cnt; in generic_delay_timeout_elapsed() 48 return (uint32_t)(~read_cntpct_el0()); in generic_delay_get_timer_value()
|
| /rk3399_ARM-atf/drivers/renesas/common/delay/ |
| H A D | micro_delay.c | 26 base_count = read_cntpct_el0(); in rcar_micro_delay() 28 get_count = read_cntpct_el0(); in rcar_micro_delay()
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | rcar_stack_protector.c | 23 cnt = read_cntpct_el0(); in plat_get_stack_protector_canary() 36 INFO("canary value: 0x%lx cnt: 0x%16lx\n", ret, read_cntpct_el0()); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_stack_protector.c | 29 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| H A D | tc_bl31_setup.c | 49 output[i] = (uint8_t)(read_cntpct_el0() & 0xFFU); in mbedtls_psa_external_get_random()
|
| /rk3399_ARM-atf/plat/nxp/common/setup/ |
| H A D | ls_stack_protector.c | 21 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_stack_protector.c | 22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_stack_protector.c | 20 return RANDOM_CANARY_VALUE ^ (u_register_t)read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/rockchip/common/ |
| H A D | rockchip_stack_protector.c | 22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_stack_protector.c | 28 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/nvidia/tegra/common/ |
| H A D | tegra_stack_protector.c | 27 return seed ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | plat_delay_timer.c | 22 return (uint32_t)(~read_cntpct_el0()); in plat_get_timer_value()
|
| /rk3399_ARM-atf/plat/arm/common/aarch64/ |
| H A D | arm_pauth.c | 21 uint64_t cntpct = read_cntpct_el0(); in plat_init_apkey()
|
| /rk3399_ARM-atf/plat/mediatek/mt8173/drivers/timer/ |
| H A D | mt_cpuxgpt.c | 31 cval = read_cntpct_el0(); in generic_timer_backup()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_delay_timer.c | 37 return (uint32_t)(~read_cntpct_el0()); in socfpga_get_timer_value()
|
| /rk3399_ARM-atf/plat/arm/board/corstone700/common/ |
| H A D | corstone700_stack_protector.c | 16 uint64_t cntpct = read_cntpct_el0(); in plat_generate_random_number()
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/common/ |
| H A D | corstone1000_stack_protector.c | 16 uint64_t cntpct = read_cntpct_el0(); in plat_generate_random_number()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/timer/ |
| H A D | mt_timer.c | 28 rel_base = read_cntpct_el0() - atf_time_base; in sched_clock()
|
| /rk3399_ARM-atf/drivers/renesas/common/timer/ |
| H A D | timer.c | 24 rcar_pwrc_saved_cntpct_el0 = read_cntpct_el0(); in rcar_pwrc_save_timer_state()
|
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | tsp_timer.c | 34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
|
| /rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/ |
| H A D | pwrc.c | 336 base_count = read_cntpct_el0(); in rcar_pwrc_set_self_refresh() 341 get_count = read_cntpct_el0(); in rcar_pwrc_set_self_refresh() 359 base_count = read_cntpct_el0(); in rcar_pwrc_set_self_refresh()
|
| /rk3399_ARM-atf/drivers/ti/ipc/ |
| H A D | sec_proxy.c | 136 uint32_t tick_start = (uint32_t)read_cntpct_el0(); in k3_sec_proxy_verify_thread() 141 if (((uint32_t)read_cntpct_el0() - tick_start) > in k3_sec_proxy_verify_thread()
|
| /rk3399_ARM-atf/include/lib/pmf/ |
| H A D | pmf_helpers.h | 60 unsigned long long ts = read_cntpct_el0(); \ 69 (_tsval) = read_cntpct_el0(); \
|
| /rk3399_ARM-atf/plat/rockchip/rk3328/drivers/pmu/ |
| H A D | pmu.c | 455 pct_orig = read_cntpct_el0(); in sram_udelay() 459 pct_now = read_cntpct_el0(); in sram_udelay()
|