Searched refs:cv_off_high (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/kernel/include/arch/arm/armv/armv7ve/armv/
H A Dvcpu.h376 uint64_t cv_off_high = (uint64_t) val << 32 ; local
378 set_cntv_off_64(cv_off_high | cv_off_low);
390 uint64_t cv_off_high = (ret >> 32) << 32; local
392 set_cntv_off_64(cv_off_high | cv_off_low);
/seL4-test-master/kernel/include/arch/arm/armv/armv7-a/armv/
H A Dvcpu.h376 uint64_t cv_off_high = (uint64_t) val << 32 ; local
378 set_cntv_off_64(cv_off_high | cv_off_low);
390 uint64_t cv_off_high = (ret >> 32) << 32; local
392 set_cntv_off_64(cv_off_high | cv_off_low);
/seL4-test-master/kernel/include/arch/arm/armv/armv8-a/32/armv/
H A Dvcpu.h376 uint64_t cv_off_high = (uint64_t) val << 32 ; local
378 set_cntv_off_64(cv_off_high | cv_off_low);
390 uint64_t cv_off_high = (ret >> 32) << 32; local
392 set_cntv_off_64(cv_off_high | cv_off_low);

Completed in 29 milliseconds