Searched refs:ESR_EC_SHIFT (Results 1 - 3 of 3) sorted by path

/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvpmu_counter_access.c303 ec = (esr >> ESR_EC_SHIFT) & ESR_EC_MASK;
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h104 #define ESR_EC_SHIFT 26 macro
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c470 ec = (read_sysreg(esr_el1) >> ESR_EC_SHIFT) & ESR_EC_MASK;

Completed in 320 milliseconds