Searched refs:pfr64 (Results 1 – 4 of 4) sorted by relevance
25 c->pfr64.bits[0] = READ_SYSREG64(ID_AA64PFR0_EL1); in identify_cpu()26 c->pfr64.bits[1] = READ_SYSREG64(ID_AA64PFR1_EL1); in identify_cpu()
114 boot_cpu_data.pfr64.bits[0], boot_cpu_data.pfr64.bits[1]); in processor_id()
5 #define cpu_feature64(c, feat) ((c)->pfr64.feat)6 #define boot_cpu_feature64(feat) (boot_cpu_data.pfr64.feat)
385 } pfr64; member
Completed in 8 milliseconds