1
Fork 0
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:
konrad 2023-01-08 12:21:40 +01:00 committed by Jelle Raaijmakers
parent 66c65f6e2c
commit 401fc6afae
4 changed files with 32 additions and 2 deletions

View file

@ -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();
}