pub const PARAVISOR_MEASURED_VTL2_CONFIG_PAGE_HASHES_PAGE_INDEX: u64 = _; // 106u64Expand description
The page index for the per-page expected-hashes region.
Deliberately placed AFTER PARAVISOR_MEASURED_VTL2_CONFIG_PAGE_INDEX
(rather than between it and the accepted-memory page): this keeps
PARAVISOR_MEASURED_VTL2_CONFIG_PAGE_INDEX at exactly the same offset
as before this region was added, so any consumer that only reads the
existing measured config page continues to work unchanged. Only
consumers that opt in to reading per-page expected hashes need to
know this index exists.