Searched defs: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
390 uint64_t cv_off_high = (ret >> 32) << 32; local
/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
390 uint64_t cv_off_high = (ret >> 32) << 32; local
/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
390 uint64_t cv_off_high = (ret >> 32) << 32; local

Completed in 101 milliseconds