Page MenuHomeFreeBSD

arm64: Add a masked get_kernel_reg()
ClosedPublic

Authored by markj on Jun 12 2023, 8:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2024, 1:50 AM
Unknown Object (File)
Dec 20 2023, 2:00 AM
Unknown Object (File)
Nov 23 2023, 5:21 PM
Unknown Object (File)
Nov 13 2023, 11:42 PM
Unknown Object (File)
Oct 30 2023, 12:33 AM
Unknown Object (File)
Oct 9 2023, 2:08 AM
Unknown Object (File)
Oct 9 2023, 2:08 AM
Unknown Object (File)
Aug 14 2023, 3:36 PM
Subscribers

Details

Summary

This lets consumers fetch the value of a system register and apply a
mask over individual fields. That is, each field in the returned value
will be the "smaller" of the two provided by "mask" and the value saved
in kern_cpu_desc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable