Home
last modified time | relevance | path

Searched refs:id_aa64pfr0_el1 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c135 if (ID_AA64PFR0_EL0_VAL(READ_SPECIALREG(id_aa64pfr0_el1)) != in elf32_arm_abi_supported()
H A Dvfp.c236 pfr = READ_SPECIALREG(id_aa64pfr0_el1); in vfp_init()
H A Didentcpu.c871 static struct mrs_field_value id_aa64pfr0_el1[] = { variable
897 MRS_FIELD(ID_AA64PFR0, EL1, false, MRS_LOWER, id_aa64pfr0_el1),
1736 cpu_desc[cpu].id_aa64pfr0 = READ_SPECIALREG(id_aa64pfr0_el1); in identify_cpu()
H A Dlocore.S267 mrs x2, id_aa64pfr0_el1
H A Dmachdep.c1402 PRINT_REG(id_aa64pfr0_el1); in DB_SHOW_COMMAND()