Home
last modified time | relevance | path

Searched refs:ID_AA64PFR1_BT_NONE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/include/
H A Darmreg.h1764 #define ID_AA64PFR1_BT_NONE (UL(0x0) << ID_AA64PFR1_BT_SHIFT) macro
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1817 MRS_FIELD_VALUE(ID_AA64PFR1_BT_NONE, ""),
H A Dpmap.c8929 if (ID_AA64PFR1_BT_VAL(reg) != ID_AA64PFR1_BT_NONE) { in pmap_init_mp()