Page MenuHomeFreeBSD

RISC-V: pass arg6 in sbi_call
ClosedPublic

Authored by mhorne on Nov 12 2019, 4:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 2, 6:56 AM
Unknown Object (File)
Thu, Oct 30, 1:41 AM
Unknown Object (File)
Mon, Oct 27, 10:59 PM
Unknown Object (File)
Mon, Oct 27, 4:31 AM
Unknown Object (File)
Thu, Oct 23, 4:32 AM
Unknown Object (File)
Thu, Oct 23, 4:32 AM
Unknown Object (File)
Thu, Oct 23, 4:32 AM
Unknown Object (File)
Wed, Oct 22, 8:34 PM
Subscribers

Details

Reviewers
kp
jhb
Group Reviewers
riscv
Commits
rS354719: RISC-V: pass arg6 in sbi_call
Summary

Allow for an additional argument to sbi_call which will be passed in a6.
This is required for SBI spec 0.2 support, as a6 will indicate the SBI
function ID.

While here, introduce some macros to clean up the calls.

Diff Detail

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