mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
Kernel: Detect Aarch64 physical address bit width with CPU ID registers
This commit is contained in:
parent
66c65f6e2c
commit
401fc6afae
4 changed files with 32 additions and 2 deletions
|
@ -277,4 +277,6 @@ StringView cpu_feature_to_name(CPUFeature::Type const&);
|
|||
StringView cpu_feature_to_description(CPUFeature::Type const&);
|
||||
NonnullOwnPtr<KString> build_cpu_feature_names(CPUFeature::Type const&);
|
||||
|
||||
u8 detect_physical_address_bit_width();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue