Searched refs:cval_high (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/kernel/src/drivers/timer/
H A Dgeneric_timer.c92 uint32_t cval_high = vcpu_read_reg(vcpu, seL4_VCPUReg_CNTV_CVALhigh);
94 uint64_t cval = ((uint64_t)cval_high << 32) | (uint64_t) cval_low;
/seL4-test-master/kernel/include/arch/arm/armv/armv7ve/armv/
H A Dvcpu.h332 uint64_t cval_high = (uint64_t) val << 32 ; local
334 set_cntv_cval_64(cval_high | cval_low);
346 uint64_t cval_high = (ret >> 32) << 32; local
348 set_cntv_cval_64(cval_high | cval_low);
/seL4-test-master/kernel/include/arch/arm/armv/armv7-a/armv/
H A Dvcpu.h332 uint64_t cval_high = (uint64_t) val << 32 ; local
334 set_cntv_cval_64(cval_high | cval_low);
346 uint64_t cval_high = (ret >> 32) << 32; local
348 set_cntv_cval_64(cval_high | cval_low);
/seL4-test-master/kernel/include/arch/arm/armv/armv8-a/32/armv/
H A Dvcpu.h332 uint64_t cval_high = (uint64_t) val << 32 ; local
334 set_cntv_cval_64(cval_high | cval_low);
346 uint64_t cval_high = (ret >> 32) << 32; local
348 set_cntv_cval_64(cval_high | cval_low);

Completed in 40 milliseconds