You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect if 5-level paging is actually enabled on the host.
The CPUID can indicate support for 5-level paging (57 virtual address bits),
but the kernel might not have it enabled. This change adds a check using
`mmap` to see if addresses above 2^48 are usable. If not,
`VirtualAddressBits` is capped at 48, even if CPUID suggests 57.
Fixes#12308
PiperOrigin-RevId: 832518109
0 commit comments