mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
637 B
637 B
CPUID FreeBSD kernel module for ARM
This kernel module allows to:
- access AArch32 registers in AArch32 state by using the
MRC
instruction - access both AArch32 and AArch64 registers in AArch64 state by using the
MRS
instruction
Build
The module is built during cmake --build build
and present in the build directory. You can load it by using:
kldload build/drivers/arm/freebsd/cpuid.ko