Page MenuHomeFreeBSD

Print missing ID_AA64PFR{0,1}_EL1 register fields.
ClosedPublic

Authored by markj on Jan 16 2020, 8:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 8:24 AM
Unknown Object (File)
Tue, Jan 21, 3:25 PM
Unknown Object (File)
Jan 17 2025, 9:40 PM
Unknown Object (File)
Jan 12 2025, 6:59 AM
Unknown Object (File)
Oct 28 2024, 4:11 AM
Unknown Object (File)
Oct 1 2024, 4:34 PM
Unknown Object (File)
Sep 24 2024, 6:55 PM
Unknown Object (File)
Sep 24 2024, 4:18 AM
Subscribers

Details

Test Plan

On an EC2 instance:

Instruction Set Attributes 1 = <LRCPC,DPB>
        Processor Features 0 = <CSV3,CSV2,RASv1,GIC,AdvSIMD+HP,FP+HP,EL3,EL2,EL1,EL0 32>
        Processor Features 1 = <PSTATE.SSBS MSR>
     Memory Model Features 0 = <TGran4,TGran64,TGran16,SNSMem,BigEnd,16bit ASID,256TB PA>
     Memory Model Features 1 = <PAN+ATS1E1,LO,HPD+TTPBHA,VH,16bit VMID,HAF+DS>
     Memory Model Features 2 = <32bit CCIDX,48bit VA,UAO,CnP>
            Debug Features 0 = <SPE,2 CTX BKPTs,4 Watchpoints,6 Breakpoints,PMUv3+16 bit evtCount,Debugv8.2>
            Debug Features 1 = <>
        Auxiliary Features 0 = <>
        Auxiliary Features 1 = <>

Before I got:

Instruction Set Attributes 1 = <LRCPC,DPB>
        Processor Features 0 = <RASv1,GIC,AdvSIMD+HP,FP+HP,EL3,EL2,EL1,EL0 32,0x1100000000000000>
        Processor Features 1 = <0x20>
     Memory Model Features 0 = <TGran4,TGran64,TGran16,SNSMem,BigEnd,16bit ASID,256TB PA>
     Memory Model Features 1 = <PAN+ATS1E1,LO,HPD+TTPBHA,VH,16bit VMID,HAF+DS>
     Memory Model Features 2 = <32bit CCIDX,48bit VA,UAO,CnP>
            Debug Features 0 = <SPE,2 CTX BKPTs,4 Watchpoints,6 Breakpoints,PMUv3+16 bit evtCount,Debugv8.2>
            Debug Features 1 = <>
        Auxiliary Features 0 = <>
        Auxiliary Features 1 = <>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added reviewers: andrew, arm64.
This revision was not accepted when it landed; it landed in state Needs Review.Jan 23 2020, 4:10 PM
This revision was automatically updated to reflect the committed changes.