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)
Fri, May 10, 2:20 AM
Unknown Object (File)
Sun, May 5, 3:15 AM
Unknown Object (File)
Jan 19 2024, 4:59 AM
Unknown Object (File)
Dec 29 2023, 8:39 AM
Unknown Object (File)
Dec 19 2023, 1:58 PM
Unknown Object (File)
Nov 21 2023, 12:25 AM
Unknown Object (File)
Sep 13 2023, 9:19 PM
Unknown Object (File)
Aug 15 2023, 10:15 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.