Home
last modified time | relevance | path

Searched refs:ID_AA64PFR0_DIT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/arm64/include/
Darmreg.h704 #define ID_AA64PFR0_DIT_MASK (0xfULL << ID_AA64PFR0_DIT_SHIFT) macro
705 #define ID_AA64PFR0_DIT(x) ((x) & ID_AA64PFR0_DIT_MASK)
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1187 value |= cpu_id_aa64pfr0 & ID_AA64PFR0_DIT_MASK; in cpu_identify_cleanup()