Home
last modified time | relevance | path

Searched refs:read_cntpct_el0 (Results 1 – 25 of 31) sorted by relevance

12

/trusted-firmware-a/drivers/nxp/timer/
A Dnxp_timer.c24 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()
/trusted-firmware-a/plat/layerscape/common/
A Dls_timer.c15 return read_cntpct_el0() * 1000 / read_cntfrq_el0() - start; in ls_get_timer()
26 return (uint32_t)(~read_cntpct_el0()); in ls_timeus_get_value()
/trusted-firmware-a/drivers/renesas/common/delay/
A Dmicro_delay.c26 base_count = read_cntpct_el0(); in rcar_micro_delay()
28 get_count = read_cntpct_el0(); in rcar_micro_delay()
/trusted-firmware-a/include/drivers/
A Ddelay_timer.h39 cnt += read_cntpct_el0(); in timeout_init_us()
46 return read_cntpct_el0() > expire_cnt; in timeout_elapsed()
/trusted-firmware-a/plat/layerscape/board/ls1043/
A Dls1043_stack_protector.c21 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/arm/board/fvp/
A Dfvp_stack_protector.c22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_stack_protector.c22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/rockchip/common/
A Drockchip_stack_protector.c22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_stack_protector.c20 return RANDOM_CANARY_VALUE ^ (u_register_t)read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/nxp/common/setup/
A Dls_stack_protector.c21 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/qemu/common/
A Dqemu_stack_protector.c30 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/nvidia/tegra/common/
A Dtegra_stack_protector.c27 return seed ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
/trusted-firmware-a/plat/mediatek/mt6795/
A Dplat_delay_timer.c19 return (uint32_t)(~read_cntpct_el0()); in plat_get_timer_value()
/trusted-firmware-a/plat/marvell/armada/common/
A Dplat_delay_timer.c22 return (uint32_t)(~read_cntpct_el0()); in plat_get_timer_value()
/trusted-firmware-a/plat/intel/soc/common/
A Dsocfpga_delay_timer.c26 return (uint32_t)(~read_cntpct_el0()); in socfpga_get_timer_value()
/trusted-firmware-a/plat/arm/common/aarch64/
A Darm_pauth.c21 uint64_t cntpct = read_cntpct_el0(); in plat_init_apkey()
/trusted-firmware-a/plat/mediatek/mt8173/drivers/timer/
A Dmt_cpuxgpt.c31 cval = read_cntpct_el0(); in generic_timer_backup()
/trusted-firmware-a/plat/mediatek/common/drivers/timer/
A Dmt_timer.c27 rel_base = read_cntpct_el0() - atf_time_base; in sched_clock()
/trusted-firmware-a/plat/arm/board/corstone700/common/
A Dcorstone700_stack_protector.c16 uint64_t cntpct = read_cntpct_el0(); in plat_generate_random_number()
/trusted-firmware-a/plat/arm/board/diphda/common/
A Ddiphda_stack_protector.c16 uint64_t cntpct = read_cntpct_el0(); in plat_generate_random_number()
/trusted-firmware-a/drivers/delay_timer/
A Dgeneric_delay_timer.c29 return (uint32_t)(~read_cntpct_el0()); in get_timer_value()
/trusted-firmware-a/plat/mediatek/mt6795/drivers/timer/
A Dmt_cpuxgpt.c33 cval = (((read_cntpct_el0() - atf_time_base)*1000)/ in sched_clock()
/trusted-firmware-a/bl32/tsp/
A Dtsp_timer.c34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
/trusted-firmware-a/plat/ti/k3/common/drivers/sec_proxy/
A Dsec_proxy.c156 uint32_t tick_start = (uint32_t)read_cntpct_el0(); in k3_sec_proxy_verify_thread()
161 if (((uint32_t)read_cntpct_el0() - tick_start) > in k3_sec_proxy_verify_thread()
/trusted-firmware-a/include/lib/pmf/
A Dpmf_helpers.h60 unsigned long long ts = read_cntpct_el0(); \
69 (_tsval) = read_cntpct_el0(); \

Completed in 27 milliseconds

12