Searched refs:ID_AA64PFR0_EL1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_aarch64.h | 62 #define ID_AA64PFR0_EL1 sys_reg(3, 0, 0, 1, 0) macro 89 unsigned long ftr = ((get_ftr(ID_AA64PFR0_EL1)) >> 16) & 0xf; in zfs_neon_available()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm.c | 261 _FETCH_KERN_REG(ID_AA64PFR0_EL1, id_aa64pfr0); in vmm_regs_init() 680 ID_SPECIAL_REG(ID_AA64PFR0_EL1, id_aa64pfr0),
|
/freebsd/sys/arm64/arm64/ |
H A D | vfp.c | 898 if (!get_kernel_reg(ID_AA64PFR0_EL1, ®)) in sve_init()
|
H A D | identcpu.c | 2229 USER_REG(ID_AA64PFR0_EL1, id_aa64pfr0, true),
|
/freebsd/sys/arm64/include/ |
H A D | armreg.h | 1637 #define ID_AA64PFR0_EL1 MRS_REG(ID_AA64PFR0_EL1) macro 1638 #define ID_AA64PFR0_EL1_REG MRS_REG_ALT_NAME(ID_AA64PFR0_EL1)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 744 def : ROSysReg<"ID_AA64PFR0_EL1", 0b11, 0b000, 0b0000, 0b0100, 0b000>;
|