Page MenuHomeFreeBSD

powerpc64: Print current MSR on printtrap()
ClosedPublic

Authored by breno.leitao_gmail.com on Mar 6 2018, 8:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 1:06 AM
Unknown Object (File)
Dec 12 2023, 6:00 AM
Unknown Object (File)
Dec 12 2023, 5:59 AM
Unknown Object (File)
Sep 6 2023, 5:19 AM
Unknown Object (File)
Aug 24 2023, 10:46 PM
Unknown Object (File)
Jul 4 2023, 10:47 AM
Unknown Object (File)
Jun 24 2023, 3:11 AM
Unknown Object (File)
May 11 2023, 8:42 PM
Subscribers

Details

Summary

Print current MSR on printtrap(). Currently, printtrap just prints srr1, which
contains part of the MSR prior to the exception. I find useful to dump the
current value of the MSR, since it changes when there is an interruption.

With this patch, this is the new printtap model:

handled user trap:

exception       = 0x700 (program)
srr0            = 0x100008a0 (0x100008a0)
srr1            = 0x800000000002f032
current msr     = 0x8000000000009032
lr              = 0x1000089c (0x1000089c)
curthread       = 0x7a50000
       pid = 714, comm = ttrap2

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15398
Build 15448: arc lint + arc unit