<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible">
    <title>DXE Paging Analysis</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 
    <link rel="stylesheet" href="https://cdn.datatables.net/1.10.15/css/dataTables.bootstrap.min.css" integrity="sha384-DgpuBgmxMoEJnP/pccStiQeTHwqKcsuL22TmqYVw43N/k83XfGNmU+tKpz9+5Zpz" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/css/bootstrap-select.min.css" integrity="sha384-u4bCcN0S9upsb7D8S4IKXV9qmKh7bJrJbKa+jqcIPwQsk/dV+QHB/JyI/BXR3pNo" crossorigin="anonymous"> 
   <style>
        div.attribution {
            border: 1px solid #ddd;
            background-color: #bbb;
            padding-left: 20px;
        }

        div.TestStatus {
            border: 1px solid #ddd;
            padding-left: 20px;
        }
    </style>
</head>
<body>
    <div class="container-fluid">
        <h1>DXE Paging Analysis</h1>
        <ul class="nav nav-tabs">
            <li class="active"><a data-toggle="tab" href="#tabs-1">Basic Info</a></li>
            <li><a data-toggle="tab" href="#tabs-2">Results</a></li>
            <li><a data-toggle="tab" href="#tabs-3">Memory Data</a></li>
            <li><a data-toggle="tab" href="#tabs-4">Parsing Errors</a></li>
            <li><a data-toggle="tab" href="#tabs-5">About</a></li>
        </ul>
        <div class="tab-content">
            <div id="tabs-1" class="tab-pane fade in active">
                <h2>Platform Name: <span id='PlatformName'></span></h2>
                <h2>Version: <span id='PlatformVersion'></span></h2>
                <h2>Date Collected: <span id='RunDate'></span></h2>
            </div>
            <div id="tabs-2" class="tab-pane">
                <div id="TestStatusListWrapper" class="">
                    <h3>Test Results</h3>
                </div>
            </div>
            <div id="tabs-3" class="tab-pane">
                <div class="row">
                    <div id="PageAttributeFilterWrapper" class="col-xs-6">
                        <header>Page Filter</header>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon1">Page Size</span>
                            <select id="PageSizeFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon1"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon2">Present Attribute</span>
                            <select id="PresentFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon2"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                                <span class="input-group-addon" id="basic-addon2">Execute Attribute</span>
                                <select id="ExecuteFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon2"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                                <span class="input-group-addon" id="basic-addon3">Read/Write Attribute</span>
                                <select id="RWFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon3"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                                <span class="input-group-addon" id="basic-addon8">Privilege Level</span>
                                <select id="PrivilegeFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon8"></select>
                        </div>
                        <p></p>
                        <p>
                            <button id="ClearPageFilter" class="btn btn-danger">Clear Page Filters</button>
                        </p>
                    </div>
                    <div id="MemoryRangeFilterWrapper" class="col-xs-3">
                        <header>Memory Range Filter</header>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon4">UEFI Memory Type</span>
                            <select id="MemoryTypeFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon4"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon4">GCD Memory Type</span>
                            <select id="MemorySpaceTypeFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon4"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon6">Special Memory Regions</span>
                            <select id="SpecialMemoryRegionsFilter" class="form-control selectpicker" data-actions-box="true" data-selected-text-format="count > 2" title="No Filter Active." data-style="btn-primary" multiple aria-describedby="basic-addon6"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                            <span class="input-group-addon" id="basic-addon5">Memory Contents</span>
                            <select id="MemoryContentsFilter" class="form-control selectpicker" data-actions-box="true" data-selected-text-format="count > 2" title="No Filter Active." data-style="btn-primary" multiple aria-describedby="basic-addon5"></select>
                        </div>
                        <p></p>
                        <div class="input-group">
                                <span class="input-group-addon" id="basic-addon7">Section Type</span>
                                <select id="SectionFilter" class="form-control selectpicker" title="No Filter Active." data-style="btn-primary" data-actions-box="true" data-selected-text-format="count > 2" multiple aria-describedby="basic-addon7"></select>
                        </div>
                        <p></p>
                        <p>
                            <button id="ClearMemoryFilter" class="btn btn-danger">Clear Memory Filters</button>
                        </p>
                    </div>
                    <div class="col-xs-3">
                        <header>Actions</header>
                        Filters: <button id="ClearAllFilter" class="btn btn-danger">Clear All</button>
                        <p></p>
                    </div>
                </div>
                <table id="MemoryRanges" class="table table-striped table-bordered table-hover" cellspacing="0">
                    <thead>
                        <tr>
                            <th>Base Address</th>
                            <th>End Address</th>
                            <th>Page Size</th>
                            <th># of Pages</th>
                            <th>Present</th>
                            <th>Read/Write</th>
                            <th>Execute</th>
                            <th>Privilege</th>
                            <th>UEFI Memory Type</th>
                            <th>GCD Memory Type</th>
                            <th>Section Type</th>
                            <th>Special Memory Usage</th>
                            <th>UEFI Memory Contents</th>
                        </tr>
                    </thead>
                    <tbody></tbody>
                    <tfoot></tfoot>
                </table>
            </div>
            <div id="tabs-4" class="tab-pane">
                <h2>Parsing Tool Errors</h2>
                <table id="ParsingErrors" class="table table-striped table-bordered table-hover" cellspacing="0">
                    <thead>
                        <tr>
                            <th>Error Msg</th>
                        </tr>
                    </thead>
                    <tbody></tbody>
                    <tfoot></tfoot>
                </table>
            </div>
            <div id="tabs-5" class="tab-pane">
                <div class="row">
                    <div class="col-xs-7">
                        <p></p>
                        <p>
                            DXE Paging Analysis Template Version: <span id="TemplateVersion">1.00</span><br />
                            DXE Paging Analysis Tool Version: <span id='ToolVersion'></span><br />
                        </p>
                        <h3>License</h3>
                        <hr />
                        <div id="ToolLicenseContent">
                            <p>
                                <span class="copyright">Copyright (C) Microsoft Corporation. All rights reserved.</span><br />
                                <span class="license">
                                    All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:<br>
                                    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.<br>
                                    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.<br><br>

                                    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
                                    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                                    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
                                    IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
                                    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
                                    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
                                    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
                                    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
                                    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
                                    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                                </span>
                            </p>
                        </div>
                    </div>
                    <div id="AttributionListWrapper" class="col-xs-5">
                        <h3>External Licenses</h3>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <script>
        var EmbeddedJd = {"ToolVersion": "0.90", "PlatformVersion": "1.0.0", "PlatformName": "Q35", "DateCollected": "Tuesday, December 20, 2022 02:56PM", "MemoryRanges": [{"Page Size": "4k", "Present": "No", "Read/Write": "Enabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x0000000000", "End": "0x0000000FFF", "Number of Entries": 1, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "NULL Page", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000001000", "End": "0x000002FFFF", "Number of Entries": 47, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000030000", "End": "0x000004FFFF", "Number of Entries": 32, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeReserved", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000050000", "End": "0x0000084FFF", "Number of Entries": 53, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x0000085000", "End": "0x0000085FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000086000", "End": "0x0000086FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x0000087000", "End": "0x0000087FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000088000", "End": "0x000009FFFF", "Number of Entries": 24, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00000A0000", "End": "0x00000FFFFF", "Number of Entries": 96, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000100000", "End": "0x00001FFFFF", "Number of Entries": 256, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000200000", "End": "0x00007FFFFF", "Number of Entries": 3, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000800000", "End": "0x000081FFFF", "Number of Entries": "1 (p)", "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000820000", "End": "0x00009FFFFF", "Number of Entries": "1 (p)", "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0000A00000", "End": "0x00013FFFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0001400000", "End": "0x00014FFFFF", "Number of Entries": "1 (p)", "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0001500000", "End": "0x00015FFFFF", "Number of Entries": "1 (p)", "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0001600000", "End": "0x007A5FFFFF", "Number of Entries": 968, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A600000", "End": "0x007A650FFF", "Number of Entries": 81, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A651000", "End": "0x007A65AFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A65B000", "End": "0x007A65BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A65C000", "End": "0x007A674FFF", "Number of Entries": 25, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A675000", "End": "0x007A675FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A676000", "End": "0x007A6B5FFF", "Number of Entries": 64, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6B6000", "End": "0x007A6B6FFF", "Number of Entries": 1, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6B7000", "End": "0x007A6B7FFF", "Number of Entries": 1, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditTestApp\\DEBUG\\DxePagingAuditTestApp.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007A6B8000", "End": "0x007A6C8FFF", "Number of Entries": 17, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditTestApp\\DEBUG\\DxePagingAuditTestApp.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6C9000", "End": "0x007A6D3FFF", "Number of Entries": 11, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditTestApp\\DEBUG\\DxePagingAuditTestApp.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6D4000", "End": "0x007A6D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6D5000", "End": "0x007A6D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6D6000", "End": "0x007A6D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6D7000", "End": "0x007A6D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6D8000", "End": "0x007A6D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6D9000", "End": "0x007A6D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6DA000", "End": "0x007A6DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6DB000", "End": "0x007A6DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6DC000", "End": "0x007A6DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6DD000", "End": "0x007A6DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6DE000", "End": "0x007A6DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6DF000", "End": "0x007A6DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6E0000", "End": "0x007A6E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6E1000", "End": "0x007A6E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6E2000", "End": "0x007A6E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6E3000", "End": "0x007A6E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6E4000", "End": "0x007A6E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6E5000", "End": "0x007A6E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6E6000", "End": "0x007A6E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6E7000", "End": "0x007A6E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6E8000", "End": "0x007A6E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6E9000", "End": "0x007A6E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6EA000", "End": "0x007A6EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6EB000", "End": "0x007A6EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6EC000", "End": "0x007A6ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6ED000", "End": "0x007A6EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6EE000", "End": "0x007A6EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6EF000", "End": "0x007A6EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6F0000", "End": "0x007A6F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6F1000", "End": "0x007A6F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6F2000", "End": "0x007A6F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6F3000", "End": "0x007A6F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6F4000", "End": "0x007A6F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6F5000", "End": "0x007A6F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6F6000", "End": "0x007A6F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6F7000", "End": "0x007A6F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6F8000", "End": "0x007A6F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6F9000", "End": "0x007A6F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6FA000", "End": "0x007A6FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6FB000", "End": "0x007A6FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6FC000", "End": "0x007A6FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6FD000", "End": "0x007A6FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A6FE000", "End": "0x007A6FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A6FF000", "End": "0x007A6FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A700000", "End": "0x007A700FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A701000", "End": "0x007A701FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A702000", "End": "0x007A702FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A703000", "End": "0x007A703FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A704000", "End": "0x007A704FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A705000", "End": "0x007A705FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A706000", "End": "0x007A706FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A707000", "End": "0x007A707FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A708000", "End": "0x007A708FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A709000", "End": "0x007A709FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A70A000", "End": "0x007A70AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A70B000", "End": "0x007A70BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A70C000", "End": "0x007A70CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A70D000", "End": "0x007A70DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A70E000", "End": "0x007A70EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A70F000", "End": "0x007A70FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A710000", "End": "0x007A710FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A711000", "End": "0x007A711FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A712000", "End": "0x007A712FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A713000", "End": "0x007A713FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A714000", "End": "0x007A714FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A715000", "End": "0x007A715FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A716000", "End": "0x007A716FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A717000", "End": "0x007A717FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A718000", "End": "0x007A718FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A719000", "End": "0x007A719FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A71A000", "End": "0x007A71AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A71B000", "End": "0x007A71BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A71C000", "End": "0x007A71CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A71D000", "End": "0x007A71DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A71E000", "End": "0x007A71EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A71F000", "End": "0x007A71FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A720000", "End": "0x007A720FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A721000", "End": "0x007A721FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A722000", "End": "0x007A722FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A723000", "End": "0x007A723FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A724000", "End": "0x007A724FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A725000", "End": "0x007A731FFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A732000", "End": "0x007A732FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A733000", "End": "0x007A733FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A734000", "End": "0x007A734FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A735000", "End": "0x007A735FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A736000", "End": "0x007A736FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A737000", "End": "0x007A737FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A738000", "End": "0x007A738FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A739000", "End": "0x007A739FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A73A000", "End": "0x007A73AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A73B000", "End": "0x007A73BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A73C000", "End": "0x007A73CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A73D000", "End": "0x007A747FFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A748000", "End": "0x007A748FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A749000", "End": "0x007A749FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A74A000", "End": "0x007A74AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A74B000", "End": "0x007A74BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A74C000", "End": "0x007A74CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A74D000", "End": "0x007A74DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A74E000", "End": "0x007A74EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A74F000", "End": "0x007A74FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A750000", "End": "0x007A750FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A751000", "End": "0x007A751FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A752000", "End": "0x007A752FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A753000", "End": "0x007A753FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A754000", "End": "0x007A754FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A755000", "End": "0x007A755FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A756000", "End": "0x007A756FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A757000", "End": "0x007A757FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A758000", "End": "0x007A758FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A759000", "End": "0x007A759FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A75A000", "End": "0x007A75AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A75B000", "End": "0x007A75BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A75C000", "End": "0x007A75CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A75D000", "End": "0x007A75DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A75E000", "End": "0x007A75EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A75F000", "End": "0x007A75FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A760000", "End": "0x007A760FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A761000", "End": "0x007A761FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A762000", "End": "0x007A762FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A763000", "End": "0x007A763FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A764000", "End": "0x007A764FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A765000", "End": "0x007A765FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A766000", "End": "0x007A766FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A767000", "End": "0x007A767FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A768000", "End": "0x007A768FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A769000", "End": "0x007A769FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A76A000", "End": "0x007A76AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A76B000", "End": "0x007A76BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A76C000", "End": "0x007A76CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A76D000", "End": "0x007A76DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A76E000", "End": "0x007A76EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A76F000", "End": "0x007A76FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A770000", "End": "0x007A770FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A771000", "End": "0x007A771FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A772000", "End": "0x007A772FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A773000", "End": "0x007A773FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A774000", "End": "0x007A774FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A775000", "End": "0x007A775FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A776000", "End": "0x007A776FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A777000", "End": "0x007A777FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A778000", "End": "0x007A778FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A779000", "End": "0x007A779FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A77A000", "End": "0x007A77AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A77B000", "End": "0x007A77BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A77C000", "End": "0x007A77CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A77D000", "End": "0x007A77DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A77E000", "End": "0x007A77EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A77F000", "End": "0x007A77FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A780000", "End": "0x007A780FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A781000", "End": "0x007A781FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A782000", "End": "0x007A782FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A783000", "End": "0x007A783FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A784000", "End": "0x007A784FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A785000", "End": "0x007A785FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A786000", "End": "0x007A786FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A787000", "End": "0x007A787FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A788000", "End": "0x007A788FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A789000", "End": "0x007A789FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A78A000", "End": "0x007A78AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A78B000", "End": "0x007A78BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A78C000", "End": "0x007A78CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A78D000", "End": "0x007A78DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A78E000", "End": "0x007A78EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A78F000", "End": "0x007A78FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A790000", "End": "0x007A790FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A791000", "End": "0x007A791FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A792000", "End": "0x007A792FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A793000", "End": "0x007A793FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A794000", "End": "0x007A794FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A795000", "End": "0x007A795FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A796000", "End": "0x007A796FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A797000", "End": "0x007A797FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A798000", "End": "0x007A798FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A799000", "End": "0x007A799FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A79A000", "End": "0x007A79AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A79B000", "End": "0x007A79BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A79C000", "End": "0x007A79CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A79D000", "End": "0x007A79DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A79E000", "End": "0x007A79EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A79F000", "End": "0x007A79FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7A0000", "End": "0x007A7A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7A1000", "End": "0x007A7A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7A2000", "End": "0x007A7A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7A3000", "End": "0x007A7A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7A4000", "End": "0x007A7A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7A5000", "End": "0x007A7AAFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7AB000", "End": "0x007A7ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7AC000", "End": "0x007A7AFFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7B0000", "End": "0x007A7B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7B1000", "End": "0x007A7B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7B2000", "End": "0x007A7B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7B3000", "End": "0x007A7B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7B4000", "End": "0x007A7B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7B5000", "End": "0x007A7B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7B6000", "End": "0x007A7B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7B7000", "End": "0x007A7B9FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7BA000", "End": "0x007A7BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7BB000", "End": "0x007A7BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7BC000", "End": "0x007A7BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7BD000", "End": "0x007A7BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7BE000", "End": "0x007A7BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7BF000", "End": "0x007A7BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7C0000", "End": "0x007A7C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7C1000", "End": "0x007A7C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7C2000", "End": "0x007A7C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7C3000", "End": "0x007A7C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7C4000", "End": "0x007A7C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7C5000", "End": "0x007A7C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7C6000", "End": "0x007A7C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7C7000", "End": "0x007A7C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7C8000", "End": "0x007A7C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7C9000", "End": "0x007A7C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7CA000", "End": "0x007A7CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7CB000", "End": "0x007A7CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7CC000", "End": "0x007A7CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7CD000", "End": "0x007A7CFFFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7D0000", "End": "0x007A7D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7D1000", "End": "0x007A7D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7D2000", "End": "0x007A7D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7D3000", "End": "0x007A7D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7D4000", "End": "0x007A7D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7D5000", "End": "0x007A7D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7D6000", "End": "0x007A7D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7D7000", "End": "0x007A7D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7D8000", "End": "0x007A7D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7D9000", "End": "0x007A7D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7DA000", "End": "0x007A7DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7DB000", "End": "0x007A7DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7DC000", "End": "0x007A7DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7DD000", "End": "0x007A7DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7DE000", "End": "0x007A7DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7DF000", "End": "0x007A7E2FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7E3000", "End": "0x007A7E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7E4000", "End": "0x007A7E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7E5000", "End": "0x007A7E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7E6000", "End": "0x007A7E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7E7000", "End": "0x007A7E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7E8000", "End": "0x007A7E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7E9000", "End": "0x007A7E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7EA000", "End": "0x007A7EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7EB000", "End": "0x007A7EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7EC000", "End": "0x007A7ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7ED000", "End": "0x007A7EEFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7EF000", "End": "0x007A7EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7F0000", "End": "0x007A7F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7F1000", "End": "0x007A7F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7F2000", "End": "0x007A7F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7F3000", "End": "0x007A7F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7F4000", "End": "0x007A7F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7F5000", "End": "0x007A7F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7F6000", "End": "0x007A7F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7F7000", "End": "0x007A7F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7F8000", "End": "0x007A7F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7F9000", "End": "0x007A7F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7FA000", "End": "0x007A7FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7FB000", "End": "0x007A7FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7FC000", "End": "0x007A7FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7FD000", "End": "0x007A7FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A7FE000", "End": "0x007A7FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A7FF000", "End": "0x007A7FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A800000", "End": "0x007A800FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A801000", "End": "0x007A801FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A802000", "End": "0x007A802FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A803000", "End": "0x007A803FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A804000", "End": "0x007A804FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A805000", "End": "0x007A805FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A806000", "End": "0x007A806FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A807000", "End": "0x007A807FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A808000", "End": "0x007A808FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A809000", "End": "0x007A809FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A80A000", "End": "0x007A80AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A80B000", "End": "0x007A80BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A80C000", "End": "0x007A80CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A80D000", "End": "0x007A80DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A80E000", "End": "0x007A80EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A80F000", "End": "0x007A80FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A810000", "End": "0x007A810FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A811000", "End": "0x007A811FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A812000", "End": "0x007A812FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A813000", "End": "0x007A813FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A814000", "End": "0x007A814FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A815000", "End": "0x007A815FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A816000", "End": "0x007A816FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A817000", "End": "0x007A817FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A818000", "End": "0x007A818FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A819000", "End": "0x007A819FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A81A000", "End": "0x007A81AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A81B000", "End": "0x007A81BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A81C000", "End": "0x007A81CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A81D000", "End": "0x007A81DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A81E000", "End": "0x007A81EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A81F000", "End": "0x007A83CFFF", "Number of Entries": 30, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A83D000", "End": "0x007A83DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A83E000", "End": "0x007A83EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A83F000", "End": "0x007A83FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A840000", "End": "0x007A840FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A841000", "End": "0x007A841FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A842000", "End": "0x007A842FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A843000", "End": "0x007A843FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A844000", "End": "0x007A844FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A845000", "End": "0x007A845FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A846000", "End": "0x007A846FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A847000", "End": "0x007A848FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A849000", "End": "0x007A849FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A84A000", "End": "0x007A84AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A84B000", "End": "0x007A84BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A84C000", "End": "0x007A84CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A84D000", "End": "0x007A84DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A84E000", "End": "0x007A84EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A84F000", "End": "0x007A84FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A850000", "End": "0x007A850FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A851000", "End": "0x007A851FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A852000", "End": "0x007A852FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A853000", "End": "0x007A853FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A854000", "End": "0x007A854FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A855000", "End": "0x007A855FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A856000", "End": "0x007A856FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A857000", "End": "0x007A857FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A858000", "End": "0x007A858FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A859000", "End": "0x007A859FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A85A000", "End": "0x007A85AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A85B000", "End": "0x007A85BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A85C000", "End": "0x007A85CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A85D000", "End": "0x007A85DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A85E000", "End": "0x007A85EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A85F000", "End": "0x007A85FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A860000", "End": "0x007A860FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A861000", "End": "0x007A861FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A862000", "End": "0x007A862FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A863000", "End": "0x007A863FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A864000", "End": "0x007A864FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A865000", "End": "0x007A865FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A866000", "End": "0x007A866FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A867000", "End": "0x007A867FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A868000", "End": "0x007A868FFF", "Number of Entries": 1, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A869000", "End": "0x007A869FFF", "Number of Entries": 1, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\Application\\Shell\\Shell\\DEBUG\\Shell.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007A86A000", "End": "0x007A8D5FFF", "Number of Entries": 108, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\Application\\Shell\\Shell\\DEBUG\\Shell.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A8D6000", "End": "0x007A960FFF", "Number of Entries": 139, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\Application\\Shell\\Shell\\DEBUG\\Shell.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A961000", "End": "0x007A962FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A963000", "End": "0x007A963FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A964000", "End": "0x007A964FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A965000", "End": "0x007A965FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A966000", "End": "0x007A966FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A967000", "End": "0x007A967FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A968000", "End": "0x007A968FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A969000", "End": "0x007A969FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A96A000", "End": "0x007A96AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A96B000", "End": "0x007A96BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A96C000", "End": "0x007A96CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A96D000", "End": "0x007A96DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A96E000", "End": "0x007A96EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A96F000", "End": "0x007A96FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A970000", "End": "0x007A970FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A971000", "End": "0x007A971FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A972000", "End": "0x007A972FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A973000", "End": "0x007A973FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A974000", "End": "0x007A974FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A975000", "End": "0x007A975FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A976000", "End": "0x007A976FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A977000", "End": "0x007A977FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A978000", "End": "0x007A978FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A979000", "End": "0x007A979FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A97A000", "End": "0x007A97AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A97B000", "End": "0x007A97BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A97C000", "End": "0x007A97CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A97D000", "End": "0x007A97DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A97E000", "End": "0x007A97EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A97F000", "End": "0x007A97FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A980000", "End": "0x007A980FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A981000", "End": "0x007A98DFFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A98E000", "End": "0x007A98EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A98F000", "End": "0x007A98FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A990000", "End": "0x007A990FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A991000", "End": "0x007A991FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A992000", "End": "0x007A992FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A993000", "End": "0x007A993FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A994000", "End": "0x007A994FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A995000", "End": "0x007A995FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A996000", "End": "0x007A996FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A997000", "End": "0x007A997FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A998000", "End": "0x007A998FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A999000", "End": "0x007A999FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A99A000", "End": "0x007A99AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A99B000", "End": "0x007A99BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A99C000", "End": "0x007A99CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A99D000", "End": "0x007A99DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A99E000", "End": "0x007A99EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A99F000", "End": "0x007A99FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9A0000", "End": "0x007A9A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9A1000", "End": "0x007A9A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9A2000", "End": "0x007A9A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9A3000", "End": "0x007A9A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9A4000", "End": "0x007A9A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9A5000", "End": "0x007A9A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9A6000", "End": "0x007A9A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9A7000", "End": "0x007A9A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9A8000", "End": "0x007A9A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9A9000", "End": "0x007A9A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9AA000", "End": "0x007A9AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9AB000", "End": "0x007A9ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9AC000", "End": "0x007A9ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9AD000", "End": "0x007A9ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9AE000", "End": "0x007A9AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9AF000", "End": "0x007A9AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9B0000", "End": "0x007A9B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9B1000", "End": "0x007A9B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9B2000", "End": "0x007A9B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9B3000", "End": "0x007A9B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9B4000", "End": "0x007A9B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9B5000", "End": "0x007A9B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9B6000", "End": "0x007A9B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9B7000", "End": "0x007A9B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9B8000", "End": "0x007A9B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9B9000", "End": "0x007A9B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9BA000", "End": "0x007A9BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9BB000", "End": "0x007A9BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9BC000", "End": "0x007A9BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9BD000", "End": "0x007A9BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9BE000", "End": "0x007A9BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9BF000", "End": "0x007A9BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9C0000", "End": "0x007A9C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9C1000", "End": "0x007A9C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9C2000", "End": "0x007A9C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9C3000", "End": "0x007A9C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9C4000", "End": "0x007A9C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9C5000", "End": "0x007A9C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9C6000", "End": "0x007A9C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9C7000", "End": "0x007A9CFFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9D0000", "End": "0x007A9D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9D1000", "End": "0x007A9D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9D2000", "End": "0x007A9D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9D3000", "End": "0x007A9D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9D4000", "End": "0x007A9D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9D5000", "End": "0x007A9D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9D6000", "End": "0x007A9D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9D7000", "End": "0x007A9D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9D8000", "End": "0x007A9D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9D9000", "End": "0x007A9D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9DA000", "End": "0x007A9DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9DB000", "End": "0x007A9DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9DC000", "End": "0x007A9DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9DD000", "End": "0x007A9DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9DE000", "End": "0x007A9DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9DF000", "End": "0x007A9DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9E0000", "End": "0x007A9E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9E1000", "End": "0x007A9E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9E2000", "End": "0x007A9E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9E3000", "End": "0x007A9E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9E4000", "End": "0x007A9E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9E5000", "End": "0x007A9E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9E6000", "End": "0x007A9E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9E7000", "End": "0x007A9E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9E8000", "End": "0x007A9E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9E9000", "End": "0x007A9E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9EA000", "End": "0x007A9EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9EB000", "End": "0x007A9EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9EC000", "End": "0x007A9ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9ED000", "End": "0x007A9EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9EE000", "End": "0x007A9EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9EF000", "End": "0x007A9EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9F0000", "End": "0x007A9F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9F1000", "End": "0x007A9F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9F2000", "End": "0x007A9F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9F3000", "End": "0x007A9F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9F4000", "End": "0x007A9F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9F5000", "End": "0x007A9F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9F6000", "End": "0x007A9F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9F7000", "End": "0x007A9F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9F8000", "End": "0x007A9F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9F9000", "End": "0x007A9F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9FA000", "End": "0x007A9FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9FB000", "End": "0x007A9FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9FC000", "End": "0x007A9FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9FD000", "End": "0x007A9FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007A9FE000", "End": "0x007A9FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007A9FF000", "End": "0x007AA07FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA08000", "End": "0x007AA08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA09000", "End": "0x007AA09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA0A000", "End": "0x007AA0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA0B000", "End": "0x007AA0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA0C000", "End": "0x007AA0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA0D000", "End": "0x007AA0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA0E000", "End": "0x007AA0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA0F000", "End": "0x007AA0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA10000", "End": "0x007AA10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA11000", "End": "0x007AA11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA12000", "End": "0x007AA12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA13000", "End": "0x007AA13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA14000", "End": "0x007AA14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA15000", "End": "0x007AA15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA16000", "End": "0x007AA16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA17000", "End": "0x007AA17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA18000", "End": "0x007AA18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA19000", "End": "0x007AA19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA1A000", "End": "0x007AA1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA1B000", "End": "0x007AA1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA1C000", "End": "0x007AA1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA1D000", "End": "0x007AA1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA1E000", "End": "0x007AA1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA1F000", "End": "0x007AA1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA20000", "End": "0x007AA20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA21000", "End": "0x007AA21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA22000", "End": "0x007AA22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA23000", "End": "0x007AA23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA24000", "End": "0x007AA24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA25000", "End": "0x007AA25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA26000", "End": "0x007AA26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA27000", "End": "0x007AA27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA28000", "End": "0x007AA28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA29000", "End": "0x007AA29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA2A000", "End": "0x007AA2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA2B000", "End": "0x007AA2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA2C000", "End": "0x007AA2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA2D000", "End": "0x007AA2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA2E000", "End": "0x007AA2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA2F000", "End": "0x007AA2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA30000", "End": "0x007AA30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA31000", "End": "0x007AA31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA32000", "End": "0x007AA32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA33000", "End": "0x007AA33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA34000", "End": "0x007AA34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA35000", "End": "0x007AA35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA36000", "End": "0x007AA36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA37000", "End": "0x007AA37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA38000", "End": "0x007AA38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA39000", "End": "0x007AA39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA3A000", "End": "0x007AA3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA3B000", "End": "0x007AA3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA3C000", "End": "0x007AA3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA3D000", "End": "0x007AA3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA3E000", "End": "0x007AA3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA3F000", "End": "0x007AA3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA40000", "End": "0x007AA40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA41000", "End": "0x007AA41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA42000", "End": "0x007AA42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA43000", "End": "0x007AA43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA44000", "End": "0x007AA44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA45000", "End": "0x007AA45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA46000", "End": "0x007AA46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA47000", "End": "0x007AA47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA48000", "End": "0x007AA48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA49000", "End": "0x007AA49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA4A000", "End": "0x007AA4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA4B000", "End": "0x007AA4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA4C000", "End": "0x007AA4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA4D000", "End": "0x007AA4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA4E000", "End": "0x007AA4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA4F000", "End": "0x007AA4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA50000", "End": "0x007AA50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA51000", "End": "0x007AA51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA52000", "End": "0x007AA52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA53000", "End": "0x007AA53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA54000", "End": "0x007AA54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA55000", "End": "0x007AA55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA56000", "End": "0x007AA56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA57000", "End": "0x007AA57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA58000", "End": "0x007AA58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA59000", "End": "0x007AA59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA5A000", "End": "0x007AA5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA5B000", "End": "0x007AA5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA5C000", "End": "0x007AA5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA5D000", "End": "0x007AA5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA5E000", "End": "0x007AA5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA5F000", "End": "0x007AA5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA60000", "End": "0x007AA60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA61000", "End": "0x007AA65FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA66000", "End": "0x007AA67FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA68000", "End": "0x007AA68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA69000", "End": "0x007AA69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA6A000", "End": "0x007AA6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA6B000", "End": "0x007AA6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA6C000", "End": "0x007AA6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA6D000", "End": "0x007AA6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA6E000", "End": "0x007AA6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA6F000", "End": "0x007AA6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA70000", "End": "0x007AA70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA71000", "End": "0x007AA71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA72000", "End": "0x007AA72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA73000", "End": "0x007AA73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA74000", "End": "0x007AA74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA75000", "End": "0x007AA75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA76000", "End": "0x007AA76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA77000", "End": "0x007AA77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA78000", "End": "0x007AA78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA79000", "End": "0x007AA79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA7A000", "End": "0x007AA7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA7B000", "End": "0x007AA7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA7C000", "End": "0x007AA7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA7D000", "End": "0x007AA7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA7E000", "End": "0x007AA7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA7F000", "End": "0x007AA7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA80000", "End": "0x007AA80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA81000", "End": "0x007AA81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA82000", "End": "0x007AA82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditDriver\\DEBUG\\DxePagingAuditDriver.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007AA83000", "End": "0x007AA87FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditDriver\\DEBUG\\DxePagingAuditDriver.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA88000", "End": "0x007AA8DFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiTestingPkg\\AuditTests\\PagingAudit\\UEFI\\DxePagingAuditDriver\\DEBUG\\DxePagingAuditDriver.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA8E000", "End": "0x007AA8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA8F000", "End": "0x007AA8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA90000", "End": "0x007AA90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA91000", "End": "0x007AA91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA92000", "End": "0x007AA92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA93000", "End": "0x007AA93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA94000", "End": "0x007AA94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA95000", "End": "0x007AA95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA96000", "End": "0x007AA96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA97000", "End": "0x007AA97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA98000", "End": "0x007AA98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA99000", "End": "0x007AA99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA9A000", "End": "0x007AA9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA9B000", "End": "0x007AA9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA9C000", "End": "0x007AA9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA9D000", "End": "0x007AA9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AA9E000", "End": "0x007AA9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AA9F000", "End": "0x007AA9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAA0000", "End": "0x007AAA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAA1000", "End": "0x007AAA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAA2000", "End": "0x007AAA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAA3000", "End": "0x007AAA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAA4000", "End": "0x007AAA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAA5000", "End": "0x007AAA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAA6000", "End": "0x007AAA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAA7000", "End": "0x007AAA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAA8000", "End": "0x007AAA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAA9000", "End": "0x007AAA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAAA000", "End": "0x007AAAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAAB000", "End": "0x007AAABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAAC000", "End": "0x007AAACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAAD000", "End": "0x007AAADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAAE000", "End": "0x007AAAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAAF000", "End": "0x007AAAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAB0000", "End": "0x007AAB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAB1000", "End": "0x007AAB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAB2000", "End": "0x007AAB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAB3000", "End": "0x007AAB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAB4000", "End": "0x007AAB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAB5000", "End": "0x007AAB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAB6000", "End": "0x007AAB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAB7000", "End": "0x007AAB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAB8000", "End": "0x007AAB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAB9000", "End": "0x007AAB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AABA000", "End": "0x007AABAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AABB000", "End": "0x007AABBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AABC000", "End": "0x007AABCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AABD000", "End": "0x007AABDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AABE000", "End": "0x007AABEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AABF000", "End": "0x007AABFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAC0000", "End": "0x007AAC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAC1000", "End": "0x007AAC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAC2000", "End": "0x007AAC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAC3000", "End": "0x007AAC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAC4000", "End": "0x007AAC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAC5000", "End": "0x007AAC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAC6000", "End": "0x007AAC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAC7000", "End": "0x007AAC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAC8000", "End": "0x007AAC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAC9000", "End": "0x007AAC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AACA000", "End": "0x007AACAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AACB000", "End": "0x007AACBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AACC000", "End": "0x007AACCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AACD000", "End": "0x007AACDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AACE000", "End": "0x007AACEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AACF000", "End": "0x007AACFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAD0000", "End": "0x007AAD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAD1000", "End": "0x007AAD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAD2000", "End": "0x007AAD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAD3000", "End": "0x007AAD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAD4000", "End": "0x007AAD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAD5000", "End": "0x007AAD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAD6000", "End": "0x007AAD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAD7000", "End": "0x007AAD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAD8000", "End": "0x007AAD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAD9000", "End": "0x007AAD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AADA000", "End": "0x007AADAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AADB000", "End": "0x007AADBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AADC000", "End": "0x007AADCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AADD000", "End": "0x007AADDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AADE000", "End": "0x007AADEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AADF000", "End": "0x007AADFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAE0000", "End": "0x007AAE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAE1000", "End": "0x007AAE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAE2000", "End": "0x007AAE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAE3000", "End": "0x007AAE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAE4000", "End": "0x007AAE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAE5000", "End": "0x007AAE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAE6000", "End": "0x007AAE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAE7000", "End": "0x007AAE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAE8000", "End": "0x007AAE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAE9000", "End": "0x007AAE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAEA000", "End": "0x007AAEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAEB000", "End": "0x007AAEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAEC000", "End": "0x007AAECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAED000", "End": "0x007AAEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAEE000", "End": "0x007AAEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAEF000", "End": "0x007AAEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAF0000", "End": "0x007AAF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAF1000", "End": "0x007AAF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAF2000", "End": "0x007AAF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAF3000", "End": "0x007AAF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAF4000", "End": "0x007AAF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAF5000", "End": "0x007AAF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAF6000", "End": "0x007AAF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAF7000", "End": "0x007AAF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAF8000", "End": "0x007AAF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAF9000", "End": "0x007AAF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAFA000", "End": "0x007AAFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAFB000", "End": "0x007AAFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAFC000", "End": "0x007AAFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAFD000", "End": "0x007AAFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AAFE000", "End": "0x007AAFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AAFF000", "End": "0x007AAFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB00000", "End": "0x007AB00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB01000", "End": "0x007AB01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB02000", "End": "0x007AB02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB03000", "End": "0x007AB03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB04000", "End": "0x007AB04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB05000", "End": "0x007AB05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB06000", "End": "0x007AB06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB07000", "End": "0x007AB07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB08000", "End": "0x007AB08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB09000", "End": "0x007AB09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB0A000", "End": "0x007AB0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB0B000", "End": "0x007AB0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB0C000", "End": "0x007AB0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB0D000", "End": "0x007AB0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB0E000", "End": "0x007AB0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB0F000", "End": "0x007AB0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB10000", "End": "0x007AB10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB11000", "End": "0x007AB11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB12000", "End": "0x007AB12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB13000", "End": "0x007AB13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB14000", "End": "0x007AB14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB15000", "End": "0x007AB15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB16000", "End": "0x007AB16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB17000", "End": "0x007AB17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB18000", "End": "0x007AB18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB19000", "End": "0x007AB19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB1A000", "End": "0x007AB1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB1B000", "End": "0x007AB1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB1C000", "End": "0x007AB1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB1D000", "End": "0x007AB1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB1E000", "End": "0x007AB1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB1F000", "End": "0x007AB1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB20000", "End": "0x007AB20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB21000", "End": "0x007AB21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB22000", "End": "0x007AB22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB23000", "End": "0x007AB23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB24000", "End": "0x007AB24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB25000", "End": "0x007AB25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB26000", "End": "0x007AB26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB27000", "End": "0x007AB27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB28000", "End": "0x007AB28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB29000", "End": "0x007AB29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB2A000", "End": "0x007AB2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB2B000", "End": "0x007AB2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB2C000", "End": "0x007AB2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB2D000", "End": "0x007AB2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB2E000", "End": "0x007AB2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB2F000", "End": "0x007AB2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB30000", "End": "0x007AB30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB31000", "End": "0x007AB31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB32000", "End": "0x007AB32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB33000", "End": "0x007AB33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB34000", "End": "0x007AB34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB35000", "End": "0x007AB35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB36000", "End": "0x007AB36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB37000", "End": "0x007AB37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB38000", "End": "0x007AB38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB39000", "End": "0x007AB3AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AB3B000", "End": "0x007AB3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AB3C000", "End": "0x007ABFFFFF", "Number of Entries": 196, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AC00000", "End": "0x007ADFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AE00000", "End": "0x007AFBCFFF", "Number of Entries": 445, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFBD000", "End": "0x007AFBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFBE000", "End": "0x007AFDDFFF", "Number of Entries": 32, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFDE000", "End": "0x007AFDEFFF", "Number of Entries": 1, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFDF000", "End": "0x007AFDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFE0000", "End": "0x007AFE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFE1000", "End": "0x007AFE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFE2000", "End": "0x007AFE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFE3000", "End": "0x007AFE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFE4000", "End": "0x007AFE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFE5000", "End": "0x007AFE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFE6000", "End": "0x007AFE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFE7000", "End": "0x007AFE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFE8000", "End": "0x007AFE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFE9000", "End": "0x007AFE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFEA000", "End": "0x007AFEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFEB000", "End": "0x007AFECFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFED000", "End": "0x007AFEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFEE000", "End": "0x007AFEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFEF000", "End": "0x007AFEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFF0000", "End": "0x007AFF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFF1000", "End": "0x007AFF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFF2000", "End": "0x007AFF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFF3000", "End": "0x007AFF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFF4000", "End": "0x007AFF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFF5000", "End": "0x007AFF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFF6000", "End": "0x007AFF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFF7000", "End": "0x007AFF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFF8000", "End": "0x007AFF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFF9000", "End": "0x007AFF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFFA000", "End": "0x007AFFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFFB000", "End": "0x007AFFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFFC000", "End": "0x007AFFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFFD000", "End": "0x007AFFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007AFFE000", "End": "0x007AFFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007AFFF000", "End": "0x007AFFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B000000", "End": "0x007B000FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B001000", "End": "0x007B001FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B002000", "End": "0x007B002FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B003000", "End": "0x007B003FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B004000", "End": "0x007B004FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B005000", "End": "0x007B005FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B006000", "End": "0x007B006FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B007000", "End": "0x007B007FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B008000", "End": "0x007B008FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B009000", "End": "0x007B009FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B00A000", "End": "0x007B00AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B00B000", "End": "0x007B00BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B00C000", "End": "0x007B00CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B00D000", "End": "0x007B00DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B00E000", "End": "0x007B00EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B00F000", "End": "0x007B00FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B010000", "End": "0x007B010FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B011000", "End": "0x007B011FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B012000", "End": "0x007B012FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B013000", "End": "0x007B143FFF", "Number of Entries": 305, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B144000", "End": "0x007B144FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B145000", "End": "0x007B145FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B146000", "End": "0x007B146FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B147000", "End": "0x007B147FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B148000", "End": "0x007B148FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B149000", "End": "0x007B149FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B14A000", "End": "0x007B14AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B14B000", "End": "0x007B14BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B14C000", "End": "0x007B14CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B14D000", "End": "0x007B14DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B14E000", "End": "0x007B14EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B14F000", "End": "0x007B14FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B150000", "End": "0x007B150FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B151000", "End": "0x007B151FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B152000", "End": "0x007B152FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B153000", "End": "0x007B153FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B154000", "End": "0x007B154FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B155000", "End": "0x007B155FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B156000", "End": "0x007B156FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B157000", "End": "0x007B157FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B158000", "End": "0x007B158FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B159000", "End": "0x007B159FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B15A000", "End": "0x007B15AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B15B000", "End": "0x007B15BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B15C000", "End": "0x007B15CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B15D000", "End": "0x007B15DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B15E000", "End": "0x007B15EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B15F000", "End": "0x007B15FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B160000", "End": "0x007B160FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B161000", "End": "0x007B161FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B162000", "End": "0x007B162FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B163000", "End": "0x007B163FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B164000", "End": "0x007B164FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B165000", "End": "0x007B165FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B166000", "End": "0x007B166FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B167000", "End": "0x007B167FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B168000", "End": "0x007B168FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B169000", "End": "0x007B169FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B16A000", "End": "0x007B16AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B16B000", "End": "0x007B16BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B16C000", "End": "0x007B16CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B16D000", "End": "0x007B16DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B16E000", "End": "0x007B16EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B16F000", "End": "0x007B16FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B170000", "End": "0x007B170FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B171000", "End": "0x007B171FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B172000", "End": "0x007B172FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B173000", "End": "0x007B173FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B174000", "End": "0x007B174FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B175000", "End": "0x007B175FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B176000", "End": "0x007B176FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B177000", "End": "0x007B177FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B178000", "End": "0x007B178FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B179000", "End": "0x007B17DFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B17E000", "End": "0x007B17EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B17F000", "End": "0x007B17FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B180000", "End": "0x007B180FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B181000", "End": "0x007B181FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B182000", "End": "0x007B182FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B183000", "End": "0x007B183FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B184000", "End": "0x007B184FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B185000", "End": "0x007B185FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B186000", "End": "0x007B186FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B187000", "End": "0x007B187FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B188000", "End": "0x007B188FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B189000", "End": "0x007B189FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B18A000", "End": "0x007B18AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B18B000", "End": "0x007B18BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B18C000", "End": "0x007B18CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B18D000", "End": "0x007B18DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B18E000", "End": "0x007B18EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B18F000", "End": "0x007B18FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B190000", "End": "0x007B190FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B191000", "End": "0x007B198FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B199000", "End": "0x007B199FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B19A000", "End": "0x007B19AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B19B000", "End": "0x007B19BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B19C000", "End": "0x007B19CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B19D000", "End": "0x007B19DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B19E000", "End": "0x007B19EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B19F000", "End": "0x007B19FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1A0000", "End": "0x007B1A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1A1000", "End": "0x007B1A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1A2000", "End": "0x007B1A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1A3000", "End": "0x007B1A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1A4000", "End": "0x007B1A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1A5000", "End": "0x007B1A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1A6000", "End": "0x007B1A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1A7000", "End": "0x007B1A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1A8000", "End": "0x007B1A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1A9000", "End": "0x007B1A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1AA000", "End": "0x007B1AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1AB000", "End": "0x007B1ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1AC000", "End": "0x007B1ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1AD000", "End": "0x007B1ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1AE000", "End": "0x007B1AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1AF000", "End": "0x007B1AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1B0000", "End": "0x007B1B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1B1000", "End": "0x007B1B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1B2000", "End": "0x007B1B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1B3000", "End": "0x007B1B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1B4000", "End": "0x007B1B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1B5000", "End": "0x007B1B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1B6000", "End": "0x007B1B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1B7000", "End": "0x007B1B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1B8000", "End": "0x007B1B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1B9000", "End": "0x007B1B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1BA000", "End": "0x007B1BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1BB000", "End": "0x007B1BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1BC000", "End": "0x007B1BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1BD000", "End": "0x007B1BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1BE000", "End": "0x007B1BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1BF000", "End": "0x007B1BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1C0000", "End": "0x007B1C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1C1000", "End": "0x007B1C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1C2000", "End": "0x007B1C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1C3000", "End": "0x007B1C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1C4000", "End": "0x007B1C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1C5000", "End": "0x007B1C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1C6000", "End": "0x007B1C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1C7000", "End": "0x007B1C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1C8000", "End": "0x007B1C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1C9000", "End": "0x007B1C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1CA000", "End": "0x007B1CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1CB000", "End": "0x007B1CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1CC000", "End": "0x007B1CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1CD000", "End": "0x007B1CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1CE000", "End": "0x007B1D5FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1D6000", "End": "0x007B1D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1D7000", "End": "0x007B1D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1D8000", "End": "0x007B1D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1D9000", "End": "0x007B1D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1DA000", "End": "0x007B1DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1DB000", "End": "0x007B1DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1DC000", "End": "0x007B1DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1DD000", "End": "0x007B1DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1DE000", "End": "0x007B1DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1DF000", "End": "0x007B1DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1E0000", "End": "0x007B1E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1E1000", "End": "0x007B1E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1E2000", "End": "0x007B1E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1E3000", "End": "0x007B1E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1E4000", "End": "0x007B1E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1E5000", "End": "0x007B1E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1E6000", "End": "0x007B1E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1E7000", "End": "0x007B1E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1E8000", "End": "0x007B1E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1E9000", "End": "0x007B1E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1EA000", "End": "0x007B1EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1EB000", "End": "0x007B1EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1EC000", "End": "0x007B1ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1ED000", "End": "0x007B1EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1EE000", "End": "0x007B1EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1EF000", "End": "0x007B1EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1F0000", "End": "0x007B1F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1F1000", "End": "0x007B1F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1F2000", "End": "0x007B1F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1F3000", "End": "0x007B1F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1F4000", "End": "0x007B1F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1F5000", "End": "0x007B1F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1F6000", "End": "0x007B1F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1F7000", "End": "0x007B1F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B1F8000", "End": "0x007B1F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B1F9000", "End": "0x007B218FFF", "Number of Entries": 32, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B219000", "End": "0x007B219FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B21A000", "End": "0x007B21AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B21B000", "End": "0x007B21BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B21C000", "End": "0x007B21CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B21D000", "End": "0x007B21DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B21E000", "End": "0x007B21EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B21F000", "End": "0x007B21FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B220000", "End": "0x007B220FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B221000", "End": "0x007B221FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B222000", "End": "0x007B222FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B223000", "End": "0x007B223FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B224000", "End": "0x007B224FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B225000", "End": "0x007B225FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B226000", "End": "0x007B226FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B227000", "End": "0x007B227FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B228000", "End": "0x007B228FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B229000", "End": "0x007B229FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B22A000", "End": "0x007B22AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B22B000", "End": "0x007B22BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B22C000", "End": "0x007B22CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B22D000", "End": "0x007B22DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B22E000", "End": "0x007B22EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B22F000", "End": "0x007B22FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B230000", "End": "0x007B230FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B231000", "End": "0x007B231FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B232000", "End": "0x007B232FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B233000", "End": "0x007B233FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B234000", "End": "0x007B234FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B235000", "End": "0x007B235FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B236000", "End": "0x007B236FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B237000", "End": "0x007B237FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B238000", "End": "0x007B238FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B239000", "End": "0x007B239FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B23A000", "End": "0x007B23AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B23B000", "End": "0x007B23BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B23C000", "End": "0x007B23CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B23D000", "End": "0x007B23DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B23E000", "End": "0x007B23EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B23F000", "End": "0x007B23FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B240000", "End": "0x007B240FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B241000", "End": "0x007B241FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B242000", "End": "0x007B242FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B243000", "End": "0x007B243FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B244000", "End": "0x007B244FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B245000", "End": "0x007B245FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B246000", "End": "0x007B246FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B247000", "End": "0x007B247FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B248000", "End": "0x007B248FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B249000", "End": "0x007B249FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B24A000", "End": "0x007B24AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B24B000", "End": "0x007B24BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B24C000", "End": "0x007B24CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B24D000", "End": "0x007B24DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B24E000", "End": "0x007B24EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B24F000", "End": "0x007B24FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B250000", "End": "0x007B250FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B251000", "End": "0x007B251FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B252000", "End": "0x007B252FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B253000", "End": "0x007B253FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B254000", "End": "0x007B254FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B255000", "End": "0x007B255FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B256000", "End": "0x007B256FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B257000", "End": "0x007B257FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B258000", "End": "0x007B258FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B259000", "End": "0x007B259FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B25A000", "End": "0x007B25AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B25B000", "End": "0x007B25BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B25C000", "End": "0x007B25CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B25D000", "End": "0x007B25DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B25E000", "End": "0x007B25EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B25F000", "End": "0x007B25FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B260000", "End": "0x007B260FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B261000", "End": "0x007B261FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B262000", "End": "0x007B262FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B263000", "End": "0x007B263FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B264000", "End": "0x007B264FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B265000", "End": "0x007B265FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B266000", "End": "0x007B266FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B267000", "End": "0x007B267FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B268000", "End": "0x007B268FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B269000", "End": "0x007B269FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B26A000", "End": "0x007B26AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B26B000", "End": "0x007B26BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B26C000", "End": "0x007B26CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B26D000", "End": "0x007B26DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B26E000", "End": "0x007B26EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B26F000", "End": "0x007B26FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B270000", "End": "0x007B270FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B271000", "End": "0x007B271FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B272000", "End": "0x007B272FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B273000", "End": "0x007B273FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B274000", "End": "0x007B274FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B275000", "End": "0x007B275FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B276000", "End": "0x007B276FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B277000", "End": "0x007B277FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B278000", "End": "0x007B278FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B279000", "End": "0x007B279FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B27A000", "End": "0x007B27AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B27B000", "End": "0x007B27BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B27C000", "End": "0x007B27CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B27D000", "End": "0x007B27DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B27E000", "End": "0x007B27EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B27F000", "End": "0x007B27FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B280000", "End": "0x007B280FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B281000", "End": "0x007B281FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B282000", "End": "0x007B282FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B283000", "End": "0x007B283FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B284000", "End": "0x007B284FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B285000", "End": "0x007B285FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B286000", "End": "0x007B286FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B287000", "End": "0x007B287FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B288000", "End": "0x007B288FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B289000", "End": "0x007B289FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B28A000", "End": "0x007B28AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B28B000", "End": "0x007B28BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B28C000", "End": "0x007B28CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B28D000", "End": "0x007B28DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B28E000", "End": "0x007B28EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B28F000", "End": "0x007B28FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B290000", "End": "0x007B290FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B291000", "End": "0x007B291FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B292000", "End": "0x007B292FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B293000", "End": "0x007B293FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B294000", "End": "0x007B294FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B295000", "End": "0x007B295FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B296000", "End": "0x007B296FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B297000", "End": "0x007B297FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B298000", "End": "0x007B298FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B299000", "End": "0x007B299FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B29A000", "End": "0x007B29AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B29B000", "End": "0x007B29BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B29C000", "End": "0x007B29CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B29D000", "End": "0x007B29DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B29E000", "End": "0x007B29EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B29F000", "End": "0x007B29FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2A0000", "End": "0x007B2A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2A1000", "End": "0x007B2A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2A2000", "End": "0x007B2A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2A3000", "End": "0x007B2A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2A4000", "End": "0x007B2A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2A5000", "End": "0x007B2A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2A6000", "End": "0x007B2A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2A7000", "End": "0x007B2A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2A8000", "End": "0x007B2A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2A9000", "End": "0x007B2A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2AA000", "End": "0x007B2AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2AB000", "End": "0x007B2ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2AC000", "End": "0x007B2ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B2AD000", "End": "0x007B2ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B2AE000", "End": "0x007B3AEFFF", "Number of Entries": 257, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3AF000", "End": "0x007B3AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3B0000", "End": "0x007B3B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3B1000", "End": "0x007B3B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3B2000", "End": "0x007B3B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3B3000", "End": "0x007B3B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3B4000", "End": "0x007B3B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3B5000", "End": "0x007B3B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3B6000", "End": "0x007B3B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3B7000", "End": "0x007B3B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3B8000", "End": "0x007B3B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3B9000", "End": "0x007B3B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3BA000", "End": "0x007B3BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3BB000", "End": "0x007B3BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3BC000", "End": "0x007B3BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3BD000", "End": "0x007B3BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3BE000", "End": "0x007B3BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3BF000", "End": "0x007B3BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3C0000", "End": "0x007B3C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3C1000", "End": "0x007B3C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3C2000", "End": "0x007B3C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3C3000", "End": "0x007B3C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3C4000", "End": "0x007B3C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3C5000", "End": "0x007B3C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3C6000", "End": "0x007B3C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3C7000", "End": "0x007B3C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3C8000", "End": "0x007B3C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3C9000", "End": "0x007B3C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3CA000", "End": "0x007B3CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3CB000", "End": "0x007B3CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3CC000", "End": "0x007B3CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3CD000", "End": "0x007B3CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3CE000", "End": "0x007B3CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3CF000", "End": "0x007B3CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3D0000", "End": "0x007B3D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3D1000", "End": "0x007B3D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3D2000", "End": "0x007B3D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3D3000", "End": "0x007B3D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3D4000", "End": "0x007B3D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3D5000", "End": "0x007B3D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3D6000", "End": "0x007B3D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3D7000", "End": "0x007B3D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3D8000", "End": "0x007B3D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3D9000", "End": "0x007B3D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3DA000", "End": "0x007B3DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3DB000", "End": "0x007B3DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3DC000", "End": "0x007B3DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3DD000", "End": "0x007B3DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3DE000", "End": "0x007B3DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3DF000", "End": "0x007B3DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3E0000", "End": "0x007B3E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3E1000", "End": "0x007B3E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3E2000", "End": "0x007B3E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3E3000", "End": "0x007B3E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3E4000", "End": "0x007B3E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3E5000", "End": "0x007B3E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3E6000", "End": "0x007B3E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3E7000", "End": "0x007B3E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3E8000", "End": "0x007B3E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3E9000", "End": "0x007B3E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3EA000", "End": "0x007B3EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3EB000", "End": "0x007B3EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3EC000", "End": "0x007B3ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3ED000", "End": "0x007B3EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3EE000", "End": "0x007B3EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3EF000", "End": "0x007B3EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3F0000", "End": "0x007B3F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3F1000", "End": "0x007B3F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3F2000", "End": "0x007B3F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3F3000", "End": "0x007B3F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3F4000", "End": "0x007B3F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3F5000", "End": "0x007B3F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3F6000", "End": "0x007B3F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3F7000", "End": "0x007B3F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3F8000", "End": "0x007B3F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3F9000", "End": "0x007B3F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3FA000", "End": "0x007B3FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3FB000", "End": "0x007B3FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3FC000", "End": "0x007B3FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3FD000", "End": "0x007B3FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B3FE000", "End": "0x007B3FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B3FF000", "End": "0x007B3FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B400000", "End": "0x007B400FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B401000", "End": "0x007B401FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B402000", "End": "0x007B402FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B403000", "End": "0x007B403FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B404000", "End": "0x007B404FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B405000", "End": "0x007B405FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B406000", "End": "0x007B406FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B407000", "End": "0x007B407FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B408000", "End": "0x007B408FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B409000", "End": "0x007B409FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B40A000", "End": "0x007B40AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B40B000", "End": "0x007B40BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B40C000", "End": "0x007B40CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B40D000", "End": "0x007B40DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B40E000", "End": "0x007B40EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B40F000", "End": "0x007B40FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B410000", "End": "0x007B410FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B411000", "End": "0x007B411FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B412000", "End": "0x007B412FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B413000", "End": "0x007B413FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B414000", "End": "0x007B414FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B415000", "End": "0x007B415FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B416000", "End": "0x007B416FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B417000", "End": "0x007B417FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B418000", "End": "0x007B418FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B419000", "End": "0x007B419FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B41A000", "End": "0x007B41AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B41B000", "End": "0x007B41BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B41C000", "End": "0x007B41CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B41D000", "End": "0x007B41DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B41E000", "End": "0x007B41EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B41F000", "End": "0x007B41FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B420000", "End": "0x007B420FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B421000", "End": "0x007B421FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B422000", "End": "0x007B422FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B423000", "End": "0x007B423FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B424000", "End": "0x007B424FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B425000", "End": "0x007B425FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B426000", "End": "0x007B426FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B427000", "End": "0x007B427FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B428000", "End": "0x007B428FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B429000", "End": "0x007B429FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B42A000", "End": "0x007B42AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B42B000", "End": "0x007B42BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B42C000", "End": "0x007B42CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B42D000", "End": "0x007B42DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B42E000", "End": "0x007B42EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B42F000", "End": "0x007B42FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B430000", "End": "0x007B430FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B431000", "End": "0x007B431FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B432000", "End": "0x007B432FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B433000", "End": "0x007B433FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B434000", "End": "0x007B434FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B435000", "End": "0x007B435FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B436000", "End": "0x007B436FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B437000", "End": "0x007B437FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B438000", "End": "0x007B438FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B439000", "End": "0x007B439FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B43A000", "End": "0x007B43AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B43B000", "End": "0x007B43BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B43C000", "End": "0x007B43CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B43D000", "End": "0x007B43DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B43E000", "End": "0x007B43EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B43F000", "End": "0x007B43FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B440000", "End": "0x007B440FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B441000", "End": "0x007B441FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B442000", "End": "0x007B442FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B443000", "End": "0x007B444FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B445000", "End": "0x007B445FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B446000", "End": "0x007B446FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B447000", "End": "0x007B448FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B449000", "End": "0x007B449FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B44A000", "End": "0x007B44AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B44B000", "End": "0x007B44BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B44C000", "End": "0x007B44CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B44D000", "End": "0x007B44DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B44E000", "End": "0x007B44EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B44F000", "End": "0x007B44FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B450000", "End": "0x007B450FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B451000", "End": "0x007B451FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B452000", "End": "0x007B452FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B453000", "End": "0x007B453FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B454000", "End": "0x007B454FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B455000", "End": "0x007B455FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B456000", "End": "0x007B456FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B457000", "End": "0x007B457FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B458000", "End": "0x007B458FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B459000", "End": "0x007B459FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B45A000", "End": "0x007B45AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B45B000", "End": "0x007B45BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B45C000", "End": "0x007B45CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B45D000", "End": "0x007B45DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B45E000", "End": "0x007B45EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B45F000", "End": "0x007B45FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B460000", "End": "0x007B460FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B461000", "End": "0x007B461FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B462000", "End": "0x007B462FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B463000", "End": "0x007B463FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B464000", "End": "0x007B464FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B465000", "End": "0x007B465FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B466000", "End": "0x007B466FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B467000", "End": "0x007B467FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B468000", "End": "0x007B468FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B469000", "End": "0x007B469FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B46A000", "End": "0x007B46AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B46B000", "End": "0x007B46BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B46C000", "End": "0x007B46CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B46D000", "End": "0x007B46DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B46E000", "End": "0x007B46EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B46F000", "End": "0x007B46FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B470000", "End": "0x007B470FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B471000", "End": "0x007B471FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B472000", "End": "0x007B472FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B473000", "End": "0x007B473FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B474000", "End": "0x007B474FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B475000", "End": "0x007B475FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B476000", "End": "0x007B476FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B477000", "End": "0x007B477FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B478000", "End": "0x007B478FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B479000", "End": "0x007B479FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B47A000", "End": "0x007B47AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B47B000", "End": "0x007B47BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B47C000", "End": "0x007B47CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B47D000", "End": "0x007B47DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B47E000", "End": "0x007B47EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B47F000", "End": "0x007B47FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B480000", "End": "0x007B480FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B481000", "End": "0x007B481FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B482000", "End": "0x007B482FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B483000", "End": "0x007B483FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B484000", "End": "0x007B484FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B485000", "End": "0x007B485FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B486000", "End": "0x007B486FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B487000", "End": "0x007B487FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B488000", "End": "0x007B488FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B489000", "End": "0x007B489FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B48A000", "End": "0x007B48AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B48B000", "End": "0x007B48BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B48C000", "End": "0x007B48CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B48D000", "End": "0x007B48DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B48E000", "End": "0x007B48EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B48F000", "End": "0x007B48FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B490000", "End": "0x007B490FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B491000", "End": "0x007B491FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B492000", "End": "0x007B492FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B493000", "End": "0x007B493FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B494000", "End": "0x007B494FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B495000", "End": "0x007B495FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B496000", "End": "0x007B496FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B497000", "End": "0x007B497FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B498000", "End": "0x007B498FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B499000", "End": "0x007B499FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B49A000", "End": "0x007B49AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B49B000", "End": "0x007B49BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B49C000", "End": "0x007B49CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B49D000", "End": "0x007B49DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B49E000", "End": "0x007B49EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B49F000", "End": "0x007B49FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4A0000", "End": "0x007B4A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4A1000", "End": "0x007B4A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4A2000", "End": "0x007B4A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4A3000", "End": "0x007B4A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4A4000", "End": "0x007B4A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4A5000", "End": "0x007B4A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4A6000", "End": "0x007B4A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4A7000", "End": "0x007B4A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4A8000", "End": "0x007B4A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4A9000", "End": "0x007B4A9FFF", "Number of Entries": 1, "Memory Type": "EfiLoaderCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4AA000", "End": "0x007B4AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4AB000", "End": "0x007B4ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4AC000", "End": "0x007B4ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4AD000", "End": "0x007B4ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4AE000", "End": "0x007B4AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4AF000", "End": "0x007B4AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4B0000", "End": "0x007B4B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4B1000", "End": "0x007B4B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4B2000", "End": "0x007B4B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4B3000", "End": "0x007B4B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4B4000", "End": "0x007B4B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4B5000", "End": "0x007B4B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4B6000", "End": "0x007B4B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4B7000", "End": "0x007B4B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4B8000", "End": "0x007B4B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4B9000", "End": "0x007B4B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4BA000", "End": "0x007B4BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4BB000", "End": "0x007B4BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4BC000", "End": "0x007B4BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4BD000", "End": "0x007B4BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4BE000", "End": "0x007B4BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4BF000", "End": "0x007B4BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4C0000", "End": "0x007B4C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4C1000", "End": "0x007B4D4FFF", "Number of Entries": 20, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4D5000", "End": "0x007B4D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4D6000", "End": "0x007B4D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4D7000", "End": "0x007B4D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4D8000", "End": "0x007B4D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4D9000", "End": "0x007B4D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4DA000", "End": "0x007B4DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4DB000", "End": "0x007B4DCFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4DD000", "End": "0x007B4DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4DE000", "End": "0x007B4DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4DF000", "End": "0x007B4DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4E0000", "End": "0x007B4E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4E1000", "End": "0x007B4E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4E2000", "End": "0x007B4E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4E3000", "End": "0x007B4E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4E4000", "End": "0x007B4E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4E5000", "End": "0x007B4E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4E6000", "End": "0x007B4E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4E7000", "End": "0x007B4E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4E8000", "End": "0x007B4E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4E9000", "End": "0x007B4E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4EA000", "End": "0x007B4EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4EB000", "End": "0x007B4EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4EC000", "End": "0x007B4ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4ED000", "End": "0x007B4EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4EE000", "End": "0x007B4EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4EF000", "End": "0x007B4EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4F0000", "End": "0x007B4F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4F1000", "End": "0x007B4F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4F2000", "End": "0x007B4F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4F3000", "End": "0x007B4F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4F4000", "End": "0x007B4F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4F5000", "End": "0x007B4F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4F6000", "End": "0x007B4F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4F7000", "End": "0x007B4F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4F8000", "End": "0x007B4F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4F9000", "End": "0x007B4F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4FA000", "End": "0x007B4FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4FB000", "End": "0x007B4FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4FC000", "End": "0x007B4FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4FD000", "End": "0x007B4FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B4FE000", "End": "0x007B4FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B4FF000", "End": "0x007B4FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B500000", "End": "0x007B500FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B501000", "End": "0x007B501FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B502000", "End": "0x007B502FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B503000", "End": "0x007B503FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B504000", "End": "0x007B504FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B505000", "End": "0x007B505FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B506000", "End": "0x007B506FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B507000", "End": "0x007B507FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B508000", "End": "0x007B508FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B509000", "End": "0x007B509FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B50A000", "End": "0x007B50AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B50B000", "End": "0x007B50BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B50C000", "End": "0x007B50CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B50D000", "End": "0x007B50DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B50E000", "End": "0x007B50EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B50F000", "End": "0x007B50FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B510000", "End": "0x007B510FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B511000", "End": "0x007B511FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B512000", "End": "0x007B512FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B513000", "End": "0x007B513FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B514000", "End": "0x007B514FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B515000", "End": "0x007B515FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B516000", "End": "0x007B516FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B517000", "End": "0x007B517FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B518000", "End": "0x007B518FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B519000", "End": "0x007B519FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B51A000", "End": "0x007B51AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B51B000", "End": "0x007B51BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B51C000", "End": "0x007B51CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B51D000", "End": "0x007B51DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B51E000", "End": "0x007B51EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B51F000", "End": "0x007B52EFFF", "Number of Entries": 16, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B52F000", "End": "0x007B52FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B530000", "End": "0x007B530FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B531000", "End": "0x007B531FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B532000", "End": "0x007B532FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B533000", "End": "0x007B533FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B534000", "End": "0x007B534FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B535000", "End": "0x007B535FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B536000", "End": "0x007B536FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B537000", "End": "0x007B537FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B538000", "End": "0x007B54CFFF", "Number of Entries": 21, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B54D000", "End": "0x007B54DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B54E000", "End": "0x007B54EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B54F000", "End": "0x007B54FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B550000", "End": "0x007B550FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B551000", "End": "0x007B551FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B552000", "End": "0x007B552FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B553000", "End": "0x007B553FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B554000", "End": "0x007B554FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B555000", "End": "0x007B555FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B556000", "End": "0x007B556FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B557000", "End": "0x007B557FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B558000", "End": "0x007B558FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B559000", "End": "0x007B559FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B55A000", "End": "0x007B55AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B55B000", "End": "0x007B55BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B55C000", "End": "0x007B55CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B55D000", "End": "0x007B55DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B55E000", "End": "0x007B55EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B55F000", "End": "0x007B55FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B560000", "End": "0x007B560FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B561000", "End": "0x007B561FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B562000", "End": "0x007B562FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B563000", "End": "0x007B563FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B564000", "End": "0x007B564FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B565000", "End": "0x007B565FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B566000", "End": "0x007B566FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B567000", "End": "0x007B567FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B568000", "End": "0x007B568FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B569000", "End": "0x007B569FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B56A000", "End": "0x007B56AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B56B000", "End": "0x007B56BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B56C000", "End": "0x007B56CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B56D000", "End": "0x007B56DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B56E000", "End": "0x007B56EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B56F000", "End": "0x007B56FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B570000", "End": "0x007B570FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B571000", "End": "0x007B571FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B572000", "End": "0x007B58FFFF", "Number of Entries": 30, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B590000", "End": "0x007B590FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B591000", "End": "0x007B591FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B592000", "End": "0x007B592FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B593000", "End": "0x007B593FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B594000", "End": "0x007B594FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B595000", "End": "0x007B595FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B596000", "End": "0x007B596FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B597000", "End": "0x007B597FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B598000", "End": "0x007B598FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B599000", "End": "0x007B599FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B59A000", "End": "0x007B59AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B59B000", "End": "0x007B59BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B59C000", "End": "0x007B59CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B59D000", "End": "0x007B59DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B59E000", "End": "0x007B59EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B59F000", "End": "0x007B59FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5A0000", "End": "0x007B5A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5A1000", "End": "0x007B5A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5A2000", "End": "0x007B5A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5A3000", "End": "0x007B5A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5A4000", "End": "0x007B5A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5A5000", "End": "0x007B5A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5A6000", "End": "0x007B5A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5A7000", "End": "0x007B5A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5A8000", "End": "0x007B5A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5A9000", "End": "0x007B5A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5AA000", "End": "0x007B5AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5AB000", "End": "0x007B5ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5AC000", "End": "0x007B5ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5AD000", "End": "0x007B5ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5AE000", "End": "0x007B5AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5AF000", "End": "0x007B5AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5B0000", "End": "0x007B5B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5B1000", "End": "0x007B5B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5B2000", "End": "0x007B5B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5B3000", "End": "0x007B5B3FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5B4000", "End": "0x007B5B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5B5000", "End": "0x007B5D2FFF", "Number of Entries": 30, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5D3000", "End": "0x007B5D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5D4000", "End": "0x007B5D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5D5000", "End": "0x007B5D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5D6000", "End": "0x007B5D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5D7000", "End": "0x007B5D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5D8000", "End": "0x007B5D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5D9000", "End": "0x007B5D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5DA000", "End": "0x007B5DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5DB000", "End": "0x007B5DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5DC000", "End": "0x007B5DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5DD000", "End": "0x007B5DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5DE000", "End": "0x007B5DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5DF000", "End": "0x007B5DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5E0000", "End": "0x007B5E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5E1000", "End": "0x007B5E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5E2000", "End": "0x007B5E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5E3000", "End": "0x007B5E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5E4000", "End": "0x007B5E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5E5000", "End": "0x007B5E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5E6000", "End": "0x007B5E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5E7000", "End": "0x007B5E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5E8000", "End": "0x007B5E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5E9000", "End": "0x007B5E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5EA000", "End": "0x007B5EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5EB000", "End": "0x007B5EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5EC000", "End": "0x007B5ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5ED000", "End": "0x007B5EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5EE000", "End": "0x007B5EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5EF000", "End": "0x007B5EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5F0000", "End": "0x007B5F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5F1000", "End": "0x007B5F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5F2000", "End": "0x007B5F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5F3000", "End": "0x007B5F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5F4000", "End": "0x007B5F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5F5000", "End": "0x007B5F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5F6000", "End": "0x007B5F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5F7000", "End": "0x007B5F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5F8000", "End": "0x007B5F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5F9000", "End": "0x007B5F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5FA000", "End": "0x007B5FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5FB000", "End": "0x007B5FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5FC000", "End": "0x007B5FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5FD000", "End": "0x007B5FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B5FE000", "End": "0x007B5FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B5FF000", "End": "0x007B5FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B600000", "End": "0x007B600FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B601000", "End": "0x007B601FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B602000", "End": "0x007B602FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B603000", "End": "0x007B603FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B604000", "End": "0x007B604FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B605000", "End": "0x007B605FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B606000", "End": "0x007B606FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B607000", "End": "0x007B607FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B608000", "End": "0x007B608FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B609000", "End": "0x007B609FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B60A000", "End": "0x007B60AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B60B000", "End": "0x007B60BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B60C000", "End": "0x007B60CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B60D000", "End": "0x007B60DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B60E000", "End": "0x007B60EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B60F000", "End": "0x007B60FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B610000", "End": "0x007B610FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B611000", "End": "0x007B611FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B612000", "End": "0x007B612FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B613000", "End": "0x007B613FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B614000", "End": "0x007B614FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B615000", "End": "0x007B615FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B616000", "End": "0x007B616FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B617000", "End": "0x007B617FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B618000", "End": "0x007B618FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B619000", "End": "0x007B619FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B61A000", "End": "0x007B61AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B61B000", "End": "0x007B61BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B61C000", "End": "0x007B61CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B61D000", "End": "0x007B61DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B61E000", "End": "0x007B61EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B61F000", "End": "0x007B61FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B620000", "End": "0x007B620FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B621000", "End": "0x007B621FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B622000", "End": "0x007B622FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B623000", "End": "0x007B623FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B624000", "End": "0x007B624FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B625000", "End": "0x007B625FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B626000", "End": "0x007B626FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B627000", "End": "0x007B627FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B628000", "End": "0x007B628FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B629000", "End": "0x007B629FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B62A000", "End": "0x007B62AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B62B000", "End": "0x007B62BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B62C000", "End": "0x007B62CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B62D000", "End": "0x007B62DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B62E000", "End": "0x007B62EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B62F000", "End": "0x007B62FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B630000", "End": "0x007B630FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B631000", "End": "0x007B631FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B632000", "End": "0x007B632FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B633000", "End": "0x007B633FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B634000", "End": "0x007B634FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B635000", "End": "0x007B635FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B636000", "End": "0x007B636FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B637000", "End": "0x007B637FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B638000", "End": "0x007B638FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B639000", "End": "0x007B639FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B63A000", "End": "0x007B63AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B63B000", "End": "0x007B63BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B63C000", "End": "0x007B63CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B63D000", "End": "0x007B63DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B63E000", "End": "0x007B63EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B63F000", "End": "0x007B63FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B640000", "End": "0x007B640FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B641000", "End": "0x007B641FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B642000", "End": "0x007B642FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\DisplayEngineDxe\\DisplayEngineDxe\\DEBUG\\DisplayEngine.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007B643000", "End": "0x007B650FFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\DisplayEngineDxe\\DisplayEngineDxe\\DEBUG\\DisplayEngine.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B651000", "End": "0x007B659FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\DisplayEngineDxe\\DisplayEngineDxe\\DEBUG\\DisplayEngine.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B65A000", "End": "0x007B65AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B65B000", "End": "0x007B65BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B65C000", "End": "0x007B65CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B65D000", "End": "0x007B65DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B65E000", "End": "0x007B65EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B65F000", "End": "0x007B65FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B660000", "End": "0x007B660FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B661000", "End": "0x007B661FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B662000", "End": "0x007B662FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B663000", "End": "0x007B663FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B664000", "End": "0x007B664FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B665000", "End": "0x007B665FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B666000", "End": "0x007B666FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B667000", "End": "0x007B667FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B668000", "End": "0x007B668FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B669000", "End": "0x007B669FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B66A000", "End": "0x007B66AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B66B000", "End": "0x007B66BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B66C000", "End": "0x007B66CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B66D000", "End": "0x007B66DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B66E000", "End": "0x007B66EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B66F000", "End": "0x007B66FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B670000", "End": "0x007B670FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B671000", "End": "0x007B671FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B672000", "End": "0x007B672FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B673000", "End": "0x007B673FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B674000", "End": "0x007B674FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B675000", "End": "0x007B675FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B676000", "End": "0x007B676FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B677000", "End": "0x007B677FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B678000", "End": "0x007B678FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B679000", "End": "0x007B679FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B67A000", "End": "0x007B67AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B67B000", "End": "0x007B67BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B67C000", "End": "0x007B67CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B67D000", "End": "0x007B67DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B67E000", "End": "0x007B67EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B67F000", "End": "0x007B67FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B680000", "End": "0x007B680FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B681000", "End": "0x007B681FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B682000", "End": "0x007B682FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B683000", "End": "0x007B683FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B684000", "End": "0x007B684FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B685000", "End": "0x007B685FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B686000", "End": "0x007B686FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B687000", "End": "0x007B687FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B688000", "End": "0x007B688FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B689000", "End": "0x007B689FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B68A000", "End": "0x007B68AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B68B000", "End": "0x007B68BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B68C000", "End": "0x007B68CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B68D000", "End": "0x007B68DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B68E000", "End": "0x007B68EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B68F000", "End": "0x007B68FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B690000", "End": "0x007B690FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B691000", "End": "0x007B691FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\PrintScreenLogger\\PrintScreenLogger\\DEBUG\\PrintScreenLogger.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007B692000", "End": "0x007B694FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\PrintScreenLogger\\PrintScreenLogger\\DEBUG\\PrintScreenLogger.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B695000", "End": "0x007B699FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\PrintScreenLogger\\PrintScreenLogger\\DEBUG\\PrintScreenLogger.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B69A000", "End": "0x007B69AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B69B000", "End": "0x007B69BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B69C000", "End": "0x007B69CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B69D000", "End": "0x007B69DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B69E000", "End": "0x007B69EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B69F000", "End": "0x007B69FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6A0000", "End": "0x007B6A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6A1000", "End": "0x007B6A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6A2000", "End": "0x007B6A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6A3000", "End": "0x007B6A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6A4000", "End": "0x007B6A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6A5000", "End": "0x007B6A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6A6000", "End": "0x007B6A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6A7000", "End": "0x007B6A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6A8000", "End": "0x007B6A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6A9000", "End": "0x007B6A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6AA000", "End": "0x007B6AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6AB000", "End": "0x007B6ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6AC000", "End": "0x007B6ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6AD000", "End": "0x007B6ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6AE000", "End": "0x007B6AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6AF000", "End": "0x007B6AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6B0000", "End": "0x007B6B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6B1000", "End": "0x007B6B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6B2000", "End": "0x007B6B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6B3000", "End": "0x007B6B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6B4000", "End": "0x007B6B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6B5000", "End": "0x007B6B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6B6000", "End": "0x007B6B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6B7000", "End": "0x007B6B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6B8000", "End": "0x007B6B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6B9000", "End": "0x007B6B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6BA000", "End": "0x007B6BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6BB000", "End": "0x007B6BCFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6BD000", "End": "0x007B6BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6BE000", "End": "0x007B6BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6BF000", "End": "0x007B6BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6C0000", "End": "0x007B6C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6C1000", "End": "0x007B6C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6C2000", "End": "0x007B6C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6C3000", "End": "0x007B6C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6C4000", "End": "0x007B6C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6C5000", "End": "0x007B6C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6C6000", "End": "0x007B6C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6C7000", "End": "0x007B6C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6C8000", "End": "0x007B6C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6C9000", "End": "0x007B6C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6CA000", "End": "0x007B6CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6CB000", "End": "0x007B6CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6CC000", "End": "0x007B6CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6CD000", "End": "0x007B6CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6CE000", "End": "0x007B6CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6CF000", "End": "0x007B6CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6D0000", "End": "0x007B6D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6D1000", "End": "0x007B6D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6D2000", "End": "0x007B6D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6D3000", "End": "0x007B6D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6D4000", "End": "0x007B6D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6D5000", "End": "0x007B6D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6D6000", "End": "0x007B6D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\Application\\DfciMenu\\DfciMenu\\DEBUG\\DfciMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007B6D7000", "End": "0x007B6E1FFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\Application\\DfciMenu\\DfciMenu\\DEBUG\\DfciMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6E2000", "End": "0x007B6ECFFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\Application\\DfciMenu\\DfciMenu\\DEBUG\\DfciMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6ED000", "End": "0x007B6EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6EE000", "End": "0x007B6EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6EF000", "End": "0x007B6EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6F0000", "End": "0x007B6F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6F1000", "End": "0x007B6F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6F2000", "End": "0x007B6F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6F3000", "End": "0x007B6F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6F4000", "End": "0x007B6F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6F5000", "End": "0x007B6F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6F6000", "End": "0x007B6F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6F7000", "End": "0x007B6F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6F8000", "End": "0x007B6F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6F9000", "End": "0x007B6F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6FA000", "End": "0x007B6FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6FB000", "End": "0x007B6FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6FC000", "End": "0x007B6FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6FD000", "End": "0x007B6FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B6FE000", "End": "0x007B6FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B6FF000", "End": "0x007B6FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B700000", "End": "0x007B700FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B701000", "End": "0x007B701FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B702000", "End": "0x007B702FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B703000", "End": "0x007B703FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B704000", "End": "0x007B704FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B705000", "End": "0x007B705FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B706000", "End": "0x007B706FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B707000", "End": "0x007B707FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B708000", "End": "0x007B708FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B709000", "End": "0x007B709FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B70A000", "End": "0x007B70AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B70B000", "End": "0x007B70BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B70C000", "End": "0x007B70CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B70D000", "End": "0x007B70DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B70E000", "End": "0x007B70EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B70F000", "End": "0x007B70FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B710000", "End": "0x007B710FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B711000", "End": "0x007B711FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B712000", "End": "0x007B712FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B713000", "End": "0x007B713FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B714000", "End": "0x007B715FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B716000", "End": "0x007B716FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B717000", "End": "0x007B717FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B718000", "End": "0x007B718FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B719000", "End": "0x007B719FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B71A000", "End": "0x007B71AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B71B000", "End": "0x007B71BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B71C000", "End": "0x007B71CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B71D000", "End": "0x007B71EFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B71F000", "End": "0x007B71FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B720000", "End": "0x007B720FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B721000", "End": "0x007B721FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B722000", "End": "0x007B722FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B723000", "End": "0x007B723FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B724000", "End": "0x007B724FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B725000", "End": "0x007B725FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B726000", "End": "0x007B726FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B727000", "End": "0x007B727FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B728000", "End": "0x007B728FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B729000", "End": "0x007B729FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B72A000", "End": "0x007B72AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B72B000", "End": "0x007B72BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B72C000", "End": "0x007B72CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B72D000", "End": "0x007B72DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B72E000", "End": "0x007B72EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B72F000", "End": "0x007B72FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B730000", "End": "0x007B730FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B731000", "End": "0x007B731FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B732000", "End": "0x007B732FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B733000", "End": "0x007B733FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B734000", "End": "0x007B734FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B735000", "End": "0x007B735FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B736000", "End": "0x007B736FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B737000", "End": "0x007B737FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B738000", "End": "0x007B738FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B739000", "End": "0x007B739FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B73A000", "End": "0x007B73AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B73B000", "End": "0x007B73BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B73C000", "End": "0x007B73CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B73D000", "End": "0x007B73DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B73E000", "End": "0x007B73EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B73F000", "End": "0x007B73FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B740000", "End": "0x007B740FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B741000", "End": "0x007B741FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B742000", "End": "0x007B742FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B743000", "End": "0x007B743FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B744000", "End": "0x007B744FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B745000", "End": "0x007B745FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B746000", "End": "0x007B746FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B747000", "End": "0x007B747FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B748000", "End": "0x007B748FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B749000", "End": "0x007B749FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B74A000", "End": "0x007B74AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B74B000", "End": "0x007B74BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B74C000", "End": "0x007B74CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B74D000", "End": "0x007B74DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B74E000", "End": "0x007B74EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B74F000", "End": "0x007B74FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B750000", "End": "0x007B750FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B751000", "End": "0x007B751FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B752000", "End": "0x007B752FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B753000", "End": "0x007B753FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B754000", "End": "0x007B754FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B755000", "End": "0x007B755FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B756000", "End": "0x007B756FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B757000", "End": "0x007B757FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B758000", "End": "0x007B758FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B759000", "End": "0x007B759FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B75A000", "End": "0x007B75AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B75B000", "End": "0x007B75BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B75C000", "End": "0x007B75CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B75D000", "End": "0x007B75DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B75E000", "End": "0x007B75EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B75F000", "End": "0x007B75FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B760000", "End": "0x007B760FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B761000", "End": "0x007B761FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B762000", "End": "0x007B762FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B763000", "End": "0x007B763FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B764000", "End": "0x007B764FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B765000", "End": "0x007B765FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B766000", "End": "0x007B766FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B767000", "End": "0x007B767FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B768000", "End": "0x007B768FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B769000", "End": "0x007B769FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B76A000", "End": "0x007B76AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B76B000", "End": "0x007B76BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B76C000", "End": "0x007B76CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B76D000", "End": "0x007B76DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B76E000", "End": "0x007B76EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B76F000", "End": "0x007B76FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B770000", "End": "0x007B770FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B771000", "End": "0x007B771FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B772000", "End": "0x007B772FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B773000", "End": "0x007B773FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B774000", "End": "0x007B774FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B775000", "End": "0x007B775FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B776000", "End": "0x007B776FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B777000", "End": "0x007B777FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B778000", "End": "0x007B778FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B779000", "End": "0x007B779FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B77A000", "End": "0x007B77AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B77B000", "End": "0x007B77BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B77C000", "End": "0x007B77CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B77D000", "End": "0x007B77DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B77E000", "End": "0x007B77EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B77F000", "End": "0x007B77FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B780000", "End": "0x007B780FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B781000", "End": "0x007B781FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B782000", "End": "0x007B782FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B783000", "End": "0x007B783FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B784000", "End": "0x007B784FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B785000", "End": "0x007B785FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B786000", "End": "0x007B786FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B787000", "End": "0x007B787FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B788000", "End": "0x007B788FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B789000", "End": "0x007B789FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B78A000", "End": "0x007B78AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B78B000", "End": "0x007B78BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B78C000", "End": "0x007B78CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B78D000", "End": "0x007B78DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B78E000", "End": "0x007B78EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B78F000", "End": "0x007B78FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B790000", "End": "0x007B790FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B791000", "End": "0x007B791FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B792000", "End": "0x007B792FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B793000", "End": "0x007B793FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B794000", "End": "0x007B794FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B795000", "End": "0x007B795FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B796000", "End": "0x007B796FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B797000", "End": "0x007B797FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B798000", "End": "0x007B798FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B799000", "End": "0x007B799FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B79A000", "End": "0x007B79AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B79B000", "End": "0x007B79BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B79C000", "End": "0x007B79CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B79D000", "End": "0x007B79DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B79E000", "End": "0x007B79EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B79F000", "End": "0x007B79FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7A0000", "End": "0x007B7A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7A1000", "End": "0x007B7A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7A2000", "End": "0x007B7A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7A3000", "End": "0x007B7A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7A4000", "End": "0x007B7A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7A5000", "End": "0x007B7A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7A6000", "End": "0x007B7A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7A7000", "End": "0x007B7A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7A8000", "End": "0x007B7A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7A9000", "End": "0x007B7A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7AA000", "End": "0x007B7AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7AB000", "End": "0x007B7ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7AC000", "End": "0x007B7ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7AD000", "End": "0x007B7ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7AE000", "End": "0x007B7AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7AF000", "End": "0x007B7AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7B0000", "End": "0x007B7B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7B1000", "End": "0x007B7B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7B2000", "End": "0x007B7B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7B3000", "End": "0x007B7B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7B4000", "End": "0x007B7B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7B5000", "End": "0x007B7B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7B6000", "End": "0x007B7B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7B7000", "End": "0x007B7B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7B8000", "End": "0x007B7B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7B9000", "End": "0x007B7B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7BA000", "End": "0x007B7BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7BB000", "End": "0x007B7BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7BC000", "End": "0x007B7BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7BD000", "End": "0x007B7BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7BE000", "End": "0x007B7BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7BF000", "End": "0x007B7BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7C0000", "End": "0x007B7C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7C1000", "End": "0x007B7C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7C2000", "End": "0x007B7C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7C3000", "End": "0x007B7C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7C4000", "End": "0x007B7C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7C5000", "End": "0x007B7C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7C6000", "End": "0x007B7C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7C7000", "End": "0x007B7C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7C8000", "End": "0x007B7C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7C9000", "End": "0x007B7C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7CA000", "End": "0x007B7CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7CB000", "End": "0x007B7CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7CC000", "End": "0x007B7CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7CD000", "End": "0x007B7CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7CE000", "End": "0x007B7CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7CF000", "End": "0x007B7CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7D0000", "End": "0x007B7D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7D1000", "End": "0x007B7D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7D2000", "End": "0x007B7D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7D3000", "End": "0x007B7D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7D4000", "End": "0x007B7D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7D5000", "End": "0x007B7D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7D6000", "End": "0x007B7D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7D7000", "End": "0x007B7D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7D8000", "End": "0x007B7D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7D9000", "End": "0x007B7D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7DA000", "End": "0x007B7DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7DB000", "End": "0x007B7DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7DC000", "End": "0x007B7DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7DD000", "End": "0x007B7DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7DE000", "End": "0x007B7DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7DF000", "End": "0x007B7DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7E0000", "End": "0x007B7E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7E1000", "End": "0x007B7E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7E2000", "End": "0x007B7E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7E3000", "End": "0x007B7E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7E4000", "End": "0x007B7E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7E5000", "End": "0x007B7E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7E6000", "End": "0x007B7E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7E7000", "End": "0x007B7E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7E8000", "End": "0x007B7E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7E9000", "End": "0x007B7E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7EA000", "End": "0x007B7EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7EB000", "End": "0x007B7EBFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7EC000", "End": "0x007B7ECFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7ED000", "End": "0x007B7EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7EE000", "End": "0x007B7EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7EF000", "End": "0x007B7EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7F0000", "End": "0x007B7F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7F1000", "End": "0x007B7F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7F2000", "End": "0x007B7F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7F3000", "End": "0x007B7F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7F4000", "End": "0x007B7F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7F5000", "End": "0x007B7F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7F6000", "End": "0x007B7F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7F7000", "End": "0x007B7F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7F8000", "End": "0x007B7F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7F9000", "End": "0x007B7F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7FA000", "End": "0x007B7FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7FB000", "End": "0x007B7FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7FC000", "End": "0x007B7FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7FD000", "End": "0x007B7FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B7FE000", "End": "0x007B7FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B7FF000", "End": "0x007B7FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B800000", "End": "0x007B800FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B801000", "End": "0x007B801FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B802000", "End": "0x007B802FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B803000", "End": "0x007B803FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B804000", "End": "0x007B804FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B805000", "End": "0x007B805FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B806000", "End": "0x007B806FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B807000", "End": "0x007B807FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B808000", "End": "0x007B808FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B809000", "End": "0x007B809FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B80A000", "End": "0x007B80AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B80B000", "End": "0x007B80BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B80C000", "End": "0x007B80CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B80D000", "End": "0x007B80DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B80E000", "End": "0x007B80EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B80F000", "End": "0x007B80FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B810000", "End": "0x007B810FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B811000", "End": "0x007B811FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B812000", "End": "0x007B812FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B813000", "End": "0x007B813FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B814000", "End": "0x007B814FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B815000", "End": "0x007B815FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B816000", "End": "0x007B816FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B817000", "End": "0x007B817FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B818000", "End": "0x007B818FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B819000", "End": "0x007B819FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B81A000", "End": "0x007B81AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B81B000", "End": "0x007B81BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B81C000", "End": "0x007B81CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B81D000", "End": "0x007B81DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B81E000", "End": "0x007B81EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B81F000", "End": "0x007B81FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B820000", "End": "0x007B820FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B821000", "End": "0x007B821FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B822000", "End": "0x007B822FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B823000", "End": "0x007B823FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B824000", "End": "0x007B824FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B825000", "End": "0x007B825FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B826000", "End": "0x007B826FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B827000", "End": "0x007B827FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B828000", "End": "0x007B828FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B829000", "End": "0x007B829FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B82A000", "End": "0x007B82AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B82B000", "End": "0x007B82BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B82C000", "End": "0x007B82CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B82D000", "End": "0x007B82DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B82E000", "End": "0x007B82EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B82F000", "End": "0x007B82FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B830000", "End": "0x007B830FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B831000", "End": "0x007B831FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B832000", "End": "0x007B832FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B833000", "End": "0x007B833FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B834000", "End": "0x007B834FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B835000", "End": "0x007B835FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B836000", "End": "0x007B836FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B837000", "End": "0x007B837FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B838000", "End": "0x007B838FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B839000", "End": "0x007B839FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B83A000", "End": "0x007B83AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B83B000", "End": "0x007B83BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B83C000", "End": "0x007B83CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B83D000", "End": "0x007B83DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B83E000", "End": "0x007B83EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B83F000", "End": "0x007B83FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B840000", "End": "0x007B840FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B841000", "End": "0x007B841FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B842000", "End": "0x007B842FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B843000", "End": "0x007B843FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B844000", "End": "0x007B844FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B845000", "End": "0x007B845FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B846000", "End": "0x007B846FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B847000", "End": "0x007B847FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B848000", "End": "0x007B848FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B849000", "End": "0x007B849FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B84A000", "End": "0x007B84AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B84B000", "End": "0x007B84BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B84C000", "End": "0x007B84CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B84D000", "End": "0x007B84DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B84E000", "End": "0x007B84EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B84F000", "End": "0x007B84FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B850000", "End": "0x007B850FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B851000", "End": "0x007B851FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B852000", "End": "0x007B852FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B853000", "End": "0x007B853FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B854000", "End": "0x007B854FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B855000", "End": "0x007B855FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B856000", "End": "0x007B856FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B857000", "End": "0x007B857FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B858000", "End": "0x007B858FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B859000", "End": "0x007B859FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B85A000", "End": "0x007B85AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B85B000", "End": "0x007B85BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B85C000", "End": "0x007B85CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B85D000", "End": "0x007B85DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B85E000", "End": "0x007B85EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B85F000", "End": "0x007B85FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B860000", "End": "0x007B860FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B861000", "End": "0x007B861FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B862000", "End": "0x007B862FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B863000", "End": "0x007B863FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B864000", "End": "0x007B864FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B865000", "End": "0x007B865FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B866000", "End": "0x007B866FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B867000", "End": "0x007B867FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B868000", "End": "0x007B868FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B869000", "End": "0x007B869FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B86A000", "End": "0x007B86AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B86B000", "End": "0x007B86BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B86C000", "End": "0x007B86CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B86D000", "End": "0x007B86DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B86E000", "End": "0x007B86EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B86F000", "End": "0x007B86FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B870000", "End": "0x007B870FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B871000", "End": "0x007B871FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B872000", "End": "0x007B873FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B874000", "End": "0x007B874FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B875000", "End": "0x007B875FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B876000", "End": "0x007B876FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B877000", "End": "0x007B877FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B878000", "End": "0x007B878FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B879000", "End": "0x007B879FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B87A000", "End": "0x007B87AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B87B000", "End": "0x007B87BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B87C000", "End": "0x007B87CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B87D000", "End": "0x007B87DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B87E000", "End": "0x007B87EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B87F000", "End": "0x007B87FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B880000", "End": "0x007B880FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B881000", "End": "0x007B881FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B882000", "End": "0x007B882FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B883000", "End": "0x007B883FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B884000", "End": "0x007B884FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B885000", "End": "0x007B885FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B886000", "End": "0x007B886FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B887000", "End": "0x007B887FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B888000", "End": "0x007B888FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B889000", "End": "0x007B889FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B88A000", "End": "0x007B88AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B88B000", "End": "0x007B88BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B88C000", "End": "0x007B88CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B88D000", "End": "0x007B88DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B88E000", "End": "0x007B88EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B88F000", "End": "0x007B88FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B890000", "End": "0x007B890FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B891000", "End": "0x007B891FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B892000", "End": "0x007B892FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B893000", "End": "0x007B893FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B894000", "End": "0x007B894FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B895000", "End": "0x007B895FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B896000", "End": "0x007B896FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B897000", "End": "0x007B897FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B898000", "End": "0x007B898FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B899000", "End": "0x007B899FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B89A000", "End": "0x007B89AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B89B000", "End": "0x007B89BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B89C000", "End": "0x007B89CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B89D000", "End": "0x007B89DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B89E000", "End": "0x007B89EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B89F000", "End": "0x007B89FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8A0000", "End": "0x007B8A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8A1000", "End": "0x007B8A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8A2000", "End": "0x007B8A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8A3000", "End": "0x007B8A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8A4000", "End": "0x007B8A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8A5000", "End": "0x007B8A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8A6000", "End": "0x007B8A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8A7000", "End": "0x007B8A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8A8000", "End": "0x007B8A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8A9000", "End": "0x007B8A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8AA000", "End": "0x007B8AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8AB000", "End": "0x007B8AFFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8B0000", "End": "0x007B8B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8B1000", "End": "0x007B8B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8B2000", "End": "0x007B8B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8B3000", "End": "0x007B8B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8B4000", "End": "0x007B8B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8B5000", "End": "0x007B8B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8B6000", "End": "0x007B8B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8B7000", "End": "0x007B8B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8B8000", "End": "0x007B8B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8B9000", "End": "0x007B8B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8BA000", "End": "0x007B8BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8BB000", "End": "0x007B8BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8BC000", "End": "0x007B8BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8BD000", "End": "0x007B8BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8BE000", "End": "0x007B8BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8BF000", "End": "0x007B8BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8C0000", "End": "0x007B8C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8C1000", "End": "0x007B8C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8C2000", "End": "0x007B8C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8C3000", "End": "0x007B8C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8C4000", "End": "0x007B8C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8C5000", "End": "0x007B8C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8C6000", "End": "0x007B8C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8C7000", "End": "0x007B8C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8C8000", "End": "0x007B8C8FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8C9000", "End": "0x007B8C9FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8CA000", "End": "0x007B8CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8CB000", "End": "0x007B8CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8CC000", "End": "0x007B8CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8CD000", "End": "0x007B8CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8CE000", "End": "0x007B8CEFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8CF000", "End": "0x007B8CFFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8D0000", "End": "0x007B8D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8D1000", "End": "0x007B8D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8D2000", "End": "0x007B8D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8D3000", "End": "0x007B8D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8D4000", "End": "0x007B8D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8D5000", "End": "0x007B8D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8D6000", "End": "0x007B8D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8D7000", "End": "0x007B8D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8D8000", "End": "0x007B8D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8D9000", "End": "0x007B8D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8DA000", "End": "0x007B8DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8DB000", "End": "0x007B8DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8DC000", "End": "0x007B8DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8DD000", "End": "0x007B8DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8DE000", "End": "0x007B8DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8DF000", "End": "0x007B8DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8E0000", "End": "0x007B8E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8E1000", "End": "0x007B8E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8E2000", "End": "0x007B8E3FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8E4000", "End": "0x007B8E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8E5000", "End": "0x007B8E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8E6000", "End": "0x007B8E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8E7000", "End": "0x007B8E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8E8000", "End": "0x007B8E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8E9000", "End": "0x007B8E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8EA000", "End": "0x007B8EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8EB000", "End": "0x007B8EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8EC000", "End": "0x007B8ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8ED000", "End": "0x007B8EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8EE000", "End": "0x007B8EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8EF000", "End": "0x007B8EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8F0000", "End": "0x007B8F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8F1000", "End": "0x007B8F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8F2000", "End": "0x007B8F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8F3000", "End": "0x007B8F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8F4000", "End": "0x007B8F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8F5000", "End": "0x007B8F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8F6000", "End": "0x007B8F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8F7000", "End": "0x007B8F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8F8000", "End": "0x007B8F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8F9000", "End": "0x007B8F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8FA000", "End": "0x007B8FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8FB000", "End": "0x007B8FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8FC000", "End": "0x007B8FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8FD000", "End": "0x007B8FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B8FE000", "End": "0x007B8FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B8FF000", "End": "0x007B8FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B900000", "End": "0x007B900FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B901000", "End": "0x007B901FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B902000", "End": "0x007B902FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B903000", "End": "0x007B903FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B904000", "End": "0x007B904FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B905000", "End": "0x007B906FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B907000", "End": "0x007B907FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B908000", "End": "0x007B908FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B909000", "End": "0x007B909FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B90A000", "End": "0x007B90AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B90B000", "End": "0x007B90BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B90C000", "End": "0x007B90CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B90D000", "End": "0x007B90DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B90E000", "End": "0x007B90EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B90F000", "End": "0x007B90FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B910000", "End": "0x007B910FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B911000", "End": "0x007B938FFF", "Number of Entries": 40, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007B939000", "End": "0x007B939FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007B93A000", "End": "0x007BA2BFFF", "Number of Entries": 242, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BA2C000", "End": "0x007BA2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BA2D000", "End": "0x007BA2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BA2E000", "End": "0x007BA2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BA2F000", "End": "0x007BA2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BA30000", "End": "0x007BA30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BA31000", "End": "0x007BB22FFF", "Number of Entries": 242, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB23000", "End": "0x007BB23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB24000", "End": "0x007BB24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB25000", "End": "0x007BB25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB26000", "End": "0x007BB26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB27000", "End": "0x007BB27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB28000", "End": "0x007BB7CFFF", "Number of Entries": 85, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB7D000", "End": "0x007BB7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB7E000", "End": "0x007BB7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB7F000", "End": "0x007BB7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB80000", "End": "0x007BB80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB81000", "End": "0x007BB81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB82000", "End": "0x007BB82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB83000", "End": "0x007BB83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB84000", "End": "0x007BB84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB85000", "End": "0x007BB85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB86000", "End": "0x007BB86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB87000", "End": "0x007BB87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB88000", "End": "0x007BB88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB89000", "End": "0x007BB89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB8A000", "End": "0x007BB8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB8B000", "End": "0x007BB8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB8C000", "End": "0x007BB8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB8D000", "End": "0x007BB8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB8E000", "End": "0x007BB8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB8F000", "End": "0x007BB8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB90000", "End": "0x007BB90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB91000", "End": "0x007BB91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB92000", "End": "0x007BB92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB93000", "End": "0x007BB93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB94000", "End": "0x007BB94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB95000", "End": "0x007BB95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB96000", "End": "0x007BB96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB97000", "End": "0x007BB97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB98000", "End": "0x007BB98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB99000", "End": "0x007BB99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB9A000", "End": "0x007BB9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB9B000", "End": "0x007BB9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB9C000", "End": "0x007BB9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB9D000", "End": "0x007BB9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BB9E000", "End": "0x007BB9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BB9F000", "End": "0x007BB9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBA0000", "End": "0x007BBA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBA1000", "End": "0x007BBA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBA2000", "End": "0x007BBA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBA3000", "End": "0x007BBA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBA4000", "End": "0x007BBA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBA5000", "End": "0x007BBA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBA6000", "End": "0x007BBA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBA7000", "End": "0x007BBA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBA8000", "End": "0x007BBA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBA9000", "End": "0x007BBA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBAA000", "End": "0x007BBAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBAB000", "End": "0x007BBABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBAC000", "End": "0x007BBACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBAD000", "End": "0x007BBADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBAE000", "End": "0x007BBAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBAF000", "End": "0x007BBAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBB0000", "End": "0x007BBB9FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBBA000", "End": "0x007BBBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBBB000", "End": "0x007BBBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBBC000", "End": "0x007BBBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBBD000", "End": "0x007BBBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBBE000", "End": "0x007BBBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBBF000", "End": "0x007BBBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBC0000", "End": "0x007BBC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBC1000", "End": "0x007BBC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBC2000", "End": "0x007BBC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBC3000", "End": "0x007BBC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBC4000", "End": "0x007BBC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBC5000", "End": "0x007BBC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBC6000", "End": "0x007BBC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBC7000", "End": "0x007BBC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBC8000", "End": "0x007BBC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBC9000", "End": "0x007BBC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBCA000", "End": "0x007BBCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBCB000", "End": "0x007BBCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBCC000", "End": "0x007BBCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBCD000", "End": "0x007BBCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBCE000", "End": "0x007BBCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBCF000", "End": "0x007BBCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBD0000", "End": "0x007BBD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBD1000", "End": "0x007BBD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBD2000", "End": "0x007BBD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBD3000", "End": "0x007BBD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBD4000", "End": "0x007BBD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBD5000", "End": "0x007BBD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBD6000", "End": "0x007BBD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBD7000", "End": "0x007BBD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBD8000", "End": "0x007BBD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBD9000", "End": "0x007BBD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBDA000", "End": "0x007BBDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBDB000", "End": "0x007BBDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBDC000", "End": "0x007BBDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBDD000", "End": "0x007BBDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBDE000", "End": "0x007BBDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBDF000", "End": "0x007BBDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBE0000", "End": "0x007BBE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBE1000", "End": "0x007BBE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBE2000", "End": "0x007BBE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBE3000", "End": "0x007BBE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBE4000", "End": "0x007BBE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBE5000", "End": "0x007BBE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBE6000", "End": "0x007BBE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBE7000", "End": "0x007BBE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBE8000", "End": "0x007BBE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBE9000", "End": "0x007BBE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBEA000", "End": "0x007BBEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBEB000", "End": "0x007BBEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBEC000", "End": "0x007BBECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBED000", "End": "0x007BBEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBEE000", "End": "0x007BBEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBEF000", "End": "0x007BBEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBF0000", "End": "0x007BBF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBF1000", "End": "0x007BBF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBF2000", "End": "0x007BBF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBF3000", "End": "0x007BBF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBF4000", "End": "0x007BBF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBF5000", "End": "0x007BBF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBF6000", "End": "0x007BBF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBF7000", "End": "0x007BBF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBF8000", "End": "0x007BBF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBF9000", "End": "0x007BBF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBFA000", "End": "0x007BBFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBFB000", "End": "0x007BBFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBFC000", "End": "0x007BBFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBFD000", "End": "0x007BBFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BBFE000", "End": "0x007BBFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BBFF000", "End": "0x007BBFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC00000", "End": "0x007BC00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC01000", "End": "0x007BC01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC02000", "End": "0x007BC02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC03000", "End": "0x007BC24FFF", "Number of Entries": 34, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC25000", "End": "0x007BC25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC26000", "End": "0x007BC26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC27000", "End": "0x007BC27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC28000", "End": "0x007BC28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC29000", "End": "0x007BC29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC2A000", "End": "0x007BC2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC2B000", "End": "0x007BC2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC2C000", "End": "0x007BC2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC2D000", "End": "0x007BC2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC2E000", "End": "0x007BC2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC2F000", "End": "0x007BC2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC30000", "End": "0x007BC30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC31000", "End": "0x007BC31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC32000", "End": "0x007BC32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC33000", "End": "0x007BC33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC34000", "End": "0x007BC34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC35000", "End": "0x007BC35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC36000", "End": "0x007BC36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC37000", "End": "0x007BC37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC38000", "End": "0x007BC38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC39000", "End": "0x007BC39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC3A000", "End": "0x007BC3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC3B000", "End": "0x007BC3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC3C000", "End": "0x007BC3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC3D000", "End": "0x007BC3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC3E000", "End": "0x007BC3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC3F000", "End": "0x007BC3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC40000", "End": "0x007BC40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC41000", "End": "0x007BC41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC42000", "End": "0x007BC42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC43000", "End": "0x007BC43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC44000", "End": "0x007BC44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC45000", "End": "0x007BC45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC46000", "End": "0x007BC46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC47000", "End": "0x007BC47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC48000", "End": "0x007BC48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC49000", "End": "0x007BC49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC4A000", "End": "0x007BC4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC4B000", "End": "0x007BC4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC4C000", "End": "0x007BC4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC4D000", "End": "0x007BC4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC4E000", "End": "0x007BC4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC4F000", "End": "0x007BC4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC50000", "End": "0x007BC50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC51000", "End": "0x007BC51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC52000", "End": "0x007BC52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC53000", "End": "0x007BC53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC54000", "End": "0x007BC54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC55000", "End": "0x007BC55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC56000", "End": "0x007BC56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC57000", "End": "0x007BC57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC58000", "End": "0x007BC58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC59000", "End": "0x007BC59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC5A000", "End": "0x007BC5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC5B000", "End": "0x007BC5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC5C000", "End": "0x007BC5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC5D000", "End": "0x007BC5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC5E000", "End": "0x007BC5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\DfciManager\\DfciManager\\DEBUG\\DfciManager.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BC5F000", "End": "0x007BC62FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\DfciManager\\DfciManager\\DEBUG\\DfciManager.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC63000", "End": "0x007BC69FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\DfciManager\\DfciManager\\DEBUG\\DfciManager.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC6A000", "End": "0x007BC6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC6B000", "End": "0x007BC6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC6C000", "End": "0x007BC6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC6D000", "End": "0x007BC6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC6E000", "End": "0x007BC6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC6F000", "End": "0x007BC6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC70000", "End": "0x007BC70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC71000", "End": "0x007BC71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC72000", "End": "0x007BC72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC73000", "End": "0x007BC73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC74000", "End": "0x007BC74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC75000", "End": "0x007BC75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC76000", "End": "0x007BC76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC77000", "End": "0x007BC77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC78000", "End": "0x007BC78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC79000", "End": "0x007BC79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC7A000", "End": "0x007BC7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC7B000", "End": "0x007BC7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC7C000", "End": "0x007BC7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC7D000", "End": "0x007BC7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC7E000", "End": "0x007BC7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC7F000", "End": "0x007BC7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC80000", "End": "0x007BC80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC81000", "End": "0x007BC81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC82000", "End": "0x007BC82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC83000", "End": "0x007BC83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC84000", "End": "0x007BC84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC85000", "End": "0x007BC85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC86000", "End": "0x007BC86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC87000", "End": "0x007BC87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC88000", "End": "0x007BC88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC89000", "End": "0x007BC89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC8A000", "End": "0x007BC8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC8B000", "End": "0x007BC8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC8C000", "End": "0x007BC8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC8D000", "End": "0x007BC8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC8E000", "End": "0x007BC8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC8F000", "End": "0x007BC8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC90000", "End": "0x007BC90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC91000", "End": "0x007BC91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC92000", "End": "0x007BC92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC93000", "End": "0x007BC93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfDataSettingProvider\\ConfDataSettingProvider\\DEBUG\\ConfDataSettingProvider.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BC94000", "End": "0x007BC97FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfDataSettingProvider\\ConfDataSettingProvider\\DEBUG\\ConfDataSettingProvider.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BC98000", "End": "0x007BC9EFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfDataSettingProvider\\ConfDataSettingProvider\\DEBUG\\ConfDataSettingProvider.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BC9F000", "End": "0x007BC9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCA0000", "End": "0x007BCA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCA1000", "End": "0x007BCA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCA2000", "End": "0x007BCA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCA3000", "End": "0x007BCA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCA4000", "End": "0x007BCA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCA5000", "End": "0x007BCA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCA6000", "End": "0x007BCA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCA7000", "End": "0x007BCA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCA8000", "End": "0x007BCA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCA9000", "End": "0x007BCA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCAA000", "End": "0x007BCAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCAB000", "End": "0x007BCABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCAC000", "End": "0x007BCACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCAD000", "End": "0x007BCADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCAE000", "End": "0x007BCAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCAF000", "End": "0x007BCAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCB0000", "End": "0x007BCB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCB1000", "End": "0x007BCB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCB2000", "End": "0x007BCB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCB3000", "End": "0x007BCB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCB4000", "End": "0x007BCB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCB5000", "End": "0x007BCB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCB6000", "End": "0x007BCB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCB7000", "End": "0x007BCB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCB8000", "End": "0x007BCB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCB9000", "End": "0x007BCB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCBA000", "End": "0x007BCBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCBB000", "End": "0x007BCBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCBC000", "End": "0x007BCBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCBD000", "End": "0x007BCBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCBE000", "End": "0x007BCBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCBF000", "End": "0x007BCBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCC0000", "End": "0x007BCC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCC1000", "End": "0x007BCC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCC2000", "End": "0x007BCC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCC3000", "End": "0x007BCC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCC4000", "End": "0x007BCC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCC5000", "End": "0x007BCC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCC6000", "End": "0x007BCC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCC7000", "End": "0x007BCC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCC8000", "End": "0x007BCC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCC9000", "End": "0x007BCC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCCA000", "End": "0x007BCCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCCB000", "End": "0x007BCCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCCC000", "End": "0x007BCCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCCD000", "End": "0x007BCCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCCE000", "End": "0x007BCCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCCF000", "End": "0x007BCCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCD0000", "End": "0x007BCD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCD1000", "End": "0x007BCD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCD2000", "End": "0x007BCD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCD3000", "End": "0x007BCD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCD4000", "End": "0x007BCD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCD5000", "End": "0x007BCD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCD6000", "End": "0x007BCD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCD7000", "End": "0x007BCD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCD8000", "End": "0x007BCD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCD9000", "End": "0x007BCD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCDA000", "End": "0x007BCDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCDB000", "End": "0x007BCDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCDC000", "End": "0x007BCDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCDD000", "End": "0x007BCDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCDE000", "End": "0x007BCDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCDF000", "End": "0x007BCDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCE0000", "End": "0x007BCE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCE1000", "End": "0x007BCE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCE2000", "End": "0x007BCE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\SimpleWindowManagerDxe\\SimpleWindowManagerDxe\\DEBUG\\SimpleWindowManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BCE3000", "End": "0x007BCEAFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\SimpleWindowManagerDxe\\SimpleWindowManagerDxe\\DEBUG\\SimpleWindowManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCEB000", "End": "0x007BCF3FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\SimpleWindowManagerDxe\\SimpleWindowManagerDxe\\DEBUG\\SimpleWindowManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCF4000", "End": "0x007BCF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCF5000", "End": "0x007BCF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCF6000", "End": "0x007BCF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCF7000", "End": "0x007BCF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCF8000", "End": "0x007BCF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCF9000", "End": "0x007BCF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCFA000", "End": "0x007BCFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCFB000", "End": "0x007BCFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCFC000", "End": "0x007BCFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCFD000", "End": "0x007BCFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BCFE000", "End": "0x007BCFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BCFF000", "End": "0x007BCFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD00000", "End": "0x007BD00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD01000", "End": "0x007BD01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD02000", "End": "0x007BD02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD03000", "End": "0x007BD03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD04000", "End": "0x007BD04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD05000", "End": "0x007BD05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD06000", "End": "0x007BD06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD07000", "End": "0x007BD07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD08000", "End": "0x007BD08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD09000", "End": "0x007BD09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD0A000", "End": "0x007BD0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD0B000", "End": "0x007BD0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD0C000", "End": "0x007BD0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD0D000", "End": "0x007BD0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD0E000", "End": "0x007BD0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD0F000", "End": "0x007BD0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD10000", "End": "0x007BD10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD11000", "End": "0x007BD11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD12000", "End": "0x007BD12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD13000", "End": "0x007BD13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD14000", "End": "0x007BD14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD15000", "End": "0x007BD15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD16000", "End": "0x007BD16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD17000", "End": "0x007BD17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD18000", "End": "0x007BD18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD19000", "End": "0x007BD19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD1A000", "End": "0x007BD1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD1B000", "End": "0x007BD1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD1C000", "End": "0x007BD1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD1D000", "End": "0x007BD1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD1E000", "End": "0x007BD1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD1F000", "End": "0x007BD1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\OnScreenKeyboardDxe\\OnScreenKeyboardDxe\\DEBUG\\OnScreenKeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BD20000", "End": "0x007BD25FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\OnScreenKeyboardDxe\\OnScreenKeyboardDxe\\DEBUG\\OnScreenKeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD26000", "End": "0x007BD3DFFF", "Number of Entries": 24, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\OnScreenKeyboardDxe\\OnScreenKeyboardDxe\\DEBUG\\OnScreenKeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD3E000", "End": "0x007BD3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD3F000", "End": "0x007BD3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD40000", "End": "0x007BD40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD41000", "End": "0x007BD41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD42000", "End": "0x007BD42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD43000", "End": "0x007BD43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD44000", "End": "0x007BD44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD45000", "End": "0x007BD45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD46000", "End": "0x007BD46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD47000", "End": "0x007BD47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD48000", "End": "0x007BD48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD49000", "End": "0x007BD49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD4A000", "End": "0x007BD4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD4B000", "End": "0x007BD4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD4C000", "End": "0x007BD4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD4D000", "End": "0x007BD4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD4E000", "End": "0x007BD4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD4F000", "End": "0x007BD4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD50000", "End": "0x007BD50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD51000", "End": "0x007BD51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD52000", "End": "0x007BD52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD53000", "End": "0x007BD53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD54000", "End": "0x007BD54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD55000", "End": "0x007BD55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD56000", "End": "0x007BD56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD57000", "End": "0x007BD57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD58000", "End": "0x007BD58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD59000", "End": "0x007BD59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD5A000", "End": "0x007BD5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD5B000", "End": "0x007BD5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD5C000", "End": "0x007BD5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD5D000", "End": "0x007BD5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD5E000", "End": "0x007BD5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD5F000", "End": "0x007BD5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD60000", "End": "0x007BD60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD61000", "End": "0x007BD61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD62000", "End": "0x007BD62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD63000", "End": "0x007BD63FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD64000", "End": "0x007BD64FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD65000", "End": "0x007BD65FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\IdentityAndAuthManager\\IdentityAndAuthManagerDxe\\DEBUG\\IdentityAndAuthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BD66000", "End": "0x007BD74FFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\IdentityAndAuthManager\\IdentityAndAuthManagerDxe\\DEBUG\\IdentityAndAuthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD75000", "End": "0x007BD7FFFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\IdentityAndAuthManager\\IdentityAndAuthManagerDxe\\DEBUG\\IdentityAndAuthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD80000", "End": "0x007BD80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD81000", "End": "0x007BD81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD82000", "End": "0x007BD82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD83000", "End": "0x007BD83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD84000", "End": "0x007BD84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD85000", "End": "0x007BD85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD86000", "End": "0x007BD86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD87000", "End": "0x007BD87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD88000", "End": "0x007BD88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD89000", "End": "0x007BD89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD8A000", "End": "0x007BD8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD8B000", "End": "0x007BD8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD8C000", "End": "0x007BD8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD8D000", "End": "0x007BD8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD8E000", "End": "0x007BD8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD8F000", "End": "0x007BD8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD90000", "End": "0x007BD90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD91000", "End": "0x007BD91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD92000", "End": "0x007BD92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD93000", "End": "0x007BD93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD94000", "End": "0x007BD94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD95000", "End": "0x007BD95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD96000", "End": "0x007BD96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD97000", "End": "0x007BD97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD98000", "End": "0x007BD98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD99000", "End": "0x007BD99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD9A000", "End": "0x007BD9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD9B000", "End": "0x007BD9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD9C000", "End": "0x007BD9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD9D000", "End": "0x007BD9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BD9E000", "End": "0x007BD9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BD9F000", "End": "0x007BD9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDA0000", "End": "0x007BDA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDA1000", "End": "0x007BDA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDA2000", "End": "0x007BDA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDA3000", "End": "0x007BDA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDA4000", "End": "0x007BDA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDA5000", "End": "0x007BDA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDA6000", "End": "0x007BDA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDA7000", "End": "0x007BDA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDA8000", "End": "0x007BDA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDA9000", "End": "0x007BDA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDAA000", "End": "0x007BDAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDAB000", "End": "0x007BDABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDAC000", "End": "0x007BDACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDAD000", "End": "0x007BDADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfProfileMgrDxe\\ConfProfileMgrDxe\\DEBUG\\ConfProfileMgrDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BDAE000", "End": "0x007BDB0FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfProfileMgrDxe\\ConfProfileMgrDxe\\DEBUG\\ConfProfileMgrDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDB1000", "End": "0x007BDB5FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SetupDataPkg\\ConfProfileMgrDxe\\ConfProfileMgrDxe\\DEBUG\\ConfProfileMgrDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDB6000", "End": "0x007BDB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDB7000", "End": "0x007BDB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDB8000", "End": "0x007BDB9FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDBA000", "End": "0x007BDBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDBB000", "End": "0x007BDBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDBC000", "End": "0x007BDBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDBD000", "End": "0x007BDBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDBE000", "End": "0x007BDBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDBF000", "End": "0x007BDBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDC0000", "End": "0x007BDC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDC1000", "End": "0x007BDC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDC2000", "End": "0x007BDC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDC3000", "End": "0x007BDC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDC4000", "End": "0x007BDC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDC5000", "End": "0x007BDC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDC6000", "End": "0x007BDC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDC7000", "End": "0x007BDC8FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDC9000", "End": "0x007BDC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDCA000", "End": "0x007BDCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDCB000", "End": "0x007BDCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDCC000", "End": "0x007BDCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDCD000", "End": "0x007BDCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDCE000", "End": "0x007BDCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDCF000", "End": "0x007BDCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDD0000", "End": "0x007BDD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDD1000", "End": "0x007BDD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDD2000", "End": "0x007BDD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDD3000", "End": "0x007BDD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDD4000", "End": "0x007BDD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDD5000", "End": "0x007BDD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDD6000", "End": "0x007BDD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDD7000", "End": "0x007BDD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDD8000", "End": "0x007BDD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDD9000", "End": "0x007BDD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDDA000", "End": "0x007BDDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDDB000", "End": "0x007BDDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDDC000", "End": "0x007BDDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDDD000", "End": "0x007BDDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDDE000", "End": "0x007BDDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDDF000", "End": "0x007BDDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDE0000", "End": "0x007BDE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDE1000", "End": "0x007BDE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMouseAbsolutePointerDxe\\UsbMouseAbsolutePointerDxe\\DEBUG\\UsbMouseAbsolutePointerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BDE2000", "End": "0x007BDE5FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMouseAbsolutePointerDxe\\UsbMouseAbsolutePointerDxe\\DEBUG\\UsbMouseAbsolutePointerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDE6000", "End": "0x007BDEBFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMouseAbsolutePointerDxe\\UsbMouseAbsolutePointerDxe\\DEBUG\\UsbMouseAbsolutePointerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDEC000", "End": "0x007BDECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDED000", "End": "0x007BDEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDEE000", "End": "0x007BDEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDEF000", "End": "0x007BDEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDF0000", "End": "0x007BDF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDF1000", "End": "0x007BDF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDF2000", "End": "0x007BDF3FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDF4000", "End": "0x007BDF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDF5000", "End": "0x007BDF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDF6000", "End": "0x007BDF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDF7000", "End": "0x007BDF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDF8000", "End": "0x007BDF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDF9000", "End": "0x007BDF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDFA000", "End": "0x007BDFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDFB000", "End": "0x007BDFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDFC000", "End": "0x007BDFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDFD000", "End": "0x007BDFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BDFE000", "End": "0x007BDFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BDFF000", "End": "0x007BDFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE00000", "End": "0x007BE00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE01000", "End": "0x007BE01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE02000", "End": "0x007BE02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE03000", "End": "0x007BE03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE04000", "End": "0x007BE04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE05000", "End": "0x007BE05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE06000", "End": "0x007BE06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\QemuVideoDxe\\QemuVideoDxe\\DEBUG\\QemuVideoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BE07000", "End": "0x007BE0BFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\QemuVideoDxe\\QemuVideoDxe\\DEBUG\\QemuVideoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE0C000", "End": "0x007BE12FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\QemuVideoDxe\\QemuVideoDxe\\DEBUG\\QemuVideoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE13000", "End": "0x007BE13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE14000", "End": "0x007BE14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE15000", "End": "0x007BE15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE16000", "End": "0x007BE16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE17000", "End": "0x007BE17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE18000", "End": "0x007BE18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE19000", "End": "0x007BE19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE1A000", "End": "0x007BE1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE1B000", "End": "0x007BE1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE1C000", "End": "0x007BE1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE1D000", "End": "0x007BE1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE1E000", "End": "0x007BE1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE1F000", "End": "0x007BE1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE20000", "End": "0x007BE20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE21000", "End": "0x007BE21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE22000", "End": "0x007BE22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE23000", "End": "0x007BE23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE24000", "End": "0x007BE24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE25000", "End": "0x007BE25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE26000", "End": "0x007BE26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE27000", "End": "0x007BE27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE28000", "End": "0x007BE28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE29000", "End": "0x007BE29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE2A000", "End": "0x007BE2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE2B000", "End": "0x007BE2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE2C000", "End": "0x007BE2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE2D000", "End": "0x007BE2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE2E000", "End": "0x007BE2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE2F000", "End": "0x007BE2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE30000", "End": "0x007BE30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE31000", "End": "0x007BE31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE32000", "End": "0x007BE32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE33000", "End": "0x007BE33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE34000", "End": "0x007BE34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMassStorageDxe\\UsbMassStorageDxe\\DEBUG\\UsbMassStorageDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BE35000", "End": "0x007BE39FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMassStorageDxe\\UsbMassStorageDxe\\DEBUG\\UsbMassStorageDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE3A000", "End": "0x007BE3FFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbMassStorageDxe\\UsbMassStorageDxe\\DEBUG\\UsbMassStorageDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE40000", "End": "0x007BE40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE41000", "End": "0x007BE41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE42000", "End": "0x007BE42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE43000", "End": "0x007BE43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE44000", "End": "0x007BE44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE45000", "End": "0x007BE45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE46000", "End": "0x007BE47FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE48000", "End": "0x007BE48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE49000", "End": "0x007BE49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE4A000", "End": "0x007BE4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE4B000", "End": "0x007BE4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE4C000", "End": "0x007BE4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE4D000", "End": "0x007BE4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE4E000", "End": "0x007BE4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE4F000", "End": "0x007BE4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE50000", "End": "0x007BE50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE51000", "End": "0x007BE51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE52000", "End": "0x007BE52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE53000", "End": "0x007BE53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE54000", "End": "0x007BE54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE55000", "End": "0x007BE55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE56000", "End": "0x007BE56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE57000", "End": "0x007BE57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE58000", "End": "0x007BE58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE59000", "End": "0x007BE59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE5A000", "End": "0x007BE5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE5B000", "End": "0x007BE5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE5C000", "End": "0x007BE5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbKbDxe\\UsbKbDxe\\DEBUG\\UsbKbDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BE5D000", "End": "0x007BE62FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbKbDxe\\UsbKbDxe\\DEBUG\\UsbKbDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE63000", "End": "0x007BE68FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbKbDxe\\UsbKbDxe\\DEBUG\\UsbKbDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE69000", "End": "0x007BE69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE6A000", "End": "0x007BE6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE6B000", "End": "0x007BE6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE6C000", "End": "0x007BE6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE6D000", "End": "0x007BE6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE6E000", "End": "0x007BE6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE6F000", "End": "0x007BE6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE70000", "End": "0x007BE70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE71000", "End": "0x007BE71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE72000", "End": "0x007BE72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE73000", "End": "0x007BE73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE74000", "End": "0x007BE74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE75000", "End": "0x007BE75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE76000", "End": "0x007BE76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE77000", "End": "0x007BE77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE78000", "End": "0x007BE78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE79000", "End": "0x007BE79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE7A000", "End": "0x007BE7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE7B000", "End": "0x007BE7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE7C000", "End": "0x007BE7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE7D000", "End": "0x007BE7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE7E000", "End": "0x007BE7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE7F000", "End": "0x007BE7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE80000", "End": "0x007BE80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbBusDxe\\UsbBusDxe\\DEBUG\\UsbBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BE81000", "End": "0x007BE88FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbBusDxe\\UsbBusDxe\\DEBUG\\UsbBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE89000", "End": "0x007BE90FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Usb\\UsbBusDxe\\UsbBusDxe\\DEBUG\\UsbBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE91000", "End": "0x007BE91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE92000", "End": "0x007BE92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE93000", "End": "0x007BE93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE94000", "End": "0x007BE94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE95000", "End": "0x007BE95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE96000", "End": "0x007BE96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE97000", "End": "0x007BE97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE98000", "End": "0x007BE98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE99000", "End": "0x007BE99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE9A000", "End": "0x007BE9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE9B000", "End": "0x007BE9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE9C000", "End": "0x007BE9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE9D000", "End": "0x007BE9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BE9E000", "End": "0x007BE9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BE9F000", "End": "0x007BE9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEA0000", "End": "0x007BEA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEA1000", "End": "0x007BEA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEA2000", "End": "0x007BEA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEA3000", "End": "0x007BEA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEA4000", "End": "0x007BEA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEA5000", "End": "0x007BEA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEA6000", "End": "0x007BEA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEA7000", "End": "0x007BEA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEA8000", "End": "0x007BEA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEA9000", "End": "0x007BEA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEAA000", "End": "0x007BEAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEAB000", "End": "0x007BEABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEAC000", "End": "0x007BEACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\XhciDxe\\XhciDxe\\DEBUG\\XhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BEAD000", "End": "0x007BEB7FFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\XhciDxe\\XhciDxe\\DEBUG\\XhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEB8000", "End": "0x007BEBFFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\XhciDxe\\XhciDxe\\DEBUG\\XhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEC0000", "End": "0x007BEC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEC1000", "End": "0x007BEC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEC2000", "End": "0x007BEC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEC3000", "End": "0x007BEC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEC4000", "End": "0x007BEC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEC5000", "End": "0x007BEC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEC6000", "End": "0x007BEC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEC7000", "End": "0x007BEC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEC8000", "End": "0x007BEC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEC9000", "End": "0x007BEC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BECA000", "End": "0x007BECAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BECB000", "End": "0x007BECBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BECC000", "End": "0x007BECCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BECD000", "End": "0x007BECDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BECE000", "End": "0x007BECEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BECF000", "End": "0x007BECFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BED0000", "End": "0x007BED0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BED1000", "End": "0x007BED1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BED2000", "End": "0x007BED2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BED3000", "End": "0x007BED3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BED4000", "End": "0x007BED4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BED5000", "End": "0x007BED5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BED6000", "End": "0x007BED6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BED7000", "End": "0x007BED7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BED8000", "End": "0x007BED8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BED9000", "End": "0x007BED9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEDA000", "End": "0x007BEDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEDB000", "End": "0x007BEDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEDC000", "End": "0x007BEDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEDD000", "End": "0x007BEDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEDE000", "End": "0x007BEDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEDF000", "End": "0x007BEDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEE0000", "End": "0x007BEE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEE1000", "End": "0x007BEE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEE2000", "End": "0x007BEE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEE3000", "End": "0x007BEE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\EhciDxe\\EhciDxe\\DEBUG\\EhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BEE4000", "End": "0x007BEEAFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\EhciDxe\\EhciDxe\\DEBUG\\EhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEEB000", "End": "0x007BEF1FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\EhciDxe\\EhciDxe\\DEBUG\\EhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEF2000", "End": "0x007BEF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEF3000", "End": "0x007BEF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEF4000", "End": "0x007BEF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEF5000", "End": "0x007BEF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEF6000", "End": "0x007BEF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEF7000", "End": "0x007BEF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEF8000", "End": "0x007BEF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEF9000", "End": "0x007BEF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEFA000", "End": "0x007BEFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEFB000", "End": "0x007BEFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEFC000", "End": "0x007BEFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEFD000", "End": "0x007BEFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BEFE000", "End": "0x007BEFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BEFF000", "End": "0x007BEFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF00000", "End": "0x007BF00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF01000", "End": "0x007BF01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF02000", "End": "0x007BF02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF03000", "End": "0x007BF03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF04000", "End": "0x007BF04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF05000", "End": "0x007BF05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF06000", "End": "0x007BF06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF07000", "End": "0x007BF07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF08000", "End": "0x007BF08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF09000", "End": "0x007BF09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF0A000", "End": "0x007BF0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF0B000", "End": "0x007BF0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF0C000", "End": "0x007BF0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF0D000", "End": "0x007BF0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF0E000", "End": "0x007BF0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF0F000", "End": "0x007BF0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF10000", "End": "0x007BF10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF11000", "End": "0x007BF11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\UhciDxe\\UhciDxe\\DEBUG\\UhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BF12000", "End": "0x007BF17FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\UhciDxe\\UhciDxe\\DEBUG\\UhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF18000", "End": "0x007BF1DFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\UhciDxe\\UhciDxe\\DEBUG\\UhciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF1E000", "End": "0x007BF1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF1F000", "End": "0x007BF1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF20000", "End": "0x007BF20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF21000", "End": "0x007BF21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF22000", "End": "0x007BF22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF23000", "End": "0x007BF23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF24000", "End": "0x007BF24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF25000", "End": "0x007BF25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF26000", "End": "0x007BF26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF27000", "End": "0x007BF27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF28000", "End": "0x007BF28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF29000", "End": "0x007BF29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF2A000", "End": "0x007BF2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF2B000", "End": "0x007BF2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF2C000", "End": "0x007BF2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF2D000", "End": "0x007BF2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF2E000", "End": "0x007BF2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF2F000", "End": "0x007BF2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF30000", "End": "0x007BF30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF31000", "End": "0x007BF31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF32000", "End": "0x007BF32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF33000", "End": "0x007BF33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF34000", "End": "0x007BF34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF35000", "End": "0x007BF35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF36000", "End": "0x007BF36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF37000", "End": "0x007BF37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF38000", "End": "0x007BF38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF39000", "End": "0x007BF39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF3A000", "End": "0x007BF3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF3B000", "End": "0x007BF3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioNetDxe\\VirtioNet\\DEBUG\\VirtioNetDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BF3C000", "End": "0x007BF40FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioNetDxe\\VirtioNet\\DEBUG\\VirtioNetDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF41000", "End": "0x007BF46FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioNetDxe\\VirtioNet\\DEBUG\\VirtioNetDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF47000", "End": "0x007BF47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF48000", "End": "0x007BF48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF49000", "End": "0x007BF4AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF4B000", "End": "0x007BF4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF4C000", "End": "0x007BF4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF4D000", "End": "0x007BF4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF4E000", "End": "0x007BF4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF4F000", "End": "0x007BF4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF50000", "End": "0x007BF50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF51000", "End": "0x007BF51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF52000", "End": "0x007BF52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF53000", "End": "0x007BF53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF54000", "End": "0x007BF54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF55000", "End": "0x007BF55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF56000", "End": "0x007BF56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF57000", "End": "0x007BF57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF58000", "End": "0x007BF58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF59000", "End": "0x007BF59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF5A000", "End": "0x007BF5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF5B000", "End": "0x007BF5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF5C000", "End": "0x007BF5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF5D000", "End": "0x007BF5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF5E000", "End": "0x007BF5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF5F000", "End": "0x007BF5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF60000", "End": "0x007BF60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF61000", "End": "0x007BF61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpBootDxe\\HttpBootDxe\\DEBUG\\HttpBootDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BF62000", "End": "0x007BF70FFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpBootDxe\\HttpBootDxe\\DEBUG\\HttpBootDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF71000", "End": "0x007BF78FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpBootDxe\\HttpBootDxe\\DEBUG\\HttpBootDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF79000", "End": "0x007BF79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF7A000", "End": "0x007BF7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF7B000", "End": "0x007BF7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF7C000", "End": "0x007BF7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF7D000", "End": "0x007BF7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF7E000", "End": "0x007BF7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF7F000", "End": "0x007BF7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF80000", "End": "0x007BF80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF81000", "End": "0x007BF81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF82000", "End": "0x007BF82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF83000", "End": "0x007BF83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF84000", "End": "0x007BF84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF85000", "End": "0x007BF85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF86000", "End": "0x007BF86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF87000", "End": "0x007BF87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF88000", "End": "0x007BF88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF89000", "End": "0x007BF89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF8A000", "End": "0x007BF8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF8B000", "End": "0x007BF8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF8C000", "End": "0x007BF8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF8D000", "End": "0x007BF8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF8E000", "End": "0x007BF8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF8F000", "End": "0x007BF8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF90000", "End": "0x007BF90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF91000", "End": "0x007BF91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF92000", "End": "0x007BF92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF93000", "End": "0x007BF93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF94000", "End": "0x007BF94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF95000", "End": "0x007BF95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF96000", "End": "0x007BF96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF97000", "End": "0x007BF97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF98000", "End": "0x007BF98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF99000", "End": "0x007BF99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF9A000", "End": "0x007BF9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF9B000", "End": "0x007BF9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF9C000", "End": "0x007BF9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF9D000", "End": "0x007BF9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BF9E000", "End": "0x007BF9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BF9F000", "End": "0x007BF9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFA0000", "End": "0x007BFA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFA1000", "End": "0x007BFA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFA2000", "End": "0x007BFA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFA3000", "End": "0x007BFA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFA4000", "End": "0x007BFA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpDxe\\HttpDxe\\DEBUG\\HttpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BFA5000", "End": "0x007BFB1FFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpDxe\\HttpDxe\\DEBUG\\HttpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFB2000", "End": "0x007BFB8FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpDxe\\HttpDxe\\DEBUG\\HttpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFB9000", "End": "0x007BFB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFBA000", "End": "0x007BFBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFBB000", "End": "0x007BFBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFBC000", "End": "0x007BFBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFBD000", "End": "0x007BFBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFBE000", "End": "0x007BFBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFBF000", "End": "0x007BFBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFC0000", "End": "0x007BFC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFC1000", "End": "0x007BFC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFC2000", "End": "0x007BFC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFC3000", "End": "0x007BFC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFC4000", "End": "0x007BFC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFC5000", "End": "0x007BFC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFC6000", "End": "0x007BFC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFC7000", "End": "0x007BFC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFC8000", "End": "0x007BFC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFC9000", "End": "0x007BFC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFCA000", "End": "0x007BFCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFCB000", "End": "0x007BFCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFCC000", "End": "0x007BFCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFCD000", "End": "0x007BFCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFCE000", "End": "0x007BFCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFCF000", "End": "0x007BFCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFD0000", "End": "0x007BFD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFD1000", "End": "0x007BFD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFD2000", "End": "0x007BFD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFD3000", "End": "0x007BFD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFD4000", "End": "0x007BFD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFD5000", "End": "0x007BFD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFD6000", "End": "0x007BFD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFD7000", "End": "0x007BFD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFD8000", "End": "0x007BFD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFD9000", "End": "0x007BFD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFDA000", "End": "0x007BFDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFDB000", "End": "0x007BFDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFDC000", "End": "0x007BFDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFDD000", "End": "0x007BFDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFDE000", "End": "0x007BFDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFDF000", "End": "0x007BFDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFE0000", "End": "0x007BFE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFE1000", "End": "0x007BFE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFE2000", "End": "0x007BFE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFE3000", "End": "0x007BFE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFE4000", "End": "0x007BFE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFE5000", "End": "0x007BFE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFE6000", "End": "0x007BFE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DnsDxe\\DnsDxe\\DEBUG\\DnsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007BFE7000", "End": "0x007BFF1FFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DnsDxe\\DnsDxe\\DEBUG\\DnsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFF2000", "End": "0x007BFF8FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DnsDxe\\DnsDxe\\DEBUG\\DnsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFF9000", "End": "0x007BFF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFFA000", "End": "0x007BFFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFFB000", "End": "0x007BFFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFFC000", "End": "0x007BFFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFFD000", "End": "0x007BFFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007BFFE000", "End": "0x007BFFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007BFFF000", "End": "0x007BFFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C000000", "End": "0x007C000FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C001000", "End": "0x007C001FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C002000", "End": "0x007C002FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C003000", "End": "0x007C003FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C004000", "End": "0x007C004FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C005000", "End": "0x007C005FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C006000", "End": "0x007C006FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C007000", "End": "0x007C007FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C008000", "End": "0x007C008FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C009000", "End": "0x007C009FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C00A000", "End": "0x007C00AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C00B000", "End": "0x007C00BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C00C000", "End": "0x007C00CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C00D000", "End": "0x007C00DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C00E000", "End": "0x007C00EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C00F000", "End": "0x007C00FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C010000", "End": "0x007C010FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C011000", "End": "0x007C011FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C012000", "End": "0x007C012FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C013000", "End": "0x007C013FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C014000", "End": "0x007C014FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C015000", "End": "0x007C015FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C016000", "End": "0x007C016FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C017000", "End": "0x007C017FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C018000", "End": "0x007C018FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C019000", "End": "0x007C019FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C01A000", "End": "0x007C01AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C01B000", "End": "0x007C01BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C01C000", "End": "0x007C01CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C01D000", "End": "0x007C01DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C01E000", "End": "0x007C01EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C01F000", "End": "0x007C01FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C020000", "End": "0x007C020FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C021000", "End": "0x007C021FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C022000", "End": "0x007C022FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C023000", "End": "0x007C023FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C024000", "End": "0x007C024FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C025000", "End": "0x007C025FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C026000", "End": "0x007C026FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C027000", "End": "0x007C027FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C028000", "End": "0x007C028FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C029000", "End": "0x007C029FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C02A000", "End": "0x007C02AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C02B000", "End": "0x007C02BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C02C000", "End": "0x007C02CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C02D000", "End": "0x007C02DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C02E000", "End": "0x007C02EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C02F000", "End": "0x007C02FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C030000", "End": "0x007C030FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C031000", "End": "0x007C031FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C032000", "End": "0x007C032FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C033000", "End": "0x007C033FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C034000", "End": "0x007C034FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C035000", "End": "0x007C035FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C036000", "End": "0x007C036FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C037000", "End": "0x007C037FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C038000", "End": "0x007C038FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C039000", "End": "0x007C039FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C03A000", "End": "0x007C03AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C03B000", "End": "0x007C03BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C03C000", "End": "0x007C03CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C03D000", "End": "0x007C03DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C03E000", "End": "0x007C03EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C03F000", "End": "0x007C03FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C040000", "End": "0x007C040FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C041000", "End": "0x007C041FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C042000", "End": "0x007C042FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C043000", "End": "0x007C043FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C044000", "End": "0x007C044FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C045000", "End": "0x007C045FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C046000", "End": "0x007C046FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C047000", "End": "0x007C047FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C048000", "End": "0x007C048FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C049000", "End": "0x007C049FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C04A000", "End": "0x007C04AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C04B000", "End": "0x007C04BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C04C000", "End": "0x007C04CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C04D000", "End": "0x007C04DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C04E000", "End": "0x007C04EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C04F000", "End": "0x007C04FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C050000", "End": "0x007C050FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C051000", "End": "0x007C051FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C052000", "End": "0x007C052FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C053000", "End": "0x007C053FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C054000", "End": "0x007C054FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C055000", "End": "0x007C055FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C056000", "End": "0x007C056FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C057000", "End": "0x007C057FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C058000", "End": "0x007C058FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C059000", "End": "0x007C059FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C05A000", "End": "0x007C05AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C05B000", "End": "0x007C05BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C05C000", "End": "0x007C05CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C05D000", "End": "0x007C05DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C05E000", "End": "0x007C05EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C05F000", "End": "0x007C05FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C060000", "End": "0x007C060FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C061000", "End": "0x007C061FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C062000", "End": "0x007C062FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C063000", "End": "0x007C063FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C064000", "End": "0x007C064FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C065000", "End": "0x007C065FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C066000", "End": "0x007C066FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C067000", "End": "0x007C067FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C068000", "End": "0x007C068FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C069000", "End": "0x007C069FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C06A000", "End": "0x007C06AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C06B000", "End": "0x007C06BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C06C000", "End": "0x007C06CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C06D000", "End": "0x007C06DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C06E000", "End": "0x007C06EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C06F000", "End": "0x007C06FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C070000", "End": "0x007C070FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C071000", "End": "0x007C071FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C072000", "End": "0x007C072FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C073000", "End": "0x007C073FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C074000", "End": "0x007C074FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C075000", "End": "0x007C075FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C076000", "End": "0x007C076FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C077000", "End": "0x007C077FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C078000", "End": "0x007C078FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C079000", "End": "0x007C079FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C07A000", "End": "0x007C07AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C07B000", "End": "0x007C07BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C07C000", "End": "0x007C07CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C07D000", "End": "0x007C07DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C07E000", "End": "0x007C07EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C07F000", "End": "0x007C07FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C080000", "End": "0x007C080FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C081000", "End": "0x007C081FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C082000", "End": "0x007C082FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C083000", "End": "0x007C083FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C084000", "End": "0x007C084FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C085000", "End": "0x007C085FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C086000", "End": "0x007C086FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C087000", "End": "0x007C087FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C088000", "End": "0x007C088FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C089000", "End": "0x007C089FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C08A000", "End": "0x007C08AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C08B000", "End": "0x007C08BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C08C000", "End": "0x007C08CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C08D000", "End": "0x007C08DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C08E000", "End": "0x007C08EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C08F000", "End": "0x007C08FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C090000", "End": "0x007C090FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C091000", "End": "0x007C091FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C092000", "End": "0x007C092FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C093000", "End": "0x007C093FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C094000", "End": "0x007C094FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C095000", "End": "0x007C095FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C096000", "End": "0x007C096FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C097000", "End": "0x007C097FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C098000", "End": "0x007C098FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C099000", "End": "0x007C099FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C09A000", "End": "0x007C09AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C09B000", "End": "0x007C09BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C09C000", "End": "0x007C09CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C09D000", "End": "0x007C09DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C09E000", "End": "0x007C09EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C09F000", "End": "0x007C09FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0A0000", "End": "0x007C0A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0A1000", "End": "0x007C0A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0A2000", "End": "0x007C0A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0A3000", "End": "0x007C0A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0A4000", "End": "0x007C0A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0A5000", "End": "0x007C0A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0A6000", "End": "0x007C0A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0A7000", "End": "0x007C0A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0A8000", "End": "0x007C0A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0A9000", "End": "0x007C0A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0AA000", "End": "0x007C0AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0AB000", "End": "0x007C0ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0AC000", "End": "0x007C0ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0AD000", "End": "0x007C0ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0AE000", "End": "0x007C0AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0AF000", "End": "0x007C0AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0B0000", "End": "0x007C0B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0B1000", "End": "0x007C0B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0B2000", "End": "0x007C0B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0B3000", "End": "0x007C0B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0B4000", "End": "0x007C0B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0B5000", "End": "0x007C0B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0B6000", "End": "0x007C0B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0B7000", "End": "0x007C0B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0B8000", "End": "0x007C0B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0B9000", "End": "0x007C0B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0BA000", "End": "0x007C0BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0BB000", "End": "0x007C0BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0BC000", "End": "0x007C0BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0BD000", "End": "0x007C0BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0BE000", "End": "0x007C0BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0BF000", "End": "0x007C0BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0C0000", "End": "0x007C0C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0C1000", "End": "0x007C0C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0C2000", "End": "0x007C0C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0C3000", "End": "0x007C0C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0C4000", "End": "0x007C0C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0C5000", "End": "0x007C0C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0C6000", "End": "0x007C0C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0C7000", "End": "0x007C0C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0C8000", "End": "0x007C0C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0C9000", "End": "0x007C0C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0CA000", "End": "0x007C0CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0CB000", "End": "0x007C0CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0CC000", "End": "0x007C0CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0CD000", "End": "0x007C0CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0CE000", "End": "0x007C0CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0CF000", "End": "0x007C0CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0D0000", "End": "0x007C0D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0D1000", "End": "0x007C0D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0D2000", "End": "0x007C0D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0D3000", "End": "0x007C0D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0D4000", "End": "0x007C0D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0D5000", "End": "0x007C0D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0D6000", "End": "0x007C0D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0D7000", "End": "0x007C0D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0D8000", "End": "0x007C0D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0D9000", "End": "0x007C0D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0DA000", "End": "0x007C0DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0DB000", "End": "0x007C0DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0DC000", "End": "0x007C0DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0DD000", "End": "0x007C0DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0DE000", "End": "0x007C0DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0DF000", "End": "0x007C0DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0E0000", "End": "0x007C0E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0E1000", "End": "0x007C0E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0E2000", "End": "0x007C0E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0E3000", "End": "0x007C0E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0E4000", "End": "0x007C0E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0E5000", "End": "0x007C0E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0E6000", "End": "0x007C0E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0E7000", "End": "0x007C0E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0E8000", "End": "0x007C0E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0E9000", "End": "0x007C0E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0EA000", "End": "0x007C0EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0EB000", "End": "0x007C0EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0EC000", "End": "0x007C0ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0ED000", "End": "0x007C0EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0EE000", "End": "0x007C0EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0EF000", "End": "0x007C0EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0F0000", "End": "0x007C0F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0F1000", "End": "0x007C0F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0F2000", "End": "0x007C0F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0F3000", "End": "0x007C0F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0F4000", "End": "0x007C0F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0F5000", "End": "0x007C0F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0F6000", "End": "0x007C0F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0F7000", "End": "0x007C0F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0F8000", "End": "0x007C0F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0F9000", "End": "0x007C0F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0FA000", "End": "0x007C0FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0FB000", "End": "0x007C0FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0FC000", "End": "0x007C0FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0FD000", "End": "0x007C0FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C0FE000", "End": "0x007C0FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C0FF000", "End": "0x007C0FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C100000", "End": "0x007C100FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C101000", "End": "0x007C101FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C102000", "End": "0x007C102FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C103000", "End": "0x007C103FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C104000", "End": "0x007C104FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C105000", "End": "0x007C105FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C106000", "End": "0x007C106FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C107000", "End": "0x007C107FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C108000", "End": "0x007C108FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C109000", "End": "0x007C109FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C10A000", "End": "0x007C10AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C10B000", "End": "0x007C10BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C10C000", "End": "0x007C10CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C10D000", "End": "0x007C10DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C10E000", "End": "0x007C10EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C10F000", "End": "0x007C10FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C110000", "End": "0x007C110FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C111000", "End": "0x007C111FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C112000", "End": "0x007C112FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C113000", "End": "0x007C113FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C114000", "End": "0x007C114FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C115000", "End": "0x007C115FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C116000", "End": "0x007C116FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C117000", "End": "0x007C117FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C118000", "End": "0x007C118FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C119000", "End": "0x007C119FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C11A000", "End": "0x007C11AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C11B000", "End": "0x007C11BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C11C000", "End": "0x007C11CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C11D000", "End": "0x007C11DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C11E000", "End": "0x007C11EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C11F000", "End": "0x007C11FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C120000", "End": "0x007C120FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C121000", "End": "0x007C121FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C122000", "End": "0x007C122FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C123000", "End": "0x007C123FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C124000", "End": "0x007C124FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C125000", "End": "0x007C125FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C126000", "End": "0x007C126FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C127000", "End": "0x007C127FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C128000", "End": "0x007C128FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C129000", "End": "0x007C129FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C12A000", "End": "0x007C12AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C12B000", "End": "0x007C12BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C12C000", "End": "0x007C12CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C12D000", "End": "0x007C12DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C12E000", "End": "0x007C12EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C12F000", "End": "0x007C12FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C130000", "End": "0x007C130FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C131000", "End": "0x007C131FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C132000", "End": "0x007C132FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C133000", "End": "0x007C133FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C134000", "End": "0x007C134FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C135000", "End": "0x007C135FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C136000", "End": "0x007C136FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C137000", "End": "0x007C137FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C138000", "End": "0x007C138FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C139000", "End": "0x007C139FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C13A000", "End": "0x007C13AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C13B000", "End": "0x007C13BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C13C000", "End": "0x007C13CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C13D000", "End": "0x007C13DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C13E000", "End": "0x007C13EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C13F000", "End": "0x007C13FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C140000", "End": "0x007C140FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C141000", "End": "0x007C141FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C142000", "End": "0x007C142FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C143000", "End": "0x007C143FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C144000", "End": "0x007C144FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C145000", "End": "0x007C145FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C146000", "End": "0x007C146FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C147000", "End": "0x007C147FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C148000", "End": "0x007C148FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C149000", "End": "0x007C149FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C14A000", "End": "0x007C14AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C14B000", "End": "0x007C14BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C14C000", "End": "0x007C14CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C14D000", "End": "0x007C14DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C14E000", "End": "0x007C14EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C14F000", "End": "0x007C14FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C150000", "End": "0x007C150FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C151000", "End": "0x007C151FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C152000", "End": "0x007C152FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C153000", "End": "0x007C153FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C154000", "End": "0x007C154FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C155000", "End": "0x007C155FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C156000", "End": "0x007C156FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C157000", "End": "0x007C157FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C158000", "End": "0x007C158FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C159000", "End": "0x007C159FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C15A000", "End": "0x007C15AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C15B000", "End": "0x007C15BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C15C000", "End": "0x007C15CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C15D000", "End": "0x007C15DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C15E000", "End": "0x007C15EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C15F000", "End": "0x007C15FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C160000", "End": "0x007C160FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C161000", "End": "0x007C161FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C162000", "End": "0x007C162FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C163000", "End": "0x007C163FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C164000", "End": "0x007C164FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C165000", "End": "0x007C165FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C166000", "End": "0x007C166FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C167000", "End": "0x007C167FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C168000", "End": "0x007C168FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C169000", "End": "0x007C169FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C16A000", "End": "0x007C16AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C16B000", "End": "0x007C16BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C16C000", "End": "0x007C16CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C16D000", "End": "0x007C16DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C16E000", "End": "0x007C16EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C16F000", "End": "0x007C16FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C170000", "End": "0x007C170FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C171000", "End": "0x007C171FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C172000", "End": "0x007C172FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C173000", "End": "0x007C173FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C174000", "End": "0x007C174FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C175000", "End": "0x007C175FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C176000", "End": "0x007C176FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C177000", "End": "0x007C177FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C178000", "End": "0x007C178FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C179000", "End": "0x007C179FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C17A000", "End": "0x007C17AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C17B000", "End": "0x007C17BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C17C000", "End": "0x007C17CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C17D000", "End": "0x007C17DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C17E000", "End": "0x007C17EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C17F000", "End": "0x007C17FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C180000", "End": "0x007C180FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C181000", "End": "0x007C181FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C182000", "End": "0x007C182FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C183000", "End": "0x007C183FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C184000", "End": "0x007C184FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C185000", "End": "0x007C185FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C186000", "End": "0x007C186FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C187000", "End": "0x007C187FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C188000", "End": "0x007C188FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C189000", "End": "0x007C189FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C18A000", "End": "0x007C18AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C18B000", "End": "0x007C18BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C18C000", "End": "0x007C18CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C18D000", "End": "0x007C18DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C18E000", "End": "0x007C18EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C18F000", "End": "0x007C18FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C190000", "End": "0x007C190FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C191000", "End": "0x007C191FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C192000", "End": "0x007C192FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C193000", "End": "0x007C193FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C194000", "End": "0x007C194FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C195000", "End": "0x007C195FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C196000", "End": "0x007C196FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C197000", "End": "0x007C197FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C198000", "End": "0x007C198FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C199000", "End": "0x007C199FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C19A000", "End": "0x007C19AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C19B000", "End": "0x007C19BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C19C000", "End": "0x007C19CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C19D000", "End": "0x007C19DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C19E000", "End": "0x007C19EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C19F000", "End": "0x007C19FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1A0000", "End": "0x007C1A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1A1000", "End": "0x007C1A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1A2000", "End": "0x007C1A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1A3000", "End": "0x007C1A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1A4000", "End": "0x007C1A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1A5000", "End": "0x007C1A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1A6000", "End": "0x007C1A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1A7000", "End": "0x007C1A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1A8000", "End": "0x007C1A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1A9000", "End": "0x007C1A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1AA000", "End": "0x007C1AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1AB000", "End": "0x007C1ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1AC000", "End": "0x007C1ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1AD000", "End": "0x007C1ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1AE000", "End": "0x007C1AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1AF000", "End": "0x007C1AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1B0000", "End": "0x007C1B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1B1000", "End": "0x007C1B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1B2000", "End": "0x007C1B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1B3000", "End": "0x007C1B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1B4000", "End": "0x007C1B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1B5000", "End": "0x007C1B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1B6000", "End": "0x007C1B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1B7000", "End": "0x007C1B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1B8000", "End": "0x007C1B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1B9000", "End": "0x007C1B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1BA000", "End": "0x007C1BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1BB000", "End": "0x007C1BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1BC000", "End": "0x007C1BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1BD000", "End": "0x007C1BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1BE000", "End": "0x007C1BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1BF000", "End": "0x007C1BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1C0000", "End": "0x007C1C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1C1000", "End": "0x007C1C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1C2000", "End": "0x007C1C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1C3000", "End": "0x007C1C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1C4000", "End": "0x007C1C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1C5000", "End": "0x007C1C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1C6000", "End": "0x007C1C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1C7000", "End": "0x007C1C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1C8000", "End": "0x007C1C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1C9000", "End": "0x007C1C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1CA000", "End": "0x007C1CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1CB000", "End": "0x007C1CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1CC000", "End": "0x007C1CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1CD000", "End": "0x007C1CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1CE000", "End": "0x007C1CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1CF000", "End": "0x007C1CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1D0000", "End": "0x007C1D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1D1000", "End": "0x007C1D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1D2000", "End": "0x007C1D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1D3000", "End": "0x007C1D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1D4000", "End": "0x007C1D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1D5000", "End": "0x007C1D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1D6000", "End": "0x007C1D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1D7000", "End": "0x007C1D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1D8000", "End": "0x007C1D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1D9000", "End": "0x007C1D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1DA000", "End": "0x007C1DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1DB000", "End": "0x007C1DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1DC000", "End": "0x007C1DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1DD000", "End": "0x007C1DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1DE000", "End": "0x007C1DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1DF000", "End": "0x007C1DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1E0000", "End": "0x007C1E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1E1000", "End": "0x007C1E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1E2000", "End": "0x007C1E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1E3000", "End": "0x007C1E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1E4000", "End": "0x007C1E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1E5000", "End": "0x007C1E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1E6000", "End": "0x007C1E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1E7000", "End": "0x007C1E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1E8000", "End": "0x007C1E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1E9000", "End": "0x007C1E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1EA000", "End": "0x007C1EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1EB000", "End": "0x007C1EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1EC000", "End": "0x007C1ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1ED000", "End": "0x007C1EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1EE000", "End": "0x007C1EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1EF000", "End": "0x007C1EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1F0000", "End": "0x007C1F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1F1000", "End": "0x007C1F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1F2000", "End": "0x007C1F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1F3000", "End": "0x007C1F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1F4000", "End": "0x007C1F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1F5000", "End": "0x007C1F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1F6000", "End": "0x007C1F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1F7000", "End": "0x007C1F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1F8000", "End": "0x007C1F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1F9000", "End": "0x007C1F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1FA000", "End": "0x007C1FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1FB000", "End": "0x007C1FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1FC000", "End": "0x007C1FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1FD000", "End": "0x007C1FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C1FE000", "End": "0x007C1FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C1FF000", "End": "0x007C1FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C200000", "End": "0x007C200FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C201000", "End": "0x007C201FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C202000", "End": "0x007C202FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C203000", "End": "0x007C203FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C204000", "End": "0x007C204FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C205000", "End": "0x007C205FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C206000", "End": "0x007C206FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C207000", "End": "0x007C207FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C208000", "End": "0x007C208FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C209000", "End": "0x007C209FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C20A000", "End": "0x007C20AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C20B000", "End": "0x007C20BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C20C000", "End": "0x007C20CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C20D000", "End": "0x007C20DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C20E000", "End": "0x007C20EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C20F000", "End": "0x007C20FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C210000", "End": "0x007C210FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C211000", "End": "0x007C211FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C212000", "End": "0x007C212FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C213000", "End": "0x007C213FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C214000", "End": "0x007C214FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C215000", "End": "0x007C215FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C216000", "End": "0x007C216FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C217000", "End": "0x007C217FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C218000", "End": "0x007C218FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C219000", "End": "0x007C219FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C21A000", "End": "0x007C21AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C21B000", "End": "0x007C21BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C21C000", "End": "0x007C21CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C21D000", "End": "0x007C21DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C21E000", "End": "0x007C21EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C21F000", "End": "0x007C21FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C220000", "End": "0x007C220FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C221000", "End": "0x007C221FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C222000", "End": "0x007C222FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C223000", "End": "0x007C223FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C224000", "End": "0x007C224FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C225000", "End": "0x007C225FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C226000", "End": "0x007C226FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C227000", "End": "0x007C227FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C228000", "End": "0x007C228FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C229000", "End": "0x007C229FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C22A000", "End": "0x007C22AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C22B000", "End": "0x007C22BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C22C000", "End": "0x007C22CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C22D000", "End": "0x007C22DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C22E000", "End": "0x007C22EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C22F000", "End": "0x007C22FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C230000", "End": "0x007C230FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C231000", "End": "0x007C231FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C232000", "End": "0x007C232FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C233000", "End": "0x007C233FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C234000", "End": "0x007C234FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C235000", "End": "0x007C235FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C236000", "End": "0x007C236FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C237000", "End": "0x007C237FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C238000", "End": "0x007C238FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C239000", "End": "0x007C239FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C23A000", "End": "0x007C23AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C23B000", "End": "0x007C23BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C23C000", "End": "0x007C23CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C23D000", "End": "0x007C23DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C23E000", "End": "0x007C23EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C23F000", "End": "0x007C23FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C240000", "End": "0x007C240FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C241000", "End": "0x007C241FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C242000", "End": "0x007C242FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C243000", "End": "0x007C243FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C244000", "End": "0x007C244FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C245000", "End": "0x007C245FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C246000", "End": "0x007C246FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C247000", "End": "0x007C247FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C248000", "End": "0x007C248FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C249000", "End": "0x007C249FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C24A000", "End": "0x007C24AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C24B000", "End": "0x007C24BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C24C000", "End": "0x007C24CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C24D000", "End": "0x007C24DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C24E000", "End": "0x007C24EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C24F000", "End": "0x007C24FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C250000", "End": "0x007C250FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C251000", "End": "0x007C251FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C252000", "End": "0x007C252FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C253000", "End": "0x007C253FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C254000", "End": "0x007C254FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C255000", "End": "0x007C255FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C256000", "End": "0x007C256FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C257000", "End": "0x007C257FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C258000", "End": "0x007C258FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C259000", "End": "0x007C259FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C25A000", "End": "0x007C25AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C25B000", "End": "0x007C25BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C25C000", "End": "0x007C25CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C25D000", "End": "0x007C25DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C25E000", "End": "0x007C25EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C25F000", "End": "0x007C25FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C260000", "End": "0x007C260FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C261000", "End": "0x007C261FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C262000", "End": "0x007C262FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C263000", "End": "0x007C263FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C264000", "End": "0x007C264FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C265000", "End": "0x007C265FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C266000", "End": "0x007C266FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C267000", "End": "0x007C267FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C268000", "End": "0x007C268FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C269000", "End": "0x007C269FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C26A000", "End": "0x007C26AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C26B000", "End": "0x007C26BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C26C000", "End": "0x007C26CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C26D000", "End": "0x007C26DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C26E000", "End": "0x007C26EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C26F000", "End": "0x007C26FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C270000", "End": "0x007C270FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C271000", "End": "0x007C271FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C272000", "End": "0x007C272FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C273000", "End": "0x007C273FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C274000", "End": "0x007C274FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C275000", "End": "0x007C275FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C276000", "End": "0x007C276FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C277000", "End": "0x007C277FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C278000", "End": "0x007C278FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C279000", "End": "0x007C279FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C27A000", "End": "0x007C27AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C27B000", "End": "0x007C27BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C27C000", "End": "0x007C27CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C27D000", "End": "0x007C27DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C27E000", "End": "0x007C27EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C27F000", "End": "0x007C27FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C280000", "End": "0x007C280FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C281000", "End": "0x007C281FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C282000", "End": "0x007C282FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C283000", "End": "0x007C283FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C284000", "End": "0x007C284FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C285000", "End": "0x007C285FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C286000", "End": "0x007C286FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C287000", "End": "0x007C287FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C288000", "End": "0x007C288FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C289000", "End": "0x007C289FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C28A000", "End": "0x007C28AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C28B000", "End": "0x007C28BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C28C000", "End": "0x007C28CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C28D000", "End": "0x007C28DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C28E000", "End": "0x007C28EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C28F000", "End": "0x007C28FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C290000", "End": "0x007C290FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C291000", "End": "0x007C291FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C292000", "End": "0x007C292FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C293000", "End": "0x007C293FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C294000", "End": "0x007C294FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C295000", "End": "0x007C295FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C296000", "End": "0x007C296FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TlsDxe\\TlsDxe\\DEBUG\\TlsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C297000", "End": "0x007C29AFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TlsDxe\\TlsDxe\\DEBUG\\TlsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C29B000", "End": "0x007C2A0FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TlsDxe\\TlsDxe\\DEBUG\\TlsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2A1000", "End": "0x007C2A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2A2000", "End": "0x007C2A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2A3000", "End": "0x007C2A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2A4000", "End": "0x007C2A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2A5000", "End": "0x007C2A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2A6000", "End": "0x007C2A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2A7000", "End": "0x007C2A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2A8000", "End": "0x007C2A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2A9000", "End": "0x007C2A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2AA000", "End": "0x007C2AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2AB000", "End": "0x007C2ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2AC000", "End": "0x007C2ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2AD000", "End": "0x007C2ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2AE000", "End": "0x007C2AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2AF000", "End": "0x007C2AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2B0000", "End": "0x007C2B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2B1000", "End": "0x007C2B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2B2000", "End": "0x007C2B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2B3000", "End": "0x007C2B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2B4000", "End": "0x007C2B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2B5000", "End": "0x007C2B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2B6000", "End": "0x007C2B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2B7000", "End": "0x007C2B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2B8000", "End": "0x007C2B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2B9000", "End": "0x007C2B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2BA000", "End": "0x007C2BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2BB000", "End": "0x007C2BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2BC000", "End": "0x007C2BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\UefiPxeBcDxe\\UefiPxeBcDxe\\DEBUG\\UefiPxeBcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C2BD000", "End": "0x007C2CDFFF", "Number of Entries": 17, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\UefiPxeBcDxe\\UefiPxeBcDxe\\DEBUG\\UefiPxeBcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2CE000", "End": "0x007C2D4FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\UefiPxeBcDxe\\UefiPxeBcDxe\\DEBUG\\UefiPxeBcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2D5000", "End": "0x007C2D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2D6000", "End": "0x007C2D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2D7000", "End": "0x007C2D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2D8000", "End": "0x007C2D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2D9000", "End": "0x007C2D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2DA000", "End": "0x007C2DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2DB000", "End": "0x007C2DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2DC000", "End": "0x007C2DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2DD000", "End": "0x007C2DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2DE000", "End": "0x007C2DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2DF000", "End": "0x007C2DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2E0000", "End": "0x007C2E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2E1000", "End": "0x007C2E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2E2000", "End": "0x007C2E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2E3000", "End": "0x007C2E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2E4000", "End": "0x007C2E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2E5000", "End": "0x007C2E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2E6000", "End": "0x007C2E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2E7000", "End": "0x007C2E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2E8000", "End": "0x007C2E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2E9000", "End": "0x007C2E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2EA000", "End": "0x007C2EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2EB000", "End": "0x007C2EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2EC000", "End": "0x007C2ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2ED000", "End": "0x007C2EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2EE000", "End": "0x007C2EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2EF000", "End": "0x007C2EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2F0000", "End": "0x007C2F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2F1000", "End": "0x007C2F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2F2000", "End": "0x007C2F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2F3000", "End": "0x007C2F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2F4000", "End": "0x007C2F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2F5000", "End": "0x007C2F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2F6000", "End": "0x007C2F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2F7000", "End": "0x007C2F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2F8000", "End": "0x007C2F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2F9000", "End": "0x007C2F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2FA000", "End": "0x007C2FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2FB000", "End": "0x007C2FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2FC000", "End": "0x007C2FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2FD000", "End": "0x007C2FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C2FE000", "End": "0x007C2FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C2FF000", "End": "0x007C2FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C300000", "End": "0x007C300FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TcpDxe\\TcpDxe\\DEBUG\\TcpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C301000", "End": "0x007C30FFFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TcpDxe\\TcpDxe\\DEBUG\\TcpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C310000", "End": "0x007C318FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\TcpDxe\\TcpDxe\\DEBUG\\TcpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C319000", "End": "0x007C319FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C31A000", "End": "0x007C31AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C31B000", "End": "0x007C31BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C31C000", "End": "0x007C31CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C31D000", "End": "0x007C31DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C31E000", "End": "0x007C31EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C31F000", "End": "0x007C31FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C320000", "End": "0x007C320FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C321000", "End": "0x007C321FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C322000", "End": "0x007C322FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C323000", "End": "0x007C323FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C324000", "End": "0x007C324FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C325000", "End": "0x007C325FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C326000", "End": "0x007C326FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C327000", "End": "0x007C327FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C328000", "End": "0x007C328FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C329000", "End": "0x007C329FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C32A000", "End": "0x007C32AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C32B000", "End": "0x007C32BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C32C000", "End": "0x007C32CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C32D000", "End": "0x007C32DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C32E000", "End": "0x007C32EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C32F000", "End": "0x007C32FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C330000", "End": "0x007C330FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C331000", "End": "0x007C331FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C332000", "End": "0x007C332FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C333000", "End": "0x007C333FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C334000", "End": "0x007C334FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C335000", "End": "0x007C335FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C336000", "End": "0x007C336FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C337000", "End": "0x007C337FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C338000", "End": "0x007C338FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C339000", "End": "0x007C339FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C33A000", "End": "0x007C33AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C33B000", "End": "0x007C33BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C33C000", "End": "0x007C33CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C33D000", "End": "0x007C33DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C33E000", "End": "0x007C33EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C33F000", "End": "0x007C33FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C340000", "End": "0x007C340FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp6Dxe\\Mtftp6Dxe\\DEBUG\\Mtftp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C341000", "End": "0x007C349FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp6Dxe\\Mtftp6Dxe\\DEBUG\\Mtftp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C34A000", "End": "0x007C350FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp6Dxe\\Mtftp6Dxe\\DEBUG\\Mtftp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C351000", "End": "0x007C351FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C352000", "End": "0x007C352FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C353000", "End": "0x007C353FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C354000", "End": "0x007C354FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C355000", "End": "0x007C356FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C357000", "End": "0x007C357FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C358000", "End": "0x007C358FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C359000", "End": "0x007C359FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C35A000", "End": "0x007C35AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C35B000", "End": "0x007C35BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C35C000", "End": "0x007C35CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C35D000", "End": "0x007C35DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C35E000", "End": "0x007C35EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C35F000", "End": "0x007C35FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C360000", "End": "0x007C360FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C361000", "End": "0x007C361FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C362000", "End": "0x007C362FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C363000", "End": "0x007C363FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C364000", "End": "0x007C364FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C365000", "End": "0x007C365FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C366000", "End": "0x007C366FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C367000", "End": "0x007C367FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C368000", "End": "0x007C368FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C369000", "End": "0x007C369FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C36A000", "End": "0x007C36AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C36B000", "End": "0x007C36BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C36C000", "End": "0x007C36CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C36D000", "End": "0x007C36DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C36E000", "End": "0x007C36EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C36F000", "End": "0x007C36FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp6Dxe\\Udp6Dxe\\DEBUG\\Udp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C370000", "End": "0x007C377FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp6Dxe\\Udp6Dxe\\DEBUG\\Udp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C378000", "End": "0x007C37EFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp6Dxe\\Udp6Dxe\\DEBUG\\Udp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C37F000", "End": "0x007C37FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C380000", "End": "0x007C380FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C381000", "End": "0x007C381FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C382000", "End": "0x007C382FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C383000", "End": "0x007C383FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C384000", "End": "0x007C384FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C385000", "End": "0x007C385FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C386000", "End": "0x007C386FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C387000", "End": "0x007C387FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C388000", "End": "0x007C388FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C389000", "End": "0x007C389FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C38A000", "End": "0x007C38AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C38B000", "End": "0x007C38BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C38C000", "End": "0x007C38CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip6Dxe\\Ip6Dxe\\DEBUG\\Ip6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C38D000", "End": "0x007C3A5FFF", "Number of Entries": 25, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip6Dxe\\Ip6Dxe\\DEBUG\\Ip6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3A6000", "End": "0x007C3AFFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip6Dxe\\Ip6Dxe\\DEBUG\\Ip6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3B0000", "End": "0x007C3B1FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3B2000", "End": "0x007C3B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3B3000", "End": "0x007C3B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3B4000", "End": "0x007C3B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3B5000", "End": "0x007C3B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3B6000", "End": "0x007C3B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3B7000", "End": "0x007C3B8FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3B9000", "End": "0x007C3B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3BA000", "End": "0x007C3BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3BB000", "End": "0x007C3BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3BC000", "End": "0x007C3BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3BD000", "End": "0x007C3BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3BE000", "End": "0x007C3BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3BF000", "End": "0x007C3BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3C0000", "End": "0x007C3C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3C1000", "End": "0x007C3C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3C2000", "End": "0x007C3C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3C3000", "End": "0x007C3C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3C4000", "End": "0x007C3C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3C5000", "End": "0x007C3C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3C6000", "End": "0x007C3C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3C7000", "End": "0x007C3C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3C8000", "End": "0x007C3C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3C9000", "End": "0x007C3C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3CA000", "End": "0x007C3CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3CB000", "End": "0x007C3CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3CC000", "End": "0x007C3CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3CD000", "End": "0x007C3CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3CE000", "End": "0x007C3CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3CF000", "End": "0x007C3CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3D0000", "End": "0x007C3D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3D1000", "End": "0x007C3D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3D2000", "End": "0x007C3D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3D3000", "End": "0x007C3D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3D4000", "End": "0x007C3D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3D5000", "End": "0x007C3D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3D6000", "End": "0x007C3D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3D7000", "End": "0x007C3D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3D8000", "End": "0x007C3D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3D9000", "End": "0x007C3D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3DA000", "End": "0x007C3DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3DB000", "End": "0x007C3DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3DC000", "End": "0x007C3DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3DD000", "End": "0x007C3DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3DE000", "End": "0x007C3DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3DF000", "End": "0x007C3DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp6Dxe\\Dhcp6Dxe\\DEBUG\\Dhcp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C3E0000", "End": "0x007C3EAFFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp6Dxe\\Dhcp6Dxe\\DEBUG\\Dhcp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3EB000", "End": "0x007C3F1FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp6Dxe\\Dhcp6Dxe\\DEBUG\\Dhcp6Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3F2000", "End": "0x007C3F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3F3000", "End": "0x007C3F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3F4000", "End": "0x007C3F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3F5000", "End": "0x007C3F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3F6000", "End": "0x007C3F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3F7000", "End": "0x007C3F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3F8000", "End": "0x007C3F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3F9000", "End": "0x007C3F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3FA000", "End": "0x007C3FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3FB000", "End": "0x007C3FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3FC000", "End": "0x007C3FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3FD000", "End": "0x007C3FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C3FE000", "End": "0x007C3FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C3FF000", "End": "0x007C3FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C400000", "End": "0x007C400FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C401000", "End": "0x007C401FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C402000", "End": "0x007C402FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C403000", "End": "0x007C403FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C404000", "End": "0x007C404FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C405000", "End": "0x007C405FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C406000", "End": "0x007C406FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C407000", "End": "0x007C407FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C408000", "End": "0x007C408FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C409000", "End": "0x007C409FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C40A000", "End": "0x007C40AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C40B000", "End": "0x007C40BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C40C000", "End": "0x007C40CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C40D000", "End": "0x007C40DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C40E000", "End": "0x007C40EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C40F000", "End": "0x007C40FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C410000", "End": "0x007C410FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C411000", "End": "0x007C411FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C412000", "End": "0x007C412FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C413000", "End": "0x007C413FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp4Dxe\\Mtftp4Dxe\\DEBUG\\Mtftp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C414000", "End": "0x007C41BFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp4Dxe\\Mtftp4Dxe\\DEBUG\\Mtftp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C41C000", "End": "0x007C422FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Mtftp4Dxe\\Mtftp4Dxe\\DEBUG\\Mtftp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C423000", "End": "0x007C423FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C424000", "End": "0x007C424FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C425000", "End": "0x007C425FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C426000", "End": "0x007C426FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C427000", "End": "0x007C428FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C429000", "End": "0x007C429FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C42A000", "End": "0x007C42AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C42B000", "End": "0x007C42BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C42C000", "End": "0x007C42CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C42D000", "End": "0x007C42DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C42E000", "End": "0x007C42EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C42F000", "End": "0x007C42FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C430000", "End": "0x007C430FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C431000", "End": "0x007C431FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C432000", "End": "0x007C432FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C433000", "End": "0x007C433FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C434000", "End": "0x007C434FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C435000", "End": "0x007C435FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C436000", "End": "0x007C436FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C437000", "End": "0x007C437FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C438000", "End": "0x007C438FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C439000", "End": "0x007C439FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C43A000", "End": "0x007C43AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C43B000", "End": "0x007C43BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C43C000", "End": "0x007C43CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C43D000", "End": "0x007C43DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C43E000", "End": "0x007C43EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C43F000", "End": "0x007C43FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp4Dxe\\Udp4Dxe\\DEBUG\\Udp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C440000", "End": "0x007C447FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp4Dxe\\Udp4Dxe\\DEBUG\\Udp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C448000", "End": "0x007C44EFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Udp4Dxe\\Udp4Dxe\\DEBUG\\Udp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C44F000", "End": "0x007C450FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C451000", "End": "0x007C451FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C452000", "End": "0x007C452FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C453000", "End": "0x007C453FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C454000", "End": "0x007C454FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C455000", "End": "0x007C455FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C456000", "End": "0x007C456FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C457000", "End": "0x007C457FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C458000", "End": "0x007C458FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C459000", "End": "0x007C459FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C45A000", "End": "0x007C45AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C45B000", "End": "0x007C45BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C45C000", "End": "0x007C45CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C45D000", "End": "0x007C45DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C45E000", "End": "0x007C45EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C45F000", "End": "0x007C45FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C460000", "End": "0x007C460FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C461000", "End": "0x007C461FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C462000", "End": "0x007C462FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C463000", "End": "0x007C463FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C464000", "End": "0x007C464FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C465000", "End": "0x007C465FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C466000", "End": "0x007C466FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C467000", "End": "0x007C467FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C468000", "End": "0x007C468FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C469000", "End": "0x007C469FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip4Dxe\\Ip4Dxe\\DEBUG\\Ip4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C46A000", "End": "0x007C47BFFF", "Number of Entries": 18, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip4Dxe\\Ip4Dxe\\DEBUG\\Ip4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C47C000", "End": "0x007C483FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Ip4Dxe\\Ip4Dxe\\DEBUG\\Ip4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C484000", "End": "0x007C484FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C485000", "End": "0x007C485FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C486000", "End": "0x007C487FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C488000", "End": "0x007C488FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C489000", "End": "0x007C489FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C48A000", "End": "0x007C48AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C48B000", "End": "0x007C48BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C48C000", "End": "0x007C48CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C48D000", "End": "0x007C48DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C48E000", "End": "0x007C48EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C48F000", "End": "0x007C48FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C490000", "End": "0x007C490FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C491000", "End": "0x007C491FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C492000", "End": "0x007C492FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C493000", "End": "0x007C493FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C494000", "End": "0x007C494FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C495000", "End": "0x007C495FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C496000", "End": "0x007C496FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C497000", "End": "0x007C497FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C498000", "End": "0x007C498FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C499000", "End": "0x007C499FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C49A000", "End": "0x007C49AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C49B000", "End": "0x007C49BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C49C000", "End": "0x007C49CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C49D000", "End": "0x007C49DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C49E000", "End": "0x007C49EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C49F000", "End": "0x007C49FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4A0000", "End": "0x007C4A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4A1000", "End": "0x007C4A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4A2000", "End": "0x007C4A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4A3000", "End": "0x007C4A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4A4000", "End": "0x007C4A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4A5000", "End": "0x007C4A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4A6000", "End": "0x007C4A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4A7000", "End": "0x007C4A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4A8000", "End": "0x007C4A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4A9000", "End": "0x007C4A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4AA000", "End": "0x007C4AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4AB000", "End": "0x007C4ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4AC000", "End": "0x007C4ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp4Dxe\\Dhcp4Dxe\\DEBUG\\Dhcp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C4AD000", "End": "0x007C4B5FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp4Dxe\\Dhcp4Dxe\\DEBUG\\Dhcp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4B6000", "End": "0x007C4BCFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\Dhcp4Dxe\\Dhcp4Dxe\\DEBUG\\Dhcp4Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4BD000", "End": "0x007C4BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4BE000", "End": "0x007C4BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4BF000", "End": "0x007C4BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4C0000", "End": "0x007C4C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4C1000", "End": "0x007C4C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4C2000", "End": "0x007C4C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4C3000", "End": "0x007C4C4FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4C5000", "End": "0x007C4C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4C6000", "End": "0x007C4C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4C7000", "End": "0x007C4C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4C8000", "End": "0x007C4C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4C9000", "End": "0x007C4C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4CA000", "End": "0x007C4CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4CB000", "End": "0x007C4CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4CC000", "End": "0x007C4CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4CD000", "End": "0x007C4CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4CE000", "End": "0x007C4CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4CF000", "End": "0x007C4CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4D0000", "End": "0x007C4D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4D1000", "End": "0x007C4D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4D2000", "End": "0x007C4D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4D3000", "End": "0x007C4D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4D4000", "End": "0x007C4D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4D5000", "End": "0x007C4D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4D6000", "End": "0x007C4D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4D7000", "End": "0x007C4D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4D8000", "End": "0x007C4D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4D9000", "End": "0x007C4D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4DA000", "End": "0x007C4DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4DB000", "End": "0x007C4DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4DC000", "End": "0x007C4DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4DD000", "End": "0x007C4DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4DE000", "End": "0x007C4DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4DF000", "End": "0x007C4DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\ArpDxe\\ArpDxe\\DEBUG\\ArpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C4E0000", "End": "0x007C4E4FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\ArpDxe\\ArpDxe\\DEBUG\\ArpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4E5000", "End": "0x007C4EAFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\ArpDxe\\ArpDxe\\DEBUG\\ArpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4EB000", "End": "0x007C4EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4EC000", "End": "0x007C4ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4ED000", "End": "0x007C4EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4EE000", "End": "0x007C4EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4EF000", "End": "0x007C4EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4F0000", "End": "0x007C4F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4F1000", "End": "0x007C4F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4F2000", "End": "0x007C4F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4F3000", "End": "0x007C4F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4F4000", "End": "0x007C4F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4F5000", "End": "0x007C4F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4F6000", "End": "0x007C4F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4F7000", "End": "0x007C4F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4F8000", "End": "0x007C4F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4F9000", "End": "0x007C4F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4FA000", "End": "0x007C4FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4FB000", "End": "0x007C4FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4FC000", "End": "0x007C4FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4FD000", "End": "0x007C4FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C4FE000", "End": "0x007C4FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C4FF000", "End": "0x007C4FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C500000", "End": "0x007C500FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C501000", "End": "0x007C501FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C502000", "End": "0x007C502FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C503000", "End": "0x007C503FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C504000", "End": "0x007C504FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\MnpDxe\\MnpDxe\\DEBUG\\MnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C505000", "End": "0x007C50DFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\MnpDxe\\MnpDxe\\DEBUG\\MnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C50E000", "End": "0x007C515FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\MnpDxe\\MnpDxe\\DEBUG\\MnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C516000", "End": "0x007C516FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C517000", "End": "0x007C517FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C518000", "End": "0x007C518FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C519000", "End": "0x007C519FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C51A000", "End": "0x007C51AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C51B000", "End": "0x007C51BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C51C000", "End": "0x007C51DFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C51E000", "End": "0x007C51EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C51F000", "End": "0x007C51FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C520000", "End": "0x007C520FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C521000", "End": "0x007C521FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C522000", "End": "0x007C522FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C523000", "End": "0x007C523FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C524000", "End": "0x007C524FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C525000", "End": "0x007C525FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C526000", "End": "0x007C526FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C527000", "End": "0x007C527FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C528000", "End": "0x007C528FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C529000", "End": "0x007C529FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C52A000", "End": "0x007C52AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C52B000", "End": "0x007C52BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C52C000", "End": "0x007C52CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C52D000", "End": "0x007C52DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C52E000", "End": "0x007C52EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C52F000", "End": "0x007C52FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C530000", "End": "0x007C530FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C531000", "End": "0x007C531FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C532000", "End": "0x007C532FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C533000", "End": "0x007C533FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C534000", "End": "0x007C534FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C535000", "End": "0x007C535FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C536000", "End": "0x007C536FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C537000", "End": "0x007C537FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C538000", "End": "0x007C538FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\SnpDxe\\SnpDxe\\DEBUG\\SnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C539000", "End": "0x007C53EFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\SnpDxe\\SnpDxe\\DEBUG\\SnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C53F000", "End": "0x007C544FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\SnpDxe\\SnpDxe\\DEBUG\\SnpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C545000", "End": "0x007C545FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C546000", "End": "0x007C546FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C547000", "End": "0x007C547FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C548000", "End": "0x007C548FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C549000", "End": "0x007C549FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C54A000", "End": "0x007C54AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C54B000", "End": "0x007C54BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C54C000", "End": "0x007C54CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C54D000", "End": "0x007C54DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C54E000", "End": "0x007C54EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C54F000", "End": "0x007C54FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C550000", "End": "0x007C550FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C551000", "End": "0x007C551FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C552000", "End": "0x007C552FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C553000", "End": "0x007C553FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C554000", "End": "0x007C554FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C555000", "End": "0x007C555FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C556000", "End": "0x007C556FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C557000", "End": "0x007C557FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C558000", "End": "0x007C558FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C559000", "End": "0x007C559FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C55A000", "End": "0x007C55AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C55B000", "End": "0x007C55BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C55C000", "End": "0x007C55CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C55D000", "End": "0x007C55DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C55E000", "End": "0x007C55EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C55F000", "End": "0x007C55FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C560000", "End": "0x007C560FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C561000", "End": "0x007C561FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C562000", "End": "0x007C562FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UdfDxe\\UdfDxe\\DEBUG\\UdfDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C563000", "End": "0x007C568FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UdfDxe\\UdfDxe\\DEBUG\\UdfDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C569000", "End": "0x007C56EFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UdfDxe\\UdfDxe\\DEBUG\\UdfDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C56F000", "End": "0x007C56FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C570000", "End": "0x007C570FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C571000", "End": "0x007C571FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C572000", "End": "0x007C572FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C573000", "End": "0x007C573FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C574000", "End": "0x007C574FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C575000", "End": "0x007C575FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C576000", "End": "0x007C576FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C577000", "End": "0x007C577FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C578000", "End": "0x007C578FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C579000", "End": "0x007C579FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C57A000", "End": "0x007C57AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C57B000", "End": "0x007C57BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C57C000", "End": "0x007C57CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C57D000", "End": "0x007C57DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C57E000", "End": "0x007C57EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C57F000", "End": "0x007C57FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C580000", "End": "0x007C580FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C581000", "End": "0x007C581FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C582000", "End": "0x007C582FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C583000", "End": "0x007C583FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C584000", "End": "0x007C584FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C585000", "End": "0x007C585FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C586000", "End": "0x007C586FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\FatPkg\\EnhancedFatDxe\\Fat\\DEBUG\\Fat.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C587000", "End": "0x007C590FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\FatPkg\\EnhancedFatDxe\\Fat\\DEBUG\\Fat.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C591000", "End": "0x007C597FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\FatPkg\\EnhancedFatDxe\\Fat\\DEBUG\\Fat.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C598000", "End": "0x007C598FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C599000", "End": "0x007C599FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C59A000", "End": "0x007C59AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C59B000", "End": "0x007C59BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C59C000", "End": "0x007C59CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C59D000", "End": "0x007C59DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C59E000", "End": "0x007C59FFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5A0000", "End": "0x007C5A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5A1000", "End": "0x007C5A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5A2000", "End": "0x007C5A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5A3000", "End": "0x007C5A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5A4000", "End": "0x007C5A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5A5000", "End": "0x007C5A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5A6000", "End": "0x007C5A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5A7000", "End": "0x007C5A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5A8000", "End": "0x007C5A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5A9000", "End": "0x007C5A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5AA000", "End": "0x007C5AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5AB000", "End": "0x007C5ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5AC000", "End": "0x007C5ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5AD000", "End": "0x007C5ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5AE000", "End": "0x007C5AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5AF000", "End": "0x007C5AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5B0000", "End": "0x007C5B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5B1000", "End": "0x007C5B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5B2000", "End": "0x007C5B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5B3000", "End": "0x007C5B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5B4000", "End": "0x007C5B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5B5000", "End": "0x007C5B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5B6000", "End": "0x007C5B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5B7000", "End": "0x007C5B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5B8000", "End": "0x007C5B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5B9000", "End": "0x007C5B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5BA000", "End": "0x007C5BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5BB000", "End": "0x007C5BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5BC000", "End": "0x007C5BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5BD000", "End": "0x007C5BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5BE000", "End": "0x007C5BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5BF000", "End": "0x007C5BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5C0000", "End": "0x007C5C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5C1000", "End": "0x007C5C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5C2000", "End": "0x007C5C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5C3000", "End": "0x007C5C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5C4000", "End": "0x007C5C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5C5000", "End": "0x007C5C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5C6000", "End": "0x007C5C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\BootGraphicsResourceTableDxe\\BootGraphicsResourceTableDxe\\DEBUG\\BootGraphicsResourceTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C5C7000", "End": "0x007C5C9FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\BootGraphicsResourceTableDxe\\BootGraphicsResourceTableDxe\\DEBUG\\BootGraphicsResourceTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5CA000", "End": "0x007C5CFFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\BootGraphicsResourceTableDxe\\BootGraphicsResourceTableDxe\\DEBUG\\BootGraphicsResourceTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5D0000", "End": "0x007C5D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5D1000", "End": "0x007C5D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5D2000", "End": "0x007C5D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5D3000", "End": "0x007C5D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5D4000", "End": "0x007C5D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5D5000", "End": "0x007C5D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5D6000", "End": "0x007C5D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5D7000", "End": "0x007C5D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5D8000", "End": "0x007C5D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5D9000", "End": "0x007C5D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5DA000", "End": "0x007C5DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5DB000", "End": "0x007C5DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5DC000", "End": "0x007C5DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5DD000", "End": "0x007C5DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5DE000", "End": "0x007C5DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5DF000", "End": "0x007C5DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5E0000", "End": "0x007C5E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5E1000", "End": "0x007C5E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5E2000", "End": "0x007C5E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5E3000", "End": "0x007C5E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5E4000", "End": "0x007C5E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5E5000", "End": "0x007C5E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5E6000", "End": "0x007C5E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5E7000", "End": "0x007C5E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5E8000", "End": "0x007C5E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5E9000", "End": "0x007C5E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5EA000", "End": "0x007C5EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5EB000", "End": "0x007C5EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Isa\\Ps2KeyboardDxe\\Ps2KeyboardDxe\\DEBUG\\Ps2KeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C5EC000", "End": "0x007C5F0FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Isa\\Ps2KeyboardDxe\\Ps2KeyboardDxe\\DEBUG\\Ps2KeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5F1000", "End": "0x007C5F6FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Isa\\Ps2KeyboardDxe\\Ps2KeyboardDxe\\DEBUG\\Ps2KeyboardDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5F7000", "End": "0x007C5F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5F8000", "End": "0x007C5F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5F9000", "End": "0x007C5F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5FA000", "End": "0x007C5FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5FB000", "End": "0x007C5FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5FC000", "End": "0x007C5FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C5FD000", "End": "0x007C5FEFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C5FF000", "End": "0x007C5FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C600000", "End": "0x007C600FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C601000", "End": "0x007C601FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C602000", "End": "0x007C602FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C603000", "End": "0x007C603FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C604000", "End": "0x007C604FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C605000", "End": "0x007C605FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C606000", "End": "0x007C606FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C607000", "End": "0x007C607FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C608000", "End": "0x007C608FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C609000", "End": "0x007C609FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C60A000", "End": "0x007C60AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C60B000", "End": "0x007C60BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C60C000", "End": "0x007C60CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C60D000", "End": "0x007C60DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C60E000", "End": "0x007C60EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C60F000", "End": "0x007C60FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C610000", "End": "0x007C610FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C611000", "End": "0x007C611FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C612000", "End": "0x007C612FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C613000", "End": "0x007C613FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciSioSerialDxe\\PciSioSerialDxe\\DEBUG\\PciSioSerialDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C614000", "End": "0x007C619FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciSioSerialDxe\\PciSioSerialDxe\\DEBUG\\PciSioSerialDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C61A000", "End": "0x007C61FFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciSioSerialDxe\\PciSioSerialDxe\\DEBUG\\PciSioSerialDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C620000", "End": "0x007C620FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C621000", "End": "0x007C621FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C622000", "End": "0x007C622FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C623000", "End": "0x007C623FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C624000", "End": "0x007C624FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C625000", "End": "0x007C625FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C626000", "End": "0x007C626FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C627000", "End": "0x007C627FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C628000", "End": "0x007C628FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C629000", "End": "0x007C629FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C62A000", "End": "0x007C62AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C62B000", "End": "0x007C62BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C62C000", "End": "0x007C62CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C62D000", "End": "0x007C62DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C62E000", "End": "0x007C62EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C62F000", "End": "0x007C62FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C630000", "End": "0x007C630FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C631000", "End": "0x007C631FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C632000", "End": "0x007C632FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C633000", "End": "0x007C633FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C634000", "End": "0x007C634FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C635000", "End": "0x007C635FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C636000", "End": "0x007C636FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C637000", "End": "0x007C637FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C638000", "End": "0x007C638FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C639000", "End": "0x007C639FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C63A000", "End": "0x007C63AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C63B000", "End": "0x007C63BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C63C000", "End": "0x007C63CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C63D000", "End": "0x007C63DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C63E000", "End": "0x007C63EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C63F000", "End": "0x007C63FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C640000", "End": "0x007C640FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C641000", "End": "0x007C641FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SioBusDxe\\SioBusDxe\\DEBUG\\SioBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C642000", "End": "0x007C644FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SioBusDxe\\SioBusDxe\\DEBUG\\SioBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C645000", "End": "0x007C64AFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SioBusDxe\\SioBusDxe\\DEBUG\\SioBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C64B000", "End": "0x007C64BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C64C000", "End": "0x007C64CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C64D000", "End": "0x007C64DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C64E000", "End": "0x007C64EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C64F000", "End": "0x007C64FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C650000", "End": "0x007C650FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C651000", "End": "0x007C651FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C652000", "End": "0x007C652FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C653000", "End": "0x007C653FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C654000", "End": "0x007C654FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C655000", "End": "0x007C655FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C656000", "End": "0x007C656FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C657000", "End": "0x007C657FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C658000", "End": "0x007C658FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C659000", "End": "0x007C659FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C65A000", "End": "0x007C65AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C65B000", "End": "0x007C65BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C65C000", "End": "0x007C65CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C65D000", "End": "0x007C65DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C65E000", "End": "0x007C65EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C65F000", "End": "0x007C65FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C660000", "End": "0x007C660FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C661000", "End": "0x007C661FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C662000", "End": "0x007C662FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C663000", "End": "0x007C663FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C664000", "End": "0x007C664FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\NvmExpressDxe\\NvmExpressDxe\\DEBUG\\NvmExpressDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C665000", "End": "0x007C66DFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\NvmExpressDxe\\NvmExpressDxe\\DEBUG\\NvmExpressDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C66E000", "End": "0x007C674FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\NvmExpressDxe\\NvmExpressDxe\\DEBUG\\NvmExpressDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C675000", "End": "0x007C675FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C676000", "End": "0x007C676FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C677000", "End": "0x007C677FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C678000", "End": "0x007C678FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C679000", "End": "0x007C679FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C67A000", "End": "0x007C67AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C67B000", "End": "0x007C67BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C67C000", "End": "0x007C67CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C67D000", "End": "0x007C67DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C67E000", "End": "0x007C67EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C67F000", "End": "0x007C67FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C680000", "End": "0x007C680FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C681000", "End": "0x007C681FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C682000", "End": "0x007C682FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C683000", "End": "0x007C683FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C684000", "End": "0x007C684FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C685000", "End": "0x007C685FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C686000", "End": "0x007C686FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C687000", "End": "0x007C687FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C688000", "End": "0x007C688FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C689000", "End": "0x007C689FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C68A000", "End": "0x007C68AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C68B000", "End": "0x007C68BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C68C000", "End": "0x007C68CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C68D000", "End": "0x007C68DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C68E000", "End": "0x007C68EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C68F000", "End": "0x007C68FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C690000", "End": "0x007C690FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C691000", "End": "0x007C691FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C692000", "End": "0x007C692FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C693000", "End": "0x007C693FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C694000", "End": "0x007C694FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C695000", "End": "0x007C695FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C696000", "End": "0x007C696FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaBusDxe\\AtaBusDxe\\DEBUG\\AtaBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C697000", "End": "0x007C69CFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaBusDxe\\AtaBusDxe\\DEBUG\\AtaBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C69D000", "End": "0x007C6A2FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaBusDxe\\AtaBusDxe\\DEBUG\\AtaBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6A3000", "End": "0x007C6A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6A4000", "End": "0x007C6A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6A5000", "End": "0x007C6A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6A6000", "End": "0x007C6A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6A7000", "End": "0x007C6A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6A8000", "End": "0x007C6A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6A9000", "End": "0x007C6A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6AA000", "End": "0x007C6AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6AB000", "End": "0x007C6ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6AC000", "End": "0x007C6ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6AD000", "End": "0x007C6ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6AE000", "End": "0x007C6AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6AF000", "End": "0x007C6AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6B0000", "End": "0x007C6B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6B1000", "End": "0x007C6B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6B2000", "End": "0x007C6B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6B3000", "End": "0x007C6B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6B4000", "End": "0x007C6B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6B5000", "End": "0x007C6B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6B6000", "End": "0x007C6B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6B7000", "End": "0x007C6B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6B8000", "End": "0x007C6B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6B9000", "End": "0x007C6B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6BA000", "End": "0x007C6BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaAtapiPassThru\\AtaAtapiPassThru\\DEBUG\\AtaAtapiPassThruDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C6BB000", "End": "0x007C6C4FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaAtapiPassThru\\AtaAtapiPassThru\\DEBUG\\AtaAtapiPassThruDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6C5000", "End": "0x007C6CBFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Ata\\AtaAtapiPassThru\\AtaAtapiPassThru\\DEBUG\\AtaAtapiPassThruDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6CC000", "End": "0x007C6CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6CD000", "End": "0x007C6CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6CE000", "End": "0x007C6CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6CF000", "End": "0x007C6CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6D0000", "End": "0x007C6D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6D1000", "End": "0x007C6D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6D2000", "End": "0x007C6D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6D3000", "End": "0x007C6D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6D4000", "End": "0x007C6D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6D5000", "End": "0x007C6D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6D6000", "End": "0x007C6D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6D7000", "End": "0x007C6D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6D8000", "End": "0x007C6D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6D9000", "End": "0x007C6D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6DA000", "End": "0x007C6DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6DB000", "End": "0x007C6DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6DC000", "End": "0x007C6DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6DD000", "End": "0x007C6DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6DE000", "End": "0x007C6DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6DF000", "End": "0x007C6DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6E0000", "End": "0x007C6E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6E1000", "End": "0x007C6E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6E2000", "End": "0x007C6E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6E3000", "End": "0x007C6E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6E4000", "End": "0x007C6E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6E5000", "End": "0x007C6E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6E6000", "End": "0x007C6E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6E7000", "End": "0x007C6E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6E8000", "End": "0x007C6E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6E9000", "End": "0x007C6E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6EA000", "End": "0x007C6EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6EB000", "End": "0x007C6EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6EC000", "End": "0x007C6ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6ED000", "End": "0x007C6EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6EE000", "End": "0x007C6EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6EF000", "End": "0x007C6EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6F0000", "End": "0x007C6F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6F1000", "End": "0x007C6F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6F2000", "End": "0x007C6F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6F3000", "End": "0x007C6F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SataControllerDxe\\SataControllerDxe\\DEBUG\\SataController.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C6F4000", "End": "0x007C6F6FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SataControllerDxe\\SataControllerDxe\\DEBUG\\SataController.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6F7000", "End": "0x007C6FCFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SataControllerDxe\\SataControllerDxe\\DEBUG\\SataController.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6FD000", "End": "0x007C6FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C6FE000", "End": "0x007C6FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C6FF000", "End": "0x007C6FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C700000", "End": "0x007C700FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C701000", "End": "0x007C701FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C702000", "End": "0x007C702FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C703000", "End": "0x007C703FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C704000", "End": "0x007C704FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C705000", "End": "0x007C705FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C706000", "End": "0x007C706FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C707000", "End": "0x007C707FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C708000", "End": "0x007C708FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C709000", "End": "0x007C709FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C70A000", "End": "0x007C70AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C70B000", "End": "0x007C70BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C70C000", "End": "0x007C70CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C70D000", "End": "0x007C70DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C70E000", "End": "0x007C70EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C70F000", "End": "0x007C70FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C710000", "End": "0x007C710FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C711000", "End": "0x007C711FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C712000", "End": "0x007C712FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiDiskDxe\\ScsiDiskDxe\\DEBUG\\ScsiDisk.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C713000", "End": "0x007C71CFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiDiskDxe\\ScsiDiskDxe\\DEBUG\\ScsiDisk.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C71D000", "End": "0x007C722FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiDiskDxe\\ScsiDiskDxe\\DEBUG\\ScsiDisk.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C723000", "End": "0x007C723FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C724000", "End": "0x007C724FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C725000", "End": "0x007C725FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C726000", "End": "0x007C726FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C727000", "End": "0x007C727FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C728000", "End": "0x007C728FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C729000", "End": "0x007C72AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C72B000", "End": "0x007C72BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C72C000", "End": "0x007C72CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C72D000", "End": "0x007C72DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C72E000", "End": "0x007C72EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C72F000", "End": "0x007C72FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C730000", "End": "0x007C730FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C731000", "End": "0x007C731FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C732000", "End": "0x007C732FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C733000", "End": "0x007C733FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C734000", "End": "0x007C734FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C735000", "End": "0x007C735FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C736000", "End": "0x007C736FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C737000", "End": "0x007C737FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C738000", "End": "0x007C738FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C739000", "End": "0x007C739FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C73A000", "End": "0x007C73AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C73B000", "End": "0x007C73BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C73C000", "End": "0x007C73CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C73D000", "End": "0x007C73DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C73E000", "End": "0x007C73EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C73F000", "End": "0x007C73FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C740000", "End": "0x007C740FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C741000", "End": "0x007C741FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C742000", "End": "0x007C742FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C743000", "End": "0x007C743FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C744000", "End": "0x007C744FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C745000", "End": "0x007C745FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C746000", "End": "0x007C746FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C747000", "End": "0x007C747FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiBusDxe\\ScsiBusDxe\\DEBUG\\ScsiBus.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C748000", "End": "0x007C74BFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiBusDxe\\ScsiBusDxe\\DEBUG\\ScsiBus.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C74C000", "End": "0x007C751FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Scsi\\ScsiBusDxe\\ScsiBusDxe\\DEBUG\\ScsiBus.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C752000", "End": "0x007C752FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C753000", "End": "0x007C753FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C754000", "End": "0x007C754FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C755000", "End": "0x007C755FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C756000", "End": "0x007C756FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C757000", "End": "0x007C757FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C758000", "End": "0x007C759FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C75A000", "End": "0x007C75AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C75B000", "End": "0x007C75BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C75C000", "End": "0x007C75CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C75D000", "End": "0x007C75DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C75E000", "End": "0x007C75EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C75F000", "End": "0x007C75FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C760000", "End": "0x007C760FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C761000", "End": "0x007C761FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C762000", "End": "0x007C762FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C763000", "End": "0x007C763FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C764000", "End": "0x007C764FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C765000", "End": "0x007C765FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C766000", "End": "0x007C766FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C767000", "End": "0x007C767FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C768000", "End": "0x007C768FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C769000", "End": "0x007C769FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C76A000", "End": "0x007C76AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C76B000", "End": "0x007C76BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C76C000", "End": "0x007C76CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C76D000", "End": "0x007C76DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C76E000", "End": "0x007C76EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C76F000", "End": "0x007C76FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C770000", "End": "0x007C770FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C771000", "End": "0x007C771FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C772000", "End": "0x007C772FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C773000", "End": "0x007C773FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C774000", "End": "0x007C774FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C775000", "End": "0x007C775FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C776000", "End": "0x007C776FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UnicodeCollation\\EnglishDxe\\EnglishDxe\\DEBUG\\EnglishDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C777000", "End": "0x007C778FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UnicodeCollation\\EnglishDxe\\EnglishDxe\\DEBUG\\EnglishDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C779000", "End": "0x007C77DFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\UnicodeCollation\\EnglishDxe\\EnglishDxe\\DEBUG\\EnglishDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C77E000", "End": "0x007C77EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C77F000", "End": "0x007C77FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C780000", "End": "0x007C780FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C781000", "End": "0x007C781FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C782000", "End": "0x007C782FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C783000", "End": "0x007C783FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C784000", "End": "0x007C785FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C786000", "End": "0x007C786FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C787000", "End": "0x007C787FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C788000", "End": "0x007C788FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C789000", "End": "0x007C789FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C78A000", "End": "0x007C78AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C78B000", "End": "0x007C78BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C78C000", "End": "0x007C78CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C78D000", "End": "0x007C78DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C78E000", "End": "0x007C78EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C78F000", "End": "0x007C78FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C790000", "End": "0x007C790FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C791000", "End": "0x007C791FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C792000", "End": "0x007C792FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C793000", "End": "0x007C793FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C794000", "End": "0x007C794FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C795000", "End": "0x007C795FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C796000", "End": "0x007C796FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\PartitionDxe\\PartitionDxe\\DEBUG\\PartitionDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C797000", "End": "0x007C79CFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\PartitionDxe\\PartitionDxe\\DEBUG\\PartitionDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C79D000", "End": "0x007C7A2FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\PartitionDxe\\PartitionDxe\\DEBUG\\PartitionDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7A3000", "End": "0x007C7A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7A4000", "End": "0x007C7A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7A5000", "End": "0x007C7A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7A6000", "End": "0x007C7A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7A7000", "End": "0x007C7A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7A8000", "End": "0x007C7A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7A9000", "End": "0x007C7A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7AA000", "End": "0x007C7AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7AB000", "End": "0x007C7ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7AC000", "End": "0x007C7ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7AD000", "End": "0x007C7ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7AE000", "End": "0x007C7AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7AF000", "End": "0x007C7AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7B0000", "End": "0x007C7B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7B1000", "End": "0x007C7B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7B2000", "End": "0x007C7B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7B3000", "End": "0x007C7B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7B4000", "End": "0x007C7B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7B5000", "End": "0x007C7B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7B6000", "End": "0x007C7B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7B7000", "End": "0x007C7B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7B8000", "End": "0x007C7B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7B9000", "End": "0x007C7B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7BA000", "End": "0x007C7BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7BB000", "End": "0x007C7BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7BC000", "End": "0x007C7BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7BD000", "End": "0x007C7BEFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7BF000", "End": "0x007C7BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7C0000", "End": "0x007C7C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7C1000", "End": "0x007C7C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7C2000", "End": "0x007C7C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7C3000", "End": "0x007C7C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\DiskIoDxe\\DiskIoDxe\\DEBUG\\DiskIoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C7C4000", "End": "0x007C7C7FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\DiskIoDxe\\DiskIoDxe\\DEBUG\\DiskIoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7C8000", "End": "0x007C7CDFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\DiskIoDxe\\DiskIoDxe\\DEBUG\\DiskIoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7CE000", "End": "0x007C7CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7CF000", "End": "0x007C7CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7D0000", "End": "0x007C7D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7D1000", "End": "0x007C7D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7D2000", "End": "0x007C7D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7D3000", "End": "0x007C7D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7D4000", "End": "0x007C7D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7D5000", "End": "0x007C7D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7D6000", "End": "0x007C7D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7D7000", "End": "0x007C7D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7D8000", "End": "0x007C7D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7D9000", "End": "0x007C7D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7DA000", "End": "0x007C7DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7DB000", "End": "0x007C7DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7DC000", "End": "0x007C7DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7DD000", "End": "0x007C7DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7DE000", "End": "0x007C7DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7DF000", "End": "0x007C7DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7E0000", "End": "0x007C7E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7E1000", "End": "0x007C7E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7E2000", "End": "0x007C7E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7E3000", "End": "0x007C7E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7E4000", "End": "0x007C7E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7E5000", "End": "0x007C7E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7E6000", "End": "0x007C7E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7E7000", "End": "0x007C7E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7E8000", "End": "0x007C7E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7E9000", "End": "0x007C7E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\TerminalDxe\\TerminalDxe\\DEBUG\\TerminalDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C7EA000", "End": "0x007C7F0FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\TerminalDxe\\TerminalDxe\\DEBUG\\TerminalDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7F1000", "End": "0x007C7F6FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\TerminalDxe\\TerminalDxe\\DEBUG\\TerminalDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7F7000", "End": "0x007C7F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7F8000", "End": "0x007C7F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7F9000", "End": "0x007C7F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7FA000", "End": "0x007C7FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7FB000", "End": "0x007C7FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7FC000", "End": "0x007C7FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7FD000", "End": "0x007C7FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C7FE000", "End": "0x007C7FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C7FF000", "End": "0x007C7FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C800000", "End": "0x007C800FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C801000", "End": "0x007C801FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C802000", "End": "0x007C802FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C803000", "End": "0x007C803FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C804000", "End": "0x007C804FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C805000", "End": "0x007C805FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C806000", "End": "0x007C806FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C807000", "End": "0x007C807FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C808000", "End": "0x007C808FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C809000", "End": "0x007C809FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C80A000", "End": "0x007C80BFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C80C000", "End": "0x007C80CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C80D000", "End": "0x007C80DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C80E000", "End": "0x007C80EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C80F000", "End": "0x007C80FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C810000", "End": "0x007C810FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C811000", "End": "0x007C811FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C812000", "End": "0x007C812FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C813000", "End": "0x007C813FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C814000", "End": "0x007C814FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C815000", "End": "0x007C815FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C816000", "End": "0x007C816FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C817000", "End": "0x007C817FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C818000", "End": "0x007C818FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C819000", "End": "0x007C819FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C81A000", "End": "0x007C81AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C81B000", "End": "0x007C81BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C81C000", "End": "0x007C81CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C81D000", "End": "0x007C81DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C81E000", "End": "0x007C81EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C81F000", "End": "0x007C81FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C820000", "End": "0x007C820FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C821000", "End": "0x007C821FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C822000", "End": "0x007C822FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C823000", "End": "0x007C823FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C824000", "End": "0x007C824FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C825000", "End": "0x007C825FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\GraphicsConsoleDxe\\GraphicsConsoleDxe\\DEBUG\\GraphicsConsoleDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C826000", "End": "0x007C829FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\GraphicsConsoleDxe\\GraphicsConsoleDxe\\DEBUG\\GraphicsConsoleDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C82A000", "End": "0x007C830FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\GraphicsConsoleDxe\\GraphicsConsoleDxe\\DEBUG\\GraphicsConsoleDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C831000", "End": "0x007C831FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C832000", "End": "0x007C832FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C833000", "End": "0x007C834FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C835000", "End": "0x007C835FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C836000", "End": "0x007C836FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C837000", "End": "0x007C837FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C838000", "End": "0x007C838FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C839000", "End": "0x007C839FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C83A000", "End": "0x007C83AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C83B000", "End": "0x007C83BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C83C000", "End": "0x007C83CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C83D000", "End": "0x007C83DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C83E000", "End": "0x007C83EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C83F000", "End": "0x007C83FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C840000", "End": "0x007C840FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C841000", "End": "0x007C841FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C842000", "End": "0x007C842FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C843000", "End": "0x007C843FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C844000", "End": "0x007C844FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C845000", "End": "0x007C845FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C846000", "End": "0x007C846FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C847000", "End": "0x007C847FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C848000", "End": "0x007C848FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C849000", "End": "0x007C849FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C84A000", "End": "0x007C84AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C84B000", "End": "0x007C84BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C84C000", "End": "0x007C84CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C84D000", "End": "0x007C84DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C84E000", "End": "0x007C84EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C84F000", "End": "0x007C84FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C850000", "End": "0x007C850FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C851000", "End": "0x007C851FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C852000", "End": "0x007C852FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C853000", "End": "0x007C853FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C854000", "End": "0x007C854FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C855000", "End": "0x007C855FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C856000", "End": "0x007C856FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C857000", "End": "0x007C857FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C858000", "End": "0x007C858FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C859000", "End": "0x007C859FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C85A000", "End": "0x007C85AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C85B000", "End": "0x007C85BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C85C000", "End": "0x007C85CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C85D000", "End": "0x007C85DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C85E000", "End": "0x007C85EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C85F000", "End": "0x007C85FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C860000", "End": "0x007C860FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C861000", "End": "0x007C861FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C862000", "End": "0x007C862FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C863000", "End": "0x007C863FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C864000", "End": "0x007C864FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C865000", "End": "0x007C865FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C866000", "End": "0x007C866FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C867000", "End": "0x007C867FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C868000", "End": "0x007C868FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C869000", "End": "0x007C869FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C86A000", "End": "0x007C86AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C86B000", "End": "0x007C86BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C86C000", "End": "0x007C86CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C86D000", "End": "0x007C86DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C86E000", "End": "0x007C86EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C86F000", "End": "0x007C86FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C870000", "End": "0x007C870FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C871000", "End": "0x007C871FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C872000", "End": "0x007C872FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C873000", "End": "0x007C873FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C874000", "End": "0x007C874FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C875000", "End": "0x007C875FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C876000", "End": "0x007C876FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C877000", "End": "0x007C877FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C878000", "End": "0x007C878FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C879000", "End": "0x007C879FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C87A000", "End": "0x007C87AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C87B000", "End": "0x007C87BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C87C000", "End": "0x007C87CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C87D000", "End": "0x007C87DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C87E000", "End": "0x007C87EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C87F000", "End": "0x007C87FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C880000", "End": "0x007C880FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C881000", "End": "0x007C881FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C882000", "End": "0x007C882FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C883000", "End": "0x007C883FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C884000", "End": "0x007C884FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C885000", "End": "0x007C885FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C886000", "End": "0x007C886FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C887000", "End": "0x007C887FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C888000", "End": "0x007C888FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C889000", "End": "0x007C889FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C88A000", "End": "0x007C88AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C88B000", "End": "0x007C88BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C88C000", "End": "0x007C88CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C88D000", "End": "0x007C88DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C88E000", "End": "0x007C88EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C88F000", "End": "0x007C88FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C890000", "End": "0x007C890FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C891000", "End": "0x007C891FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C892000", "End": "0x007C892FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C893000", "End": "0x007C893FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C894000", "End": "0x007C894FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C895000", "End": "0x007C895FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C896000", "End": "0x007C896FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C897000", "End": "0x007C897FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C898000", "End": "0x007C898FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C899000", "End": "0x007C899FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C89A000", "End": "0x007C89AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C89B000", "End": "0x007C89BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C89C000", "End": "0x007C89CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C89D000", "End": "0x007C89DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C89E000", "End": "0x007C89EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C89F000", "End": "0x007C89FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8A0000", "End": "0x007C8A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8A1000", "End": "0x007C8A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8A2000", "End": "0x007C8A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8A3000", "End": "0x007C8A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8A4000", "End": "0x007C8A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8A5000", "End": "0x007C8A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8A6000", "End": "0x007C8A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8A7000", "End": "0x007C8A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8A8000", "End": "0x007C8A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8A9000", "End": "0x007C8A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8AA000", "End": "0x007C8AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8AB000", "End": "0x007C8ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8AC000", "End": "0x007C8ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8AD000", "End": "0x007C8ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8AE000", "End": "0x007C8AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8AF000", "End": "0x007C8AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8B0000", "End": "0x007C8B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8B1000", "End": "0x007C8B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8B2000", "End": "0x007C8B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8B3000", "End": "0x007C8B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8B4000", "End": "0x007C8B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8B5000", "End": "0x007C8B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8B6000", "End": "0x007C8B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8B7000", "End": "0x007C8B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8B8000", "End": "0x007C8B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8B9000", "End": "0x007C8B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8BA000", "End": "0x007C8BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8BB000", "End": "0x007C8BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8BC000", "End": "0x007C8BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8BD000", "End": "0x007C8BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConSplitterDxe\\ConSplitterDxe\\DEBUG\\ConSplitterDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C8BE000", "End": "0x007C8C4FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConSplitterDxe\\ConSplitterDxe\\DEBUG\\ConSplitterDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8C5000", "End": "0x007C8CAFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConSplitterDxe\\ConSplitterDxe\\DEBUG\\ConSplitterDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8CB000", "End": "0x007C8CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8CC000", "End": "0x007C8CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8CD000", "End": "0x007C8CEFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8CF000", "End": "0x007C8CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8D0000", "End": "0x007C8D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8D1000", "End": "0x007C8D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8D2000", "End": "0x007C8D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8D3000", "End": "0x007C8D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8D4000", "End": "0x007C8D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8D5000", "End": "0x007C8D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8D6000", "End": "0x007C8D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8D7000", "End": "0x007C8D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8D8000", "End": "0x007C8D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8D9000", "End": "0x007C8D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8DA000", "End": "0x007C8DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8DB000", "End": "0x007C8DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8DC000", "End": "0x007C8DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8DD000", "End": "0x007C8DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8DE000", "End": "0x007C8DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8DF000", "End": "0x007C8DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8E0000", "End": "0x007C8E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8E1000", "End": "0x007C8E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8E2000", "End": "0x007C8E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8E3000", "End": "0x007C8E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8E4000", "End": "0x007C8E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8E5000", "End": "0x007C8E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8E6000", "End": "0x007C8E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8E7000", "End": "0x007C8E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8E8000", "End": "0x007C8E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8E9000", "End": "0x007C8E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8EA000", "End": "0x007C8EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8EB000", "End": "0x007C8EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8EC000", "End": "0x007C8ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8ED000", "End": "0x007C8EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8EE000", "End": "0x007C8EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8EF000", "End": "0x007C8EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8F0000", "End": "0x007C8F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8F1000", "End": "0x007C8F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8F2000", "End": "0x007C8F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8F3000", "End": "0x007C8F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8F4000", "End": "0x007C8F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8F5000", "End": "0x007C8F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C8F6000", "End": "0x007C8F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8F7000", "End": "0x007C8F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConPlatformDxe\\ConPlatformDxe\\DEBUG\\ConPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C8F8000", "End": "0x007C8FBFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConPlatformDxe\\ConPlatformDxe\\DEBUG\\ConPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C8FC000", "End": "0x007C901FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Console\\ConPlatformDxe\\ConPlatformDxe\\DEBUG\\ConPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C902000", "End": "0x007C902FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C903000", "End": "0x007C903FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C904000", "End": "0x007C904FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C905000", "End": "0x007C905FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C906000", "End": "0x007C906FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C907000", "End": "0x007C907FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C908000", "End": "0x007C908FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C909000", "End": "0x007C909FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C90A000", "End": "0x007C90AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C90B000", "End": "0x007C90BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C90C000", "End": "0x007C90CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C90D000", "End": "0x007C90DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C90E000", "End": "0x007C90EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C90F000", "End": "0x007C90FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C910000", "End": "0x007C910FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C911000", "End": "0x007C911FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C912000", "End": "0x007C912FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C913000", "End": "0x007C913FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C914000", "End": "0x007C914FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C915000", "End": "0x007C915FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C916000", "End": "0x007C916FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C917000", "End": "0x007C917FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C918000", "End": "0x007C918FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C919000", "End": "0x007C919FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C91A000", "End": "0x007C91AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C91B000", "End": "0x007C91BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C91C000", "End": "0x007C91CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C91D000", "End": "0x007C91DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C91E000", "End": "0x007C91EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C91F000", "End": "0x007C91FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C920000", "End": "0x007C920FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C921000", "End": "0x007C921FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioRngDxe\\VirtioRng\\DEBUG\\VirtioRngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C922000", "End": "0x007C924FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioRngDxe\\VirtioRng\\DEBUG\\VirtioRngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C925000", "End": "0x007C92AFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioRngDxe\\VirtioRng\\DEBUG\\VirtioRngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C92B000", "End": "0x007C92BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C92C000", "End": "0x007C92CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C92D000", "End": "0x007C92DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C92E000", "End": "0x007C92EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C92F000", "End": "0x007C92FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C930000", "End": "0x007C930FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C931000", "End": "0x007C931FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C932000", "End": "0x007C932FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C933000", "End": "0x007C933FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C934000", "End": "0x007C934FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C935000", "End": "0x007C935FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C936000", "End": "0x007C936FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C937000", "End": "0x007C937FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C938000", "End": "0x007C938FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C939000", "End": "0x007C939FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C93A000", "End": "0x007C93AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C93B000", "End": "0x007C93BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C93C000", "End": "0x007C93CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C93D000", "End": "0x007C93DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C93E000", "End": "0x007C93EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C93F000", "End": "0x007C93FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C940000", "End": "0x007C940FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C941000", "End": "0x007C941FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C942000", "End": "0x007C942FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C943000", "End": "0x007C943FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C944000", "End": "0x007C944FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C945000", "End": "0x007C945FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C946000", "End": "0x007C946FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C947000", "End": "0x007C947FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C948000", "End": "0x007C948FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioScsiDxe\\VirtioScsi\\DEBUG\\VirtioScsiDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C949000", "End": "0x007C94CFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioScsiDxe\\VirtioScsi\\DEBUG\\VirtioScsiDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C94D000", "End": "0x007C952FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioScsiDxe\\VirtioScsi\\DEBUG\\VirtioScsiDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C953000", "End": "0x007C953FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C954000", "End": "0x007C954FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C955000", "End": "0x007C955FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C956000", "End": "0x007C956FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C957000", "End": "0x007C957FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C958000", "End": "0x007C958FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C959000", "End": "0x007C95AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C95B000", "End": "0x007C95BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C95C000", "End": "0x007C95CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C95D000", "End": "0x007C95DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C95E000", "End": "0x007C95EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C95F000", "End": "0x007C95FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C960000", "End": "0x007C960FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C961000", "End": "0x007C961FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C962000", "End": "0x007C962FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C963000", "End": "0x007C963FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C964000", "End": "0x007C964FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C965000", "End": "0x007C965FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C966000", "End": "0x007C966FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C967000", "End": "0x007C967FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C968000", "End": "0x007C968FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C969000", "End": "0x007C969FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C96A000", "End": "0x007C96AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C96B000", "End": "0x007C96BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C96C000", "End": "0x007C96CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C96D000", "End": "0x007C96DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C96E000", "End": "0x007C96EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C96F000", "End": "0x007C96FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C970000", "End": "0x007C970FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C971000", "End": "0x007C971FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioBlkDxe\\VirtioBlk\\DEBUG\\VirtioBlkDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C972000", "End": "0x007C974FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioBlkDxe\\VirtioBlk\\DEBUG\\VirtioBlkDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C975000", "End": "0x007C97AFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioBlkDxe\\VirtioBlk\\DEBUG\\VirtioBlkDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C97B000", "End": "0x007C97BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C97C000", "End": "0x007C97CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C97D000", "End": "0x007C97DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C97E000", "End": "0x007C97EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C97F000", "End": "0x007C97FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C980000", "End": "0x007C980FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C981000", "End": "0x007C981FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C982000", "End": "0x007C982FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C983000", "End": "0x007C983FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C984000", "End": "0x007C984FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C985000", "End": "0x007C985FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C986000", "End": "0x007C986FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C987000", "End": "0x007C987FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C988000", "End": "0x007C988FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C989000", "End": "0x007C989FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C98A000", "End": "0x007C98AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C98B000", "End": "0x007C98BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C98C000", "End": "0x007C98CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C98D000", "End": "0x007C98DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C98E000", "End": "0x007C98EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C98F000", "End": "0x007C98FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C990000", "End": "0x007C990FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C991000", "End": "0x007C991FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C992000", "End": "0x007C992FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C993000", "End": "0x007C993FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C994000", "End": "0x007C994FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C995000", "End": "0x007C995FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C996000", "End": "0x007C996FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\Virtio10Dxe\\Virtio10\\DEBUG\\Virtio10.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C997000", "End": "0x007C99AFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\Virtio10Dxe\\Virtio10\\DEBUG\\Virtio10.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C99B000", "End": "0x007C9A0FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\Virtio10Dxe\\Virtio10\\DEBUG\\Virtio10.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9A1000", "End": "0x007C9A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9A2000", "End": "0x007C9A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9A3000", "End": "0x007C9A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9A4000", "End": "0x007C9A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9A5000", "End": "0x007C9A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9A6000", "End": "0x007C9A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9A7000", "End": "0x007C9A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9A8000", "End": "0x007C9A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9A9000", "End": "0x007C9A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9AA000", "End": "0x007C9AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9AB000", "End": "0x007C9ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9AC000", "End": "0x007C9ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9AD000", "End": "0x007C9ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9AE000", "End": "0x007C9AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9AF000", "End": "0x007C9AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9B0000", "End": "0x007C9B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9B1000", "End": "0x007C9B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9B2000", "End": "0x007C9B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9B3000", "End": "0x007C9B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9B4000", "End": "0x007C9B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9B5000", "End": "0x007C9B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9B6000", "End": "0x007C9B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9B7000", "End": "0x007C9B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9B8000", "End": "0x007C9B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9B9000", "End": "0x007C9B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9BA000", "End": "0x007C9BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9BB000", "End": "0x007C9BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9BC000", "End": "0x007C9BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9BD000", "End": "0x007C9BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9BE000", "End": "0x007C9BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioPciDeviceDxe\\VirtioPciDeviceDxe\\DEBUG\\VirtioPciDeviceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C9BF000", "End": "0x007C9C1FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioPciDeviceDxe\\VirtioPciDeviceDxe\\DEBUG\\VirtioPciDeviceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9C2000", "End": "0x007C9C7FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\VirtioPciDeviceDxe\\VirtioPciDeviceDxe\\DEBUG\\VirtioPciDeviceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9C8000", "End": "0x007C9C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9C9000", "End": "0x007C9C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9CA000", "End": "0x007C9CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9CB000", "End": "0x007C9CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9CC000", "End": "0x007C9CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9CD000", "End": "0x007C9CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9CE000", "End": "0x007C9CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9CF000", "End": "0x007C9CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9D0000", "End": "0x007C9D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9D1000", "End": "0x007C9D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9D2000", "End": "0x007C9D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9D3000", "End": "0x007C9D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9D4000", "End": "0x007C9D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9D5000", "End": "0x007C9D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9D6000", "End": "0x007C9D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9D7000", "End": "0x007C9D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9D8000", "End": "0x007C9D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9D9000", "End": "0x007C9D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9DA000", "End": "0x007C9DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9DB000", "End": "0x007C9DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9DC000", "End": "0x007C9DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9DD000", "End": "0x007C9DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9DE000", "End": "0x007C9DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9DF000", "End": "0x007C9DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9E0000", "End": "0x007C9E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9E1000", "End": "0x007C9E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9E2000", "End": "0x007C9E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9E3000", "End": "0x007C9E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciBusDxe\\PciBusDxe\\DEBUG\\PciBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007C9E4000", "End": "0x007C9F1FFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciBusDxe\\PciBusDxe\\DEBUG\\PciBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9F2000", "End": "0x007C9F8FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciBusDxe\\PciBusDxe\\DEBUG\\PciBusDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9F9000", "End": "0x007C9F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9FA000", "End": "0x007C9FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9FB000", "End": "0x007C9FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9FC000", "End": "0x007C9FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9FD000", "End": "0x007C9FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007C9FE000", "End": "0x007C9FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007C9FF000", "End": "0x007C9FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA00000", "End": "0x007CA00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA01000", "End": "0x007CA01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA02000", "End": "0x007CA02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA03000", "End": "0x007CA03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA04000", "End": "0x007CA04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA05000", "End": "0x007CA05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA06000", "End": "0x007CA06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA07000", "End": "0x007CA07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA08000", "End": "0x007CA08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA09000", "End": "0x007CA09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA0A000", "End": "0x007CA0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA0B000", "End": "0x007CA0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA0C000", "End": "0x007CA0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA0D000", "End": "0x007CA0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA0E000", "End": "0x007CA0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA0F000", "End": "0x007CA0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA10000", "End": "0x007CA10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA11000", "End": "0x007CA11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA12000", "End": "0x007CA12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA13000", "End": "0x007CA13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA14000", "End": "0x007CA14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA15000", "End": "0x007CA15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA16000", "End": "0x007CA16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA17000", "End": "0x007CA17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA18000", "End": "0x007CA18FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA19000", "End": "0x007CA19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA1A000", "End": "0x007CA1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA1B000", "End": "0x007CA1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA1C000", "End": "0x007CA1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA1D000", "End": "0x007CA1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA1E000", "End": "0x007CA1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA1F000", "End": "0x007CA1FFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA20000", "End": "0x007CA20FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA21000", "End": "0x007CA21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA22000", "End": "0x007CA22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA23000", "End": "0x007CA23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA24000", "End": "0x007CA24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA25000", "End": "0x007CA25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA26000", "End": "0x007CA26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA27000", "End": "0x007CA27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA28000", "End": "0x007CA28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA29000", "End": "0x007CA29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA2A000", "End": "0x007CA2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA2B000", "End": "0x007CA2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA2C000", "End": "0x007CA2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA2D000", "End": "0x007CA2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA2E000", "End": "0x007CA2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MfciPkg\\MfciDxe\\MfciDxe\\DEBUG\\MfciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CA2F000", "End": "0x007CA35FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MfciPkg\\MfciDxe\\MfciDxe\\DEBUG\\MfciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA36000", "End": "0x007CA3FFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MfciPkg\\MfciDxe\\MfciDxe\\DEBUG\\MfciDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA40000", "End": "0x007CA40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA41000", "End": "0x007CA41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA42000", "End": "0x007CA42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA43000", "End": "0x007CA43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA44000", "End": "0x007CA44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA45000", "End": "0x007CA45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA46000", "End": "0x007CA47FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA48000", "End": "0x007CA48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA49000", "End": "0x007CA49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA4A000", "End": "0x007CA4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA4B000", "End": "0x007CA4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA4C000", "End": "0x007CA4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA4D000", "End": "0x007CA4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA4E000", "End": "0x007CA4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA4F000", "End": "0x007CA4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA50000", "End": "0x007CA50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA51000", "End": "0x007CA51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA52000", "End": "0x007CA52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA53000", "End": "0x007CA53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA54000", "End": "0x007CA54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA55000", "End": "0x007CA55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA56000", "End": "0x007CA56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA57000", "End": "0x007CA57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA58000", "End": "0x007CA58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA59000", "End": "0x007CA59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA5A000", "End": "0x007CA5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA5B000", "End": "0x007CA5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA5C000", "End": "0x007CA5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA5D000", "End": "0x007CA5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA5E000", "End": "0x007CA5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA5F000", "End": "0x007CA5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA60000", "End": "0x007CA60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA61000", "End": "0x007CA61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA62000", "End": "0x007CA62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA63000", "End": "0x007CA63FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA64000", "End": "0x007CA64FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA65000", "End": "0x007CA65FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA66000", "End": "0x007CA66FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA67000", "End": "0x007CA67FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA68000", "End": "0x007CA68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA69000", "End": "0x007CA69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA6A000", "End": "0x007CA6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA6B000", "End": "0x007CA6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA6C000", "End": "0x007CA6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA6D000", "End": "0x007CA6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA6E000", "End": "0x007CA6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA6F000", "End": "0x007CA6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA70000", "End": "0x007CA70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA71000", "End": "0x007CA71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA72000", "End": "0x007CA72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA73000", "End": "0x007CA73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA74000", "End": "0x007CA74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA75000", "End": "0x007CA75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA76000", "End": "0x007CA76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA77000", "End": "0x007CA77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA78000", "End": "0x007CA78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA79000", "End": "0x007CA79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA7A000", "End": "0x007CA7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA7B000", "End": "0x007CA7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA7C000", "End": "0x007CA7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CA7D000", "End": "0x007CA7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA7E000", "End": "0x007CA7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\SettingsManager\\SettingsManagerDxe\\DEBUG\\SettingsManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CA7F000", "End": "0x007CA97FFF", "Number of Entries": 25, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\SettingsManager\\SettingsManagerDxe\\DEBUG\\SettingsManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CA98000", "End": "0x007CAA9FFF", "Number of Entries": 18, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\DfciPkg\\SettingsManager\\SettingsManagerDxe\\DEBUG\\SettingsManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAAA000", "End": "0x007CAAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAAB000", "End": "0x007CAABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAAC000", "End": "0x007CAACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAAD000", "End": "0x007CAADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAAE000", "End": "0x007CAAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAAF000", "End": "0x007CAAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAB0000", "End": "0x007CAB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAB1000", "End": "0x007CAB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAB2000", "End": "0x007CAB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAB3000", "End": "0x007CAB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAB4000", "End": "0x007CAB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAB5000", "End": "0x007CAB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAB6000", "End": "0x007CAB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAB7000", "End": "0x007CAB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CAB8000", "End": "0x007CAB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAB9000", "End": "0x007CAB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BdsDxe\\BdsDxe\\DEBUG\\BdsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CABA000", "End": "0x007CAD1FFF", "Number of Entries": 24, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BdsDxe\\BdsDxe\\DEBUG\\BdsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CAD2000", "End": "0x007CB1CFFF", "Number of Entries": 75, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BdsDxe\\BdsDxe\\DEBUG\\BdsDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB1D000", "End": "0x007CB1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB1E000", "End": "0x007CB1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB1F000", "End": "0x007CB1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB20000", "End": "0x007CB20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB21000", "End": "0x007CB21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB22000", "End": "0x007CB22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB23000", "End": "0x007CB24FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB25000", "End": "0x007CB25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB26000", "End": "0x007CB27FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB28000", "End": "0x007CB28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB29000", "End": "0x007CB29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB2A000", "End": "0x007CB2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB2B000", "End": "0x007CB2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB2C000", "End": "0x007CB2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB2D000", "End": "0x007CB2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB2E000", "End": "0x007CB2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB2F000", "End": "0x007CB2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB30000", "End": "0x007CB30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB31000", "End": "0x007CB31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB32000", "End": "0x007CB32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB33000", "End": "0x007CB33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB34000", "End": "0x007CB34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB35000", "End": "0x007CB35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB36000", "End": "0x007CB36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB37000", "End": "0x007CB37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB38000", "End": "0x007CB38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB39000", "End": "0x007CB39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB3A000", "End": "0x007CB3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB3B000", "End": "0x007CB3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB3C000", "End": "0x007CB3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB3D000", "End": "0x007CB3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB3E000", "End": "0x007CB3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB3F000", "End": "0x007CB3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB40000", "End": "0x007CB40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB41000", "End": "0x007CB41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB42000", "End": "0x007CB42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB43000", "End": "0x007CB43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB44000", "End": "0x007CB44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB45000", "End": "0x007CB45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB46000", "End": "0x007CB46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB47000", "End": "0x007CB47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB48000", "End": "0x007CB48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB49000", "End": "0x007CB49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB4A000", "End": "0x007CB4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB4B000", "End": "0x007CB4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB4C000", "End": "0x007CB4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB4D000", "End": "0x007CB4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB4E000", "End": "0x007CB4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB4F000", "End": "0x007CB4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB50000", "End": "0x007CB50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB51000", "End": "0x007CB51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB52000", "End": "0x007CB52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB53000", "End": "0x007CB53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB54000", "End": "0x007CB54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB55000", "End": "0x007CB55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB56000", "End": "0x007CB56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB57000", "End": "0x007CB57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB58000", "End": "0x007CB58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB59000", "End": "0x007CB59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB5A000", "End": "0x007CB5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB5B000", "End": "0x007CB5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB5C000", "End": "0x007CB5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB5D000", "End": "0x007CB5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB5E000", "End": "0x007CB5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB5F000", "End": "0x007CB5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB60000", "End": "0x007CB60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB61000", "End": "0x007CB61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB62000", "End": "0x007CB62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuVarPolicyFoundationDxe\\MuVarPolicyFoundationDxe\\DEBUG\\MuVarPolicyFoundationDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CB63000", "End": "0x007CB64FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuVarPolicyFoundationDxe\\MuVarPolicyFoundationDxe\\DEBUG\\MuVarPolicyFoundationDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB65000", "End": "0x007CB68FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuVarPolicyFoundationDxe\\MuVarPolicyFoundationDxe\\DEBUG\\MuVarPolicyFoundationDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB69000", "End": "0x007CB69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB6A000", "End": "0x007CB6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB6B000", "End": "0x007CB6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB6C000", "End": "0x007CB6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB6D000", "End": "0x007CB6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB6E000", "End": "0x007CB6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB6F000", "End": "0x007CB70FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB71000", "End": "0x007CB71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB72000", "End": "0x007CB72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB73000", "End": "0x007CB73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB74000", "End": "0x007CB74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB75000", "End": "0x007CB75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB76000", "End": "0x007CB76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB77000", "End": "0x007CB77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB78000", "End": "0x007CB78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB79000", "End": "0x007CB79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB7A000", "End": "0x007CB7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB7B000", "End": "0x007CB7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB7C000", "End": "0x007CB7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB7D000", "End": "0x007CB7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB7E000", "End": "0x007CB7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB7F000", "End": "0x007CB7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB80000", "End": "0x007CB80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB81000", "End": "0x007CB81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB82000", "End": "0x007CB82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB83000", "End": "0x007CB83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB84000", "End": "0x007CB84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB85000", "End": "0x007CB85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB86000", "End": "0x007CB86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB87000", "End": "0x007CB87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB88000", "End": "0x007CB88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB89000", "End": "0x007CB89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB8A000", "End": "0x007CB8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB8B000", "End": "0x007CB8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB8C000", "End": "0x007CB8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB8D000", "End": "0x007CB8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB8E000", "End": "0x007CB8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB8F000", "End": "0x007CB8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB90000", "End": "0x007CB90FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB91000", "End": "0x007CB91FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB92000", "End": "0x007CB92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB93000", "End": "0x007CB93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB94000", "End": "0x007CB94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB95000", "End": "0x007CB95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB96000", "End": "0x007CB96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB97000", "End": "0x007CB97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB98000", "End": "0x007CB98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB99000", "End": "0x007CB99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB9A000", "End": "0x007CB9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB9B000", "End": "0x007CB9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB9C000", "End": "0x007CB9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB9D000", "End": "0x007CB9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CB9E000", "End": "0x007CB9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CB9F000", "End": "0x007CB9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBA0000", "End": "0x007CBA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBA1000", "End": "0x007CBA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBA2000", "End": "0x007CBA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBA3000", "End": "0x007CBA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBA4000", "End": "0x007CBA4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBA5000", "End": "0x007CBA5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBA6000", "End": "0x007CBA6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBA7000", "End": "0x007CBA7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBA8000", "End": "0x007CBA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBA9000", "End": "0x007CBA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBAA000", "End": "0x007CBAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBAB000", "End": "0x007CBABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBAC000", "End": "0x007CBACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBAD000", "End": "0x007CBADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBAE000", "End": "0x007CBAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBAF000", "End": "0x007CBAFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBB0000", "End": "0x007CBB0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBB1000", "End": "0x007CBB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBB2000", "End": "0x007CBB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBB3000", "End": "0x007CBB3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBB4000", "End": "0x007CBB4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBB5000", "End": "0x007CBB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBB6000", "End": "0x007CBB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBB7000", "End": "0x007CBB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBB8000", "End": "0x007CBB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBB9000", "End": "0x007CBB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBBA000", "End": "0x007CBBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBBB000", "End": "0x007CBBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBBC000", "End": "0x007CBBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBBD000", "End": "0x007CBBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBBE000", "End": "0x007CBBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBBF000", "End": "0x007CBBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBC0000", "End": "0x007CBC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBC1000", "End": "0x007CBC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBC2000", "End": "0x007CBC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBC3000", "End": "0x007CBC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBC4000", "End": "0x007CBC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBC5000", "End": "0x007CBC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBC6000", "End": "0x007CBC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBC7000", "End": "0x007CBC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBC8000", "End": "0x007CBC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBC9000", "End": "0x007CBC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBCA000", "End": "0x007CBCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBCB000", "End": "0x007CBCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBCC000", "End": "0x007CBCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBCD000", "End": "0x007CBCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBCE000", "End": "0x007CBCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBCF000", "End": "0x007CBCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBD0000", "End": "0x007CBD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBD1000", "End": "0x007CBD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBD2000", "End": "0x007CBD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBD3000", "End": "0x007CBD3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBD4000", "End": "0x007CBD4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBD5000", "End": "0x007CBD5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBD6000", "End": "0x007CBD6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBD7000", "End": "0x007CBD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBD8000", "End": "0x007CBD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBD9000", "End": "0x007CBD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBDA000", "End": "0x007CBDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBDB000", "End": "0x007CBDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBDC000", "End": "0x007CBDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBDD000", "End": "0x007CBDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBDE000", "End": "0x007CBDEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBDF000", "End": "0x007CBDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBE0000", "End": "0x007CBE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBE1000", "End": "0x007CBE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBE2000", "End": "0x007CBE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBE3000", "End": "0x007CBE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBE4000", "End": "0x007CBE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBE5000", "End": "0x007CBE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBE6000", "End": "0x007CBE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBE7000", "End": "0x007CBE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBE8000", "End": "0x007CBE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBE9000", "End": "0x007CBE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBEA000", "End": "0x007CBEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBEB000", "End": "0x007CBEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBEC000", "End": "0x007CBECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBED000", "End": "0x007CBEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBEE000", "End": "0x007CBEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBEF000", "End": "0x007CBEFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBF0000", "End": "0x007CBF0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBF1000", "End": "0x007CBF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBF2000", "End": "0x007CBF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBF3000", "End": "0x007CBF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBF4000", "End": "0x007CBF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBF5000", "End": "0x007CBF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBF6000", "End": "0x007CBF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBF7000", "End": "0x007CBF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBF8000", "End": "0x007CBF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBF9000", "End": "0x007CBF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBFA000", "End": "0x007CBFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBFB000", "End": "0x007CBFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBFC000", "End": "0x007CBFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBFD000", "End": "0x007CBFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CBFE000", "End": "0x007CBFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CBFF000", "End": "0x007CBFFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC00000", "End": "0x007CC00FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC01000", "End": "0x007CC01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC02000", "End": "0x007CC02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC03000", "End": "0x007CC03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC04000", "End": "0x007CC04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC05000", "End": "0x007CC05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC06000", "End": "0x007CC06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC07000", "End": "0x007CC07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC08000", "End": "0x007CC08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC09000", "End": "0x007CC09FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC0A000", "End": "0x007CC0AFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC0B000", "End": "0x007CC0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC0C000", "End": "0x007CC0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC0D000", "End": "0x007CC0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC0E000", "End": "0x007CC0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC0F000", "End": "0x007CC0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC10000", "End": "0x007CC10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC11000", "End": "0x007CC11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC12000", "End": "0x007CC12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC13000", "End": "0x007CC13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC14000", "End": "0x007CC14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC15000", "End": "0x007CC15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC16000", "End": "0x007CC16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC17000", "End": "0x007CC17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC18000", "End": "0x007CC18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC19000", "End": "0x007CC19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC1A000", "End": "0x007CC1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC1B000", "End": "0x007CC1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC1C000", "End": "0x007CC1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC1D000", "End": "0x007CC1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC1E000", "End": "0x007CC1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC1F000", "End": "0x007CC1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC20000", "End": "0x007CC20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC21000", "End": "0x007CC21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC22000", "End": "0x007CC22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC23000", "End": "0x007CC23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC24000", "End": "0x007CC24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC25000", "End": "0x007CC25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC26000", "End": "0x007CC26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC27000", "End": "0x007CC27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC28000", "End": "0x007CC28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC29000", "End": "0x007CC29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC2A000", "End": "0x007CC2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC2B000", "End": "0x007CC2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC2C000", "End": "0x007CC2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC2D000", "End": "0x007CC2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC2E000", "End": "0x007CC2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC2F000", "End": "0x007CC2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC30000", "End": "0x007CC30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC31000", "End": "0x007CC31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC32000", "End": "0x007CC32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC33000", "End": "0x007CC33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC34000", "End": "0x007CC34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC35000", "End": "0x007CC35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC36000", "End": "0x007CC36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC37000", "End": "0x007CC37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC38000", "End": "0x007CC38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC39000", "End": "0x007CC39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC3A000", "End": "0x007CC3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC3B000", "End": "0x007CC3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC3C000", "End": "0x007CC3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC3D000", "End": "0x007CC3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC3E000", "End": "0x007CC3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC3F000", "End": "0x007CC3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC40000", "End": "0x007CC40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC41000", "End": "0x007CC41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC42000", "End": "0x007CC42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC43000", "End": "0x007CC44FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC45000", "End": "0x007CC45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC46000", "End": "0x007CC46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC47000", "End": "0x007CC47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC48000", "End": "0x007CC48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC49000", "End": "0x007CC49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC4A000", "End": "0x007CC4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC4B000", "End": "0x007CC4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC4C000", "End": "0x007CC4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC4D000", "End": "0x007CC4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC4E000", "End": "0x007CC4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC4F000", "End": "0x007CC4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC50000", "End": "0x007CC50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC51000", "End": "0x007CC51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC52000", "End": "0x007CC52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC53000", "End": "0x007CC53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC54000", "End": "0x007CC54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC55000", "End": "0x007CC55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC56000", "End": "0x007CC56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC57000", "End": "0x007CC57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC58000", "End": "0x007CC58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC59000", "End": "0x007CC59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC5A000", "End": "0x007CC5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC5B000", "End": "0x007CC5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC5C000", "End": "0x007CC5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC5D000", "End": "0x007CC5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC5E000", "End": "0x007CC5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC5F000", "End": "0x007CC5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC60000", "End": "0x007CC60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC61000", "End": "0x007CC61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\WatchdogTimerDxe\\WatchdogTimer\\DEBUG\\WatchdogTimer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CC62000", "End": "0x007CC63FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\WatchdogTimerDxe\\WatchdogTimer\\DEBUG\\WatchdogTimer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC64000", "End": "0x007CC68FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\WatchdogTimerDxe\\WatchdogTimer\\DEBUG\\WatchdogTimer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC69000", "End": "0x007CC69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC6A000", "End": "0x007CC6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC6B000", "End": "0x007CC6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC6C000", "End": "0x007CC6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC6D000", "End": "0x007CC6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC6E000", "End": "0x007CC6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC6F000", "End": "0x007CC70FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC71000", "End": "0x007CC71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC72000", "End": "0x007CC72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC73000", "End": "0x007CC73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC74000", "End": "0x007CC74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC75000", "End": "0x007CC75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC76000", "End": "0x007CC76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC77000", "End": "0x007CC77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC78000", "End": "0x007CC78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC79000", "End": "0x007CC79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC7A000", "End": "0x007CC7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC7B000", "End": "0x007CC7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC7C000", "End": "0x007CC7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC7D000", "End": "0x007CC7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC7E000", "End": "0x007CC7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC7F000", "End": "0x007CC7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC80000", "End": "0x007CC80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC81000", "End": "0x007CC81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC82000", "End": "0x007CC82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC83000", "End": "0x007CC83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC84000", "End": "0x007CC84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC85000", "End": "0x007CC85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC86000", "End": "0x007CC86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC87000", "End": "0x007CC87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC88000", "End": "0x007CC88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC89000", "End": "0x007CC89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuCryptoDxe\\MuCryptoDxe\\DEBUG\\MuCryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CC8A000", "End": "0x007CC8BFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuCryptoDxe\\MuCryptoDxe\\DEBUG\\MuCryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC8C000", "End": "0x007CC8FFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\MuCryptoDxe\\MuCryptoDxe\\DEBUG\\MuCryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC90000", "End": "0x007CC90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC91000", "End": "0x007CC91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC92000", "End": "0x007CC92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC93000", "End": "0x007CC93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC94000", "End": "0x007CC94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC95000", "End": "0x007CC95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC96000", "End": "0x007CC97FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC98000", "End": "0x007CC98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC99000", "End": "0x007CC99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC9A000", "End": "0x007CC9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC9B000", "End": "0x007CC9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC9C000", "End": "0x007CC9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC9D000", "End": "0x007CC9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CC9E000", "End": "0x007CC9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CC9F000", "End": "0x007CC9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCA0000", "End": "0x007CCA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCA1000", "End": "0x007CCA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCA2000", "End": "0x007CCA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCA3000", "End": "0x007CCA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCA4000", "End": "0x007CCA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCA5000", "End": "0x007CCA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCA6000", "End": "0x007CCA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCA7000", "End": "0x007CCA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCA8000", "End": "0x007CCA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCA9000", "End": "0x007CCA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCAA000", "End": "0x007CCAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCAB000", "End": "0x007CCABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCAC000", "End": "0x007CCACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCAD000", "End": "0x007CCADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCAE000", "End": "0x007CCAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCAF000", "End": "0x007CCAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCB0000", "End": "0x007CCB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCB1000", "End": "0x007CCB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCB2000", "End": "0x007CCB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCB3000", "End": "0x007CCB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCB4000", "End": "0x007CCB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCB5000", "End": "0x007CCB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCB6000", "End": "0x007CCB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCB7000", "End": "0x007CCB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCB8000", "End": "0x007CCB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCB9000", "End": "0x007CCB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCBA000", "End": "0x007CCBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCBB000", "End": "0x007CCBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCBC000", "End": "0x007CCBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCBD000", "End": "0x007CCBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCBE000", "End": "0x007CCBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCBF000", "End": "0x007CCBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCC0000", "End": "0x007CCC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCC1000", "End": "0x007CCC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCC2000", "End": "0x007CCC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCC3000", "End": "0x007CCC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCC4000", "End": "0x007CCC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCC5000", "End": "0x007CCC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCC6000", "End": "0x007CCC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCC7000", "End": "0x007CCC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCC8000", "End": "0x007CCC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCC9000", "End": "0x007CCC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCCA000", "End": "0x007CCCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCCB000", "End": "0x007CCCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCCC000", "End": "0x007CCCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCCD000", "End": "0x007CCCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCCE000", "End": "0x007CCCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCCF000", "End": "0x007CCCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCD0000", "End": "0x007CCD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCD1000", "End": "0x007CCD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCD2000", "End": "0x007CCD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCD3000", "End": "0x007CCD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCD4000", "End": "0x007CCD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCD5000", "End": "0x007CCD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCD6000", "End": "0x007CCD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCD7000", "End": "0x007CCD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCD8000", "End": "0x007CCD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCD9000", "End": "0x007CCD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCDA000", "End": "0x007CCDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCDB000", "End": "0x007CCDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCDC000", "End": "0x007CCDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCDD000", "End": "0x007CCDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCDE000", "End": "0x007CCDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCDF000", "End": "0x007CCDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCE0000", "End": "0x007CCE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCE1000", "End": "0x007CCE2FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCE3000", "End": "0x007CCE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCE4000", "End": "0x007CCE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCE5000", "End": "0x007CCE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCE6000", "End": "0x007CCE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCE7000", "End": "0x007CCE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCE8000", "End": "0x007CCE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCE9000", "End": "0x007CCE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCEA000", "End": "0x007CCEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCEB000", "End": "0x007CCEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCEC000", "End": "0x007CCECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCED000", "End": "0x007CCEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCEE000", "End": "0x007CCEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCEF000", "End": "0x007CCEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCF0000", "End": "0x007CCF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCF1000", "End": "0x007CCF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCF2000", "End": "0x007CCF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCF3000", "End": "0x007CCF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCF4000", "End": "0x007CCF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCF5000", "End": "0x007CCF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCF6000", "End": "0x007CCF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCF7000", "End": "0x007CCF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCF8000", "End": "0x007CCF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCF9000", "End": "0x007CCF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCFA000", "End": "0x007CCFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCFB000", "End": "0x007CCFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCFC000", "End": "0x007CCFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCFD000", "End": "0x007CCFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CCFE000", "End": "0x007CCFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CCFF000", "End": "0x007CCFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD00000", "End": "0x007CD00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD01000", "End": "0x007CD01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD02000", "End": "0x007CD02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD03000", "End": "0x007CD03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD04000", "End": "0x007CD04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD05000", "End": "0x007CD05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD06000", "End": "0x007CD06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD07000", "End": "0x007CD07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD08000", "End": "0x007CD08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD09000", "End": "0x007CD09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD0A000", "End": "0x007CD0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD0B000", "End": "0x007CD0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD0C000", "End": "0x007CD0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD0D000", "End": "0x007CD0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD0E000", "End": "0x007CD0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD0F000", "End": "0x007CD0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD10000", "End": "0x007CD10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD11000", "End": "0x007CD11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD12000", "End": "0x007CD12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD13000", "End": "0x007CD13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD14000", "End": "0x007CD14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD15000", "End": "0x007CD15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD16000", "End": "0x007CD16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD17000", "End": "0x007CD17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD18000", "End": "0x007CD18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD19000", "End": "0x007CD19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmbiosPlatformDxe\\SmbiosPlatformDxe\\DEBUG\\SmbiosPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CD1A000", "End": "0x007CD1CFFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmbiosPlatformDxe\\SmbiosPlatformDxe\\DEBUG\\SmbiosPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD1D000", "End": "0x007CD21FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmbiosPlatformDxe\\SmbiosPlatformDxe\\DEBUG\\SmbiosPlatformDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD22000", "End": "0x007CD22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD23000", "End": "0x007CD23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD24000", "End": "0x007CD24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD25000", "End": "0x007CD25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD26000", "End": "0x007CD26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD27000", "End": "0x007CD27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD28000", "End": "0x007CD28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD29000", "End": "0x007CD29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD2A000", "End": "0x007CD2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD2B000", "End": "0x007CD2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD2C000", "End": "0x007CD2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD2D000", "End": "0x007CD2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD2E000", "End": "0x007CD2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD2F000", "End": "0x007CD2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD30000", "End": "0x007CD30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD31000", "End": "0x007CD31FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD32000", "End": "0x007CD32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD33000", "End": "0x007CD33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD34000", "End": "0x007CD34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD35000", "End": "0x007CD35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD36000", "End": "0x007CD36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD37000", "End": "0x007CD37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD38000", "End": "0x007CD38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD39000", "End": "0x007CD39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD3A000", "End": "0x007CD3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD3B000", "End": "0x007CD3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD3C000", "End": "0x007CD3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD3D000", "End": "0x007CD3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD3E000", "End": "0x007CD3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD3F000", "End": "0x007CD3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD40000", "End": "0x007CD40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD41000", "End": "0x007CD41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD42000", "End": "0x007CD42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD43000", "End": "0x007CD43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD44000", "End": "0x007CD44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD45000", "End": "0x007CD45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD46000", "End": "0x007CD46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD47000", "End": "0x007CD47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD48000", "End": "0x007CD48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD49000", "End": "0x007CD49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD4A000", "End": "0x007CD4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD4B000", "End": "0x007CD4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD4C000", "End": "0x007CD4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD4D000", "End": "0x007CD4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD4E000", "End": "0x007CD4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD4F000", "End": "0x007CD4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD50000", "End": "0x007CD50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD51000", "End": "0x007CD51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD52000", "End": "0x007CD52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD53000", "End": "0x007CD53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD54000", "End": "0x007CD54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD55000", "End": "0x007CD55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD56000", "End": "0x007CD56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD57000", "End": "0x007CD57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD58000", "End": "0x007CD58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD59000", "End": "0x007CD59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD5A000", "End": "0x007CD5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD5B000", "End": "0x007CD5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD5C000", "End": "0x007CD5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD5D000", "End": "0x007CD5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD5E000", "End": "0x007CD5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD5F000", "End": "0x007CD5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD60000", "End": "0x007CD60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD61000", "End": "0x007CD61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD62000", "End": "0x007CD62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD63000", "End": "0x007CD63FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD64000", "End": "0x007CD64FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD65000", "End": "0x007CD65FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD66000", "End": "0x007CD66FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD67000", "End": "0x007CD67FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD68000", "End": "0x007CD68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD69000", "End": "0x007CD69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD6A000", "End": "0x007CD6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD6B000", "End": "0x007CD6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD6C000", "End": "0x007CD6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD6D000", "End": "0x007CD6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD6E000", "End": "0x007CD6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD6F000", "End": "0x007CD6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD70000", "End": "0x007CD70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD71000", "End": "0x007CD71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD72000", "End": "0x007CD72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD73000", "End": "0x007CD73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD74000", "End": "0x007CD74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD75000", "End": "0x007CD75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD76000", "End": "0x007CD76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD77000", "End": "0x007CD77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD78000", "End": "0x007CD78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD79000", "End": "0x007CD79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD7A000", "End": "0x007CD7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD7B000", "End": "0x007CD7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\RamDiskDxe\\RamDiskDxe\\DEBUG\\RamDiskDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CD7C000", "End": "0x007CD84FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\RamDiskDxe\\RamDiskDxe\\DEBUG\\RamDiskDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD85000", "End": "0x007CD8CFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Disk\\RamDiskDxe\\RamDiskDxe\\DEBUG\\RamDiskDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD8D000", "End": "0x007CD8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD8E000", "End": "0x007CD8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD8F000", "End": "0x007CD8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD90000", "End": "0x007CD90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD91000", "End": "0x007CD91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD92000", "End": "0x007CD92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD93000", "End": "0x007CD94FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD95000", "End": "0x007CD95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD96000", "End": "0x007CD96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD97000", "End": "0x007CD97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD98000", "End": "0x007CD98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD99000", "End": "0x007CD99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD9A000", "End": "0x007CD9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD9B000", "End": "0x007CD9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD9C000", "End": "0x007CD9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD9D000", "End": "0x007CD9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CD9E000", "End": "0x007CD9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CD9F000", "End": "0x007CD9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDA0000", "End": "0x007CDA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDA1000", "End": "0x007CDA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDA2000", "End": "0x007CDA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDA3000", "End": "0x007CDA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDA4000", "End": "0x007CDA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDA5000", "End": "0x007CDA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDA6000", "End": "0x007CDA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDA7000", "End": "0x007CDA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDA8000", "End": "0x007CDA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDA9000", "End": "0x007CDA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDAA000", "End": "0x007CDAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDAB000", "End": "0x007CDABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDAC000", "End": "0x007CDACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDAD000", "End": "0x007CDADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDAE000", "End": "0x007CDAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDAF000", "End": "0x007CDAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDB0000", "End": "0x007CDB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDB1000", "End": "0x007CDB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDB2000", "End": "0x007CDB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDB3000", "End": "0x007CDB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDB4000", "End": "0x007CDB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDB5000", "End": "0x007CDB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDB6000", "End": "0x007CDB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDB7000", "End": "0x007CDB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDB8000", "End": "0x007CDB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDB9000", "End": "0x007CDB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDBA000", "End": "0x007CDBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDBB000", "End": "0x007CDBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDBC000", "End": "0x007CDBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDBD000", "End": "0x007CDBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDBE000", "End": "0x007CDBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDBF000", "End": "0x007CDBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDC0000", "End": "0x007CDC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDC1000", "End": "0x007CDC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDC2000", "End": "0x007CDC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDC3000", "End": "0x007CDC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDC4000", "End": "0x007CDC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDC5000", "End": "0x007CDC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDC6000", "End": "0x007CDC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDC7000", "End": "0x007CDC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDC8000", "End": "0x007CDC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDC9000", "End": "0x007CDC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDCA000", "End": "0x007CDCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDCB000", "End": "0x007CDCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDCC000", "End": "0x007CDCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDCD000", "End": "0x007CDCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDCE000", "End": "0x007CDCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDCF000", "End": "0x007CDCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDD0000", "End": "0x007CDD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDD1000", "End": "0x007CDD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DriverHealthManagerDxe\\DriverHealthManagerDxe\\DEBUG\\DriverHealthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CDD2000", "End": "0x007CDD6FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DriverHealthManagerDxe\\DriverHealthManagerDxe\\DEBUG\\DriverHealthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDD7000", "End": "0x007CDDCFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DriverHealthManagerDxe\\DriverHealthManagerDxe\\DEBUG\\DriverHealthManagerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDDD000", "End": "0x007CDDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDDE000", "End": "0x007CDDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDDF000", "End": "0x007CDDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDE0000", "End": "0x007CDE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDE1000", "End": "0x007CDE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDE2000", "End": "0x007CDE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDE3000", "End": "0x007CDE4FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDE5000", "End": "0x007CDE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDE6000", "End": "0x007CDE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDE7000", "End": "0x007CDE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDE8000", "End": "0x007CDE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDE9000", "End": "0x007CDE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDEA000", "End": "0x007CDEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDEB000", "End": "0x007CDEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDEC000", "End": "0x007CDECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDED000", "End": "0x007CDEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDEE000", "End": "0x007CDEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDEF000", "End": "0x007CDEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDF0000", "End": "0x007CDF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDF1000", "End": "0x007CDF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDF2000", "End": "0x007CDF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDF3000", "End": "0x007CDF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDF4000", "End": "0x007CDF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDF5000", "End": "0x007CDF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDF6000", "End": "0x007CDF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDF7000", "End": "0x007CDF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDF8000", "End": "0x007CDF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDF9000", "End": "0x007CDF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDFA000", "End": "0x007CDFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDFB000", "End": "0x007CDFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDFC000", "End": "0x007CDFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDFD000", "End": "0x007CDFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CDFE000", "End": "0x007CDFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CDFF000", "End": "0x007CDFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE00000", "End": "0x007CE00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE01000", "End": "0x007CE01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE02000", "End": "0x007CE02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE03000", "End": "0x007CE03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE04000", "End": "0x007CE04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE05000", "End": "0x007CE05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE06000", "End": "0x007CE06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE07000", "End": "0x007CE07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE08000", "End": "0x007CE08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE09000", "End": "0x007CE09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE0A000", "End": "0x007CE0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE0B000", "End": "0x007CE0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE0C000", "End": "0x007CE0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE0D000", "End": "0x007CE0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE0E000", "End": "0x007CE0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE0F000", "End": "0x007CE0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE10000", "End": "0x007CE10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE11000", "End": "0x007CE11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciHostBridgeDxe\\PciHostBridgeDxe\\DEBUG\\PciHostBridgeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CE12000", "End": "0x007CE1AFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciHostBridgeDxe\\PciHostBridgeDxe\\DEBUG\\PciHostBridgeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE1B000", "End": "0x007CE21FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Bus\\Pci\\PciHostBridgeDxe\\PciHostBridgeDxe\\DEBUG\\PciHostBridgeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE22000", "End": "0x007CE22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE23000", "End": "0x007CE23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE24000", "End": "0x007CE24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE25000", "End": "0x007CE25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE26000", "End": "0x007CE26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE27000", "End": "0x007CE27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE28000", "End": "0x007CE28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE29000", "End": "0x007CE29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE2A000", "End": "0x007CE2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE2B000", "End": "0x007CE2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE2C000", "End": "0x007CE2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE2D000", "End": "0x007CE2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE2E000", "End": "0x007CE2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE2F000", "End": "0x007CE2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE30000", "End": "0x007CE30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE31000", "End": "0x007CE31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE32000", "End": "0x007CE32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE33000", "End": "0x007CE33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE34000", "End": "0x007CE34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE35000", "End": "0x007CE35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE36000", "End": "0x007CE36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE37000", "End": "0x007CE37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE38000", "End": "0x007CE38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE39000", "End": "0x007CE39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE3A000", "End": "0x007CE3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE3B000", "End": "0x007CE3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE3C000", "End": "0x007CE3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE3D000", "End": "0x007CE3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE3E000", "End": "0x007CE3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE3F000", "End": "0x007CE3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE40000", "End": "0x007CE40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE41000", "End": "0x007CE41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE42000", "End": "0x007CE42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE43000", "End": "0x007CE43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE44000", "End": "0x007CE44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE45000", "End": "0x007CE45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE46000", "End": "0x007CE46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE47000", "End": "0x007CE47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8254TimerDxe\\8254Timer\\DEBUG\\Timer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CE48000", "End": "0x007CE49FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8254TimerDxe\\8254Timer\\DEBUG\\Timer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE4A000", "End": "0x007CE4EFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8254TimerDxe\\8254Timer\\DEBUG\\Timer.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE4F000", "End": "0x007CE4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE50000", "End": "0x007CE50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE51000", "End": "0x007CE51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE52000", "End": "0x007CE52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE53000", "End": "0x007CE53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE54000", "End": "0x007CE54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE55000", "End": "0x007CE56FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE57000", "End": "0x007CE57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE58000", "End": "0x007CE58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE59000", "End": "0x007CE59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE5A000", "End": "0x007CE5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE5B000", "End": "0x007CE5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE5C000", "End": "0x007CE5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE5D000", "End": "0x007CE5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE5E000", "End": "0x007CE5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE5F000", "End": "0x007CE5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE60000", "End": "0x007CE60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE61000", "End": "0x007CE61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE62000", "End": "0x007CE62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE63000", "End": "0x007CE63FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE64000", "End": "0x007CE64FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE65000", "End": "0x007CE65FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE66000", "End": "0x007CE66FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE67000", "End": "0x007CE67FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE68000", "End": "0x007CE68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE69000", "End": "0x007CE69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE6A000", "End": "0x007CE6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE6B000", "End": "0x007CE6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE6C000", "End": "0x007CE6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE6D000", "End": "0x007CE6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE6E000", "End": "0x007CE6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE6F000", "End": "0x007CE6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE70000", "End": "0x007CE70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE71000", "End": "0x007CE71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE72000", "End": "0x007CE72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE73000", "End": "0x007CE73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE74000", "End": "0x007CE74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE75000", "End": "0x007CE75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE76000", "End": "0x007CE76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE77000", "End": "0x007CE77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE78000", "End": "0x007CE78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE79000", "End": "0x007CE79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SecurityStubDxe\\SecurityStubDxe\\DEBUG\\SecurityStubDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CE7A000", "End": "0x007CE80FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SecurityStubDxe\\SecurityStubDxe\\DEBUG\\SecurityStubDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE81000", "End": "0x007CE87FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SecurityStubDxe\\SecurityStubDxe\\DEBUG\\SecurityStubDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE88000", "End": "0x007CE88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE89000", "End": "0x007CE89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE8A000", "End": "0x007CE8AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE8B000", "End": "0x007CE8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE8C000", "End": "0x007CE8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE8D000", "End": "0x007CE8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE8E000", "End": "0x007CE8FFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE90000", "End": "0x007CE90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE91000", "End": "0x007CE91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE92000", "End": "0x007CE92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE93000", "End": "0x007CE93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE94000", "End": "0x007CE94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE95000", "End": "0x007CE95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE96000", "End": "0x007CE96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE97000", "End": "0x007CE97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE98000", "End": "0x007CE98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE99000", "End": "0x007CE99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE9A000", "End": "0x007CE9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE9B000", "End": "0x007CE9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE9C000", "End": "0x007CE9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE9D000", "End": "0x007CE9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CE9E000", "End": "0x007CE9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CE9F000", "End": "0x007CE9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CEA0000", "End": "0x007CEA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CEA1000", "End": "0x007CEA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CEA2000", "End": "0x007CEA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BootManagerPolicyDxe\\BootManagerPolicyDxe\\DEBUG\\BootManagerPolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CEA3000", "End": "0x007CEA6FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BootManagerPolicyDxe\\BootManagerPolicyDxe\\DEBUG\\BootManagerPolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CEA7000", "End": "0x007CEACFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\BootManagerPolicyDxe\\BootManagerPolicyDxe\\DEBUG\\BootManagerPolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CEAD000", "End": "0x007CEADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CEAE000", "End": "0x007CEAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\OemPkg\\BootMenu\\BootMenu\\DEBUG\\BootMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CEAF000", "End": "0x007CEBCFFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\OemPkg\\BootMenu\\BootMenu\\DEBUG\\BootMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CEBD000", "End": "0x007CF06FFF", "Number of Entries": 74, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\OemPkg\\BootMenu\\BootMenu\\DEBUG\\BootMenu.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF07000", "End": "0x007CF07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF08000", "End": "0x007CF08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF09000", "End": "0x007CF09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF0A000", "End": "0x007CF0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF0B000", "End": "0x007CF0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF0C000", "End": "0x007CF0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF0D000", "End": "0x007CF0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF0E000", "End": "0x007CF0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF0F000", "End": "0x007CF0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF10000", "End": "0x007CF10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CF11000", "End": "0x007CF11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF12000", "End": "0x007CF12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "d:\\a\\1\\s\\Build\\CryptoBin_STANDARD\\DEBUG_VS2022\\X64\\CryptoPkg\\Driver\\bdee011f-87f2-4a7f-bc5e-44b6b61fef02\\DEBUG\\CryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007CF13000", "End": "0x007CF94FFF", "Number of Entries": 130, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "d:\\a\\1\\s\\Build\\CryptoBin_STANDARD\\DEBUG_VS2022\\X64\\CryptoPkg\\Driver\\bdee011f-87f2-4a7f-bc5e-44b6b61fef02\\DEBUG\\CryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CF95000", "End": "0x007CFD9FFF", "Number of Entries": 69, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "d:\\a\\1\\s\\Build\\CryptoBin_STANDARD\\DEBUG_VS2022\\X64\\CryptoPkg\\Driver\\bdee011f-87f2-4a7f-bc5e-44b6b61fef02\\DEBUG\\CryptoDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFDA000", "End": "0x007CFDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFDB000", "End": "0x007CFDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFDC000", "End": "0x007CFDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFDD000", "End": "0x007CFDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFDE000", "End": "0x007CFDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFDF000", "End": "0x007CFDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFE0000", "End": "0x007CFE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFE1000", "End": "0x007CFE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFE2000", "End": "0x007CFE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFE3000", "End": "0x007CFE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFE4000", "End": "0x007CFE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFE5000", "End": "0x007CFE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFE6000", "End": "0x007CFE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFE7000", "End": "0x007CFE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFE8000", "End": "0x007CFE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFE9000", "End": "0x007CFE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFEA000", "End": "0x007CFEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFEB000", "End": "0x007CFEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFEC000", "End": "0x007CFECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFED000", "End": "0x007CFEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFEE000", "End": "0x007CFEFFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFF0000", "End": "0x007CFF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFF1000", "End": "0x007CFF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFF2000", "End": "0x007CFF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFF3000", "End": "0x007CFF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFF4000", "End": "0x007CFF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFF5000", "End": "0x007CFF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFF6000", "End": "0x007CFF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFF7000", "End": "0x007CFF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFF8000", "End": "0x007CFF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFF9000", "End": "0x007CFF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFFA000", "End": "0x007CFFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFFB000", "End": "0x007CFFBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFFC000", "End": "0x007CFFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFFD000", "End": "0x007CFFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007CFFE000", "End": "0x007CFFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007CFFF000", "End": "0x007CFFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D000000", "End": "0x007D000FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D001000", "End": "0x007D001FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D002000", "End": "0x007D002FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D003000", "End": "0x007D003FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D004000", "End": "0x007D004FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D005000", "End": "0x007D005FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D006000", "End": "0x007D006FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D007000", "End": "0x007D007FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D008000", "End": "0x007D008FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D009000", "End": "0x007D009FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D00A000", "End": "0x007D00AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D00B000", "End": "0x007D00BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D00C000", "End": "0x007D00CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D00D000", "End": "0x007D00DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D00E000", "End": "0x007D00EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D00F000", "End": "0x007D00FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D010000", "End": "0x007D010FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D011000", "End": "0x007D011FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D012000", "End": "0x007D012FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D013000", "End": "0x007D013FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D014000", "End": "0x007D014FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D015000", "End": "0x007D015FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D016000", "End": "0x007D016FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D017000", "End": "0x007D017FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D018000", "End": "0x007D018FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D019000", "End": "0x007D019FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D01A000", "End": "0x007D01AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D01B000", "End": "0x007D01BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D01C000", "End": "0x007D01CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D01D000", "End": "0x007D01DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D01E000", "End": "0x007D01EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D01F000", "End": "0x007D01FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D020000", "End": "0x007D020FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D021000", "End": "0x007D021FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D022000", "End": "0x007D022FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D023000", "End": "0x007D023FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D024000", "End": "0x007D024FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D025000", "End": "0x007D025FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D026000", "End": "0x007D026FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D027000", "End": "0x007D027FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D028000", "End": "0x007D028FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D029000", "End": "0x007D029FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D02A000", "End": "0x007D02AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D02B000", "End": "0x007D02BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D02C000", "End": "0x007D02CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D02D000", "End": "0x007D02DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D02E000", "End": "0x007D02EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D02F000", "End": "0x007D02FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D030000", "End": "0x007D030FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D031000", "End": "0x007D031FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D032000", "End": "0x007D032FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D033000", "End": "0x007D033FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D034000", "End": "0x007D034FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D035000", "End": "0x007D035FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D036000", "End": "0x007D036FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D037000", "End": "0x007D037FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D038000", "End": "0x007D038FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D039000", "End": "0x007D039FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D03A000", "End": "0x007D03AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D03B000", "End": "0x007D03BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D03C000", "End": "0x007D03CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D03D000", "End": "0x007D03DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D03E000", "End": "0x007D03EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D03F000", "End": "0x007D03FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D040000", "End": "0x007D040FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D041000", "End": "0x007D041FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D042000", "End": "0x007D042FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D043000", "End": "0x007D043FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D044000", "End": "0x007D044FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D045000", "End": "0x007D045FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D046000", "End": "0x007D046FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D047000", "End": "0x007D047FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D048000", "End": "0x007D048FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D049000", "End": "0x007D049FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D04A000", "End": "0x007D04AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D04B000", "End": "0x007D04BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D04C000", "End": "0x007D04CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D04D000", "End": "0x007D04DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D04E000", "End": "0x007D04EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D04F000", "End": "0x007D04FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D050000", "End": "0x007D050FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D051000", "End": "0x007D051FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D052000", "End": "0x007D052FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D053000", "End": "0x007D053FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D054000", "End": "0x007D054FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D055000", "End": "0x007D055FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D056000", "End": "0x007D056FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D057000", "End": "0x007D057FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D058000", "End": "0x007D058FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D059000", "End": "0x007D059FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D05A000", "End": "0x007D05AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D05B000", "End": "0x007D05BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D05C000", "End": "0x007D05CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D05D000", "End": "0x007D05DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D05E000", "End": "0x007D05EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D05F000", "End": "0x007D05FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D060000", "End": "0x007D060FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D061000", "End": "0x007D061FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D062000", "End": "0x007D062FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D063000", "End": "0x007D063FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D064000", "End": "0x007D064FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D065000", "End": "0x007D065FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D066000", "End": "0x007D066FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D067000", "End": "0x007D067FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D068000", "End": "0x007D068FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D069000", "End": "0x007D069FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D06A000", "End": "0x007D06AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D06B000", "End": "0x007D06BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D06C000", "End": "0x007D06CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D06D000", "End": "0x007D06DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D06E000", "End": "0x007D06EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D06F000", "End": "0x007D06FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D070000", "End": "0x007D070FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D071000", "End": "0x007D071FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D072000", "End": "0x007D072FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D073000", "End": "0x007D073FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D074000", "End": "0x007D074FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D075000", "End": "0x007D075FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D076000", "End": "0x007D076FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D077000", "End": "0x007D077FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D078000", "End": "0x007D078FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D079000", "End": "0x007D079FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D07A000", "End": "0x007D07AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D07B000", "End": "0x007D07BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D07C000", "End": "0x007D07CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D07D000", "End": "0x007D07DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D07E000", "End": "0x007D07EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D07F000", "End": "0x007D07FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D080000", "End": "0x007D080FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D081000", "End": "0x007D081FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D082000", "End": "0x007D082FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D083000", "End": "0x007D083FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D084000", "End": "0x007D084FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D085000", "End": "0x007D085FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D086000", "End": "0x007D086FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmSsdtInstallDxe\\PrmSsdtInstallDxe\\DEBUG\\PrmSsdtInstallDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D087000", "End": "0x007D088FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmSsdtInstallDxe\\PrmSsdtInstallDxe\\DEBUG\\PrmSsdtInstallDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D089000", "End": "0x007D08DFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmSsdtInstallDxe\\PrmSsdtInstallDxe\\DEBUG\\PrmSsdtInstallDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D08E000", "End": "0x007D08EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D08F000", "End": "0x007D08FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D090000", "End": "0x007D090FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D091000", "End": "0x007D091FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D092000", "End": "0x007D092FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D093000", "End": "0x007D093FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D094000", "End": "0x007D095FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D096000", "End": "0x007D096FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D097000", "End": "0x007D097FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D098000", "End": "0x007D098FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D099000", "End": "0x007D099FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D09A000", "End": "0x007D09AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D09B000", "End": "0x007D09BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D09C000", "End": "0x007D09CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D09D000", "End": "0x007D09DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D09E000", "End": "0x007D09EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D09F000", "End": "0x007D09FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0A0000", "End": "0x007D0A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0A1000", "End": "0x007D0A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0A2000", "End": "0x007D0A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0A3000", "End": "0x007D0A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0A4000", "End": "0x007D0A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0A5000", "End": "0x007D0A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0A6000", "End": "0x007D0A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0A7000", "End": "0x007D0A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0A8000", "End": "0x007D0A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0A9000", "End": "0x007D0A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0AA000", "End": "0x007D0AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0AB000", "End": "0x007D0ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0AC000", "End": "0x007D0ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0AD000", "End": "0x007D0ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0AE000", "End": "0x007D0AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0AF000", "End": "0x007D0AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0B0000", "End": "0x007D0B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0B1000", "End": "0x007D0B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0B2000", "End": "0x007D0B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0B3000", "End": "0x007D0B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0B4000", "End": "0x007D0B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0B5000", "End": "0x007D0B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0B6000", "End": "0x007D0B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0B7000", "End": "0x007D0B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0B8000", "End": "0x007D0B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0B9000", "End": "0x007D0B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0BA000", "End": "0x007D0BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0BB000", "End": "0x007D0BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0BC000", "End": "0x007D0BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0BD000", "End": "0x007D0BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0BE000", "End": "0x007D0BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0BF000", "End": "0x007D0BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0C0000", "End": "0x007D0C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0C1000", "End": "0x007D0C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0C2000", "End": "0x007D0C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0C3000", "End": "0x007D0C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0C4000", "End": "0x007D0C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0C5000", "End": "0x007D0C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0C6000", "End": "0x007D0C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsWheaPkg\\MsWheaReport\\Dxe\\MsWheaReportDxe\\DEBUG\\MsWheaReportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D0C7000", "End": "0x007D0CBFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsWheaPkg\\MsWheaReport\\Dxe\\MsWheaReportDxe\\DEBUG\\MsWheaReportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0CC000", "End": "0x007D0D1FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsWheaPkg\\MsWheaReport\\Dxe\\MsWheaReportDxe\\DEBUG\\MsWheaReportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0D2000", "End": "0x007D0D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0D3000", "End": "0x007D0D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0D4000", "End": "0x007D0D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0D5000", "End": "0x007D0D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0D6000", "End": "0x007D0D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0D7000", "End": "0x007D0D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0D8000", "End": "0x007D0D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0D9000", "End": "0x007D0D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0DA000", "End": "0x007D0DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0DB000", "End": "0x007D0DCFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0DD000", "End": "0x007D0DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0DE000", "End": "0x007D0DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0DF000", "End": "0x007D0DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0E0000", "End": "0x007D0E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0E1000", "End": "0x007D0E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0E2000", "End": "0x007D0E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0E3000", "End": "0x007D0E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0E4000", "End": "0x007D0E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0E5000", "End": "0x007D0E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0E6000", "End": "0x007D0E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0E7000", "End": "0x007D0E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0E8000", "End": "0x007D0E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0E9000", "End": "0x007D0E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0EA000", "End": "0x007D0EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0EB000", "End": "0x007D0EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0EC000", "End": "0x007D0ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0ED000", "End": "0x007D0EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0EE000", "End": "0x007D0EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0EF000", "End": "0x007D0EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0F0000", "End": "0x007D0F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0F1000", "End": "0x007D0F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0F2000", "End": "0x007D0F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0F3000", "End": "0x007D0F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0F4000", "End": "0x007D0F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0F5000", "End": "0x007D0F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0F6000", "End": "0x007D0F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0F7000", "End": "0x007D0F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0F8000", "End": "0x007D0F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0F9000", "End": "0x007D0F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0FA000", "End": "0x007D0FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D0FB000", "End": "0x007D0FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D0FC000", "End": "0x007D0FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\FirmwarePerformanceDataTableDxe\\FirmwarePerformanceDxe\\DEBUG\\FirmwarePerformanceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D0FD000", "End": "0x007D100FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\FirmwarePerformanceDataTableDxe\\FirmwarePerformanceDxe\\DEBUG\\FirmwarePerformanceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D101000", "End": "0x007D105FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\FirmwarePerformanceDataTableDxe\\FirmwarePerformanceDxe\\DEBUG\\FirmwarePerformanceDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D106000", "End": "0x007D106FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D107000", "End": "0x007D107FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D108000", "End": "0x007D108FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D109000", "End": "0x007D109FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D10A000", "End": "0x007D10AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D10B000", "End": "0x007D10BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D10C000", "End": "0x007D10DFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D10E000", "End": "0x007D10EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D10F000", "End": "0x007D10FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D110000", "End": "0x007D110FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D111000", "End": "0x007D111FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D112000", "End": "0x007D112FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D113000", "End": "0x007D113FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D114000", "End": "0x007D114FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D115000", "End": "0x007D115FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D116000", "End": "0x007D116FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D117000", "End": "0x007D117FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D118000", "End": "0x007D118FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D119000", "End": "0x007D119FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D11A000", "End": "0x007D11AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D11B000", "End": "0x007D11BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D11C000", "End": "0x007D11CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D11D000", "End": "0x007D11DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D11E000", "End": "0x007D11EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D11F000", "End": "0x007D11FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D120000", "End": "0x007D120FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D121000", "End": "0x007D121FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D122000", "End": "0x007D122FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D123000", "End": "0x007D123FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D124000", "End": "0x007D124FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D125000", "End": "0x007D125FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D126000", "End": "0x007D126FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D127000", "End": "0x007D127FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D128000", "End": "0x007D128FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\Universal\\StatusCodeHandler\\Serial\\Dxe\\SerialStatusCodeHandlerDxe\\DEBUG\\SerialStatusCodeHandlerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D129000", "End": "0x007D12AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\Universal\\StatusCodeHandler\\Serial\\Dxe\\SerialStatusCodeHandlerDxe\\DEBUG\\SerialStatusCodeHandlerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D12B000", "End": "0x007D12EFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsCorePkg\\Universal\\StatusCodeHandler\\Serial\\Dxe\\SerialStatusCodeHandlerDxe\\DEBUG\\SerialStatusCodeHandlerDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D12F000", "End": "0x007D12FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D130000", "End": "0x007D130FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D131000", "End": "0x007D131FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D132000", "End": "0x007D132FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D133000", "End": "0x007D133FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D134000", "End": "0x007D134FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D135000", "End": "0x007D136FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D137000", "End": "0x007D137FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D138000", "End": "0x007D138FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D139000", "End": "0x007D139FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D13A000", "End": "0x007D13AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D13B000", "End": "0x007D13BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D13C000", "End": "0x007D13CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D13D000", "End": "0x007D13DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D13E000", "End": "0x007D13EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D13F000", "End": "0x007D13FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D140000", "End": "0x007D140FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D141000", "End": "0x007D141FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D142000", "End": "0x007D142FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D143000", "End": "0x007D143FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D144000", "End": "0x007D144FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D145000", "End": "0x007D145FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D146000", "End": "0x007D146FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D147000", "End": "0x007D147FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D148000", "End": "0x007D148FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D149000", "End": "0x007D149FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D14A000", "End": "0x007D14AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D14B000", "End": "0x007D14BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D14C000", "End": "0x007D14CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D14D000", "End": "0x007D14DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D14E000", "End": "0x007D14EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D14F000", "End": "0x007D14FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D150000", "End": "0x007D150FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D151000", "End": "0x007D151FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D152000", "End": "0x007D152FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D153000", "End": "0x007D153FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D154000", "End": "0x007D154FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D155000", "End": "0x007D155FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D156000", "End": "0x007D156FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D157000", "End": "0x007D157FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D158000", "End": "0x007D158FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D159000", "End": "0x007D159FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D15A000", "End": "0x007D15AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D15B000", "End": "0x007D15BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D15C000", "End": "0x007D15CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D15D000", "End": "0x007D15DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D15E000", "End": "0x007D15EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D15F000", "End": "0x007D15FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D160000", "End": "0x007D160FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D161000", "End": "0x007D161FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D162000", "End": "0x007D162FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D163000", "End": "0x007D163FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D164000", "End": "0x007D164FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D165000", "End": "0x007D165FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D166000", "End": "0x007D166FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D167000", "End": "0x007D167FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D168000", "End": "0x007D168FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D169000", "End": "0x007D169FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D16A000", "End": "0x007D16AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D16B000", "End": "0x007D16BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D16C000", "End": "0x007D16CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D16D000", "End": "0x007D16DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D16E000", "End": "0x007D16EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D16F000", "End": "0x007D16FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D170000", "End": "0x007D170FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D171000", "End": "0x007D171FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D172000", "End": "0x007D172FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D173000", "End": "0x007D173FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\LinuxInitrdDynamicShellCommand\\LinuxInitrdDynamicShellCommand\\DEBUG\\LinuxInitrdDynamicShellCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D174000", "End": "0x007D179FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\LinuxInitrdDynamicShellCommand\\LinuxInitrdDynamicShellCommand\\DEBUG\\LinuxInitrdDynamicShellCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D17A000", "End": "0x007D180FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\LinuxInitrdDynamicShellCommand\\LinuxInitrdDynamicShellCommand\\DEBUG\\LinuxInitrdDynamicShellCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D181000", "End": "0x007D181FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D182000", "End": "0x007D182FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D183000", "End": "0x007D183FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D184000", "End": "0x007D184FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D185000", "End": "0x007D185FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D186000", "End": "0x007D186FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D187000", "End": "0x007D188FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D189000", "End": "0x007D189FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D18A000", "End": "0x007D18AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D18B000", "End": "0x007D18BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D18C000", "End": "0x007D18CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D18D000", "End": "0x007D18DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D18E000", "End": "0x007D18EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D18F000", "End": "0x007D18FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D190000", "End": "0x007D190FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D191000", "End": "0x007D191FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D192000", "End": "0x007D192FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D193000", "End": "0x007D193FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D194000", "End": "0x007D194FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D195000", "End": "0x007D195FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D196000", "End": "0x007D196FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D197000", "End": "0x007D197FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D198000", "End": "0x007D198FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D199000", "End": "0x007D19AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D19B000", "End": "0x007D19BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D19C000", "End": "0x007D19CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D19D000", "End": "0x007D19DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D19E000", "End": "0x007D19EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D19F000", "End": "0x007D19FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1A0000", "End": "0x007D1A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1A1000", "End": "0x007D1A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1A2000", "End": "0x007D1A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1A3000", "End": "0x007D1A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1A4000", "End": "0x007D1A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1A5000", "End": "0x007D1A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1A6000", "End": "0x007D1A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1A7000", "End": "0x007D1A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1A8000", "End": "0x007D1A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1A9000", "End": "0x007D1A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1AA000", "End": "0x007D1AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1AB000", "End": "0x007D1ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1AC000", "End": "0x007D1ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\DynamicCommand\\TftpDynamicCommand\\TftpDynamicCommand\\DEBUG\\tftpDynamicCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D1AD000", "End": "0x007D1B4FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\DynamicCommand\\TftpDynamicCommand\\TftpDynamicCommand\\DEBUG\\tftpDynamicCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1B5000", "End": "0x007D1BDFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\ShellPkg\\DynamicCommand\\TftpDynamicCommand\\TftpDynamicCommand\\DEBUG\\tftpDynamicCommand.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1BE000", "End": "0x007D1BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1BF000", "End": "0x007D1BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1C0000", "End": "0x007D1C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1C1000", "End": "0x007D1C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1C2000", "End": "0x007D1C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1C3000", "End": "0x007D1C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1C4000", "End": "0x007D1C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1C5000", "End": "0x007D1C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1C6000", "End": "0x007D1C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1C7000", "End": "0x007D1C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1C8000", "End": "0x007D1C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1C9000", "End": "0x007D1C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1CA000", "End": "0x007D1CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1CB000", "End": "0x007D1CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1CC000", "End": "0x007D1CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1CD000", "End": "0x007D1CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1CE000", "End": "0x007D1CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1CF000", "End": "0x007D1CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1D0000", "End": "0x007D1D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1D1000", "End": "0x007D1D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1D2000", "End": "0x007D1D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1D3000", "End": "0x007D1D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1D4000", "End": "0x007D1D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1D5000", "End": "0x007D1D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1D6000", "End": "0x007D1D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1D7000", "End": "0x007D1D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1D8000", "End": "0x007D1D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1D9000", "End": "0x007D1D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1DA000", "End": "0x007D1DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1DB000", "End": "0x007D1DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\AcpiPlatformDxe\\AcpiPlatformDxe\\DEBUG\\QemuFwCfgAcpiPlatform.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D1DC000", "End": "0x007D1E0FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\AcpiPlatformDxe\\AcpiPlatformDxe\\DEBUG\\QemuFwCfgAcpiPlatform.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1E1000", "End": "0x007D1E6FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\AcpiPlatformDxe\\AcpiPlatformDxe\\DEBUG\\QemuFwCfgAcpiPlatform.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1E7000", "End": "0x007D1E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1E8000", "End": "0x007D1E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1E9000", "End": "0x007D1E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1EA000", "End": "0x007D1EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1EB000", "End": "0x007D1EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1EC000", "End": "0x007D1ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1ED000", "End": "0x007D1EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1EE000", "End": "0x007D1EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1EF000", "End": "0x007D1EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1F0000", "End": "0x007D1F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1F1000", "End": "0x007D1F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1F2000", "End": "0x007D1F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1F3000", "End": "0x007D1F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1F4000", "End": "0x007D1F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1F5000", "End": "0x007D1F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1F6000", "End": "0x007D1F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1F7000", "End": "0x007D1F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1F8000", "End": "0x007D1F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1F9000", "End": "0x007D1F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1FA000", "End": "0x007D1FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1FB000", "End": "0x007D1FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1FC000", "End": "0x007D1FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1FD000", "End": "0x007D1FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D1FE000", "End": "0x007D1FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D1FF000", "End": "0x007D1FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D200000", "End": "0x007D3FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D400000", "End": "0x007D400FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D401000", "End": "0x007D401FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D402000", "End": "0x007D402FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D403000", "End": "0x007D403FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D404000", "End": "0x007D404FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D405000", "End": "0x007D405FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D406000", "End": "0x007D406FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D407000", "End": "0x007D407FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D408000", "End": "0x007D408FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SmbiosDxe\\SmbiosDxe\\DEBUG\\SmbiosDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D409000", "End": "0x007D40DFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SmbiosDxe\\SmbiosDxe\\DEBUG\\SmbiosDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D40E000", "End": "0x007D414FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SmbiosDxe\\SmbiosDxe\\DEBUG\\SmbiosDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D415000", "End": "0x007D415FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D416000", "End": "0x007D416FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D417000", "End": "0x007D417FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D418000", "End": "0x007D418FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D419000", "End": "0x007D419FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D41A000", "End": "0x007D41AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D41B000", "End": "0x007D41CFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D41D000", "End": "0x007D41DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D41E000", "End": "0x007D41EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D41F000", "End": "0x007D41FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D420000", "End": "0x007D420FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D421000", "End": "0x007D421FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D422000", "End": "0x007D422FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D423000", "End": "0x007D423FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D424000", "End": "0x007D424FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D425000", "End": "0x007D425FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D426000", "End": "0x007D426FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D427000", "End": "0x007D427FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D428000", "End": "0x007D428FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D429000", "End": "0x007D429FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D42A000", "End": "0x007D42AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D42B000", "End": "0x007D42BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D42C000", "End": "0x007D42CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D42D000", "End": "0x007D42DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D42E000", "End": "0x007D42EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D42F000", "End": "0x007D42FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D430000", "End": "0x007D430FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D431000", "End": "0x007D431FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SetupBrowserDxe\\SetupBrowserDxe\\DEBUG\\SetupBrowser.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D432000", "End": "0x007D447FFF", "Number of Entries": 22, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SetupBrowserDxe\\SetupBrowserDxe\\DEBUG\\SetupBrowser.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D448000", "End": "0x007D44FFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\SetupBrowserDxe\\SetupBrowserDxe\\DEBUG\\SetupBrowser.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D450000", "End": "0x007D450FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D451000", "End": "0x007D451FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D452000", "End": "0x007D452FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D453000", "End": "0x007D453FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D454000", "End": "0x007D454FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D455000", "End": "0x007D455FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D456000", "End": "0x007D457FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D458000", "End": "0x007D458FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D459000", "End": "0x007D459FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D45A000", "End": "0x007D45AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D45B000", "End": "0x007D45BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D45C000", "End": "0x007D45CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D45D000", "End": "0x007D45DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D45E000", "End": "0x007D45EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D45F000", "End": "0x007D45FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D460000", "End": "0x007D460FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D461000", "End": "0x007D461FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D462000", "End": "0x007D462FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D463000", "End": "0x007D463FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D464000", "End": "0x007D464FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D465000", "End": "0x007D465FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D466000", "End": "0x007D466FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D467000", "End": "0x007D467FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D468000", "End": "0x007D468FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D469000", "End": "0x007D469FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D46A000", "End": "0x007D46AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D46B000", "End": "0x007D46BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D46C000", "End": "0x007D46CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D46D000", "End": "0x007D46DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D46E000", "End": "0x007D46EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D46F000", "End": "0x007D46FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D470000", "End": "0x007D470FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D471000", "End": "0x007D471FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D472000", "End": "0x007D472FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D473000", "End": "0x007D473FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D474000", "End": "0x007D474FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D475000", "End": "0x007D475FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D476000", "End": "0x007D476FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D477000", "End": "0x007D477FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D478000", "End": "0x007D478FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D479000", "End": "0x007D479FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D47A000", "End": "0x007D47AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D47B000", "End": "0x007D47BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D47C000", "End": "0x007D47CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D47D000", "End": "0x007D47DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D47E000", "End": "0x007D47EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D47F000", "End": "0x007D47FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D480000", "End": "0x007D480FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D481000", "End": "0x007D481FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D482000", "End": "0x007D482FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D483000", "End": "0x007D483FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D484000", "End": "0x007D484FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D485000", "End": "0x007D485FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D486000", "End": "0x007D486FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D487000", "End": "0x007D487FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D488000", "End": "0x007D488FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D489000", "End": "0x007D489FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D48A000", "End": "0x007D48AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D48B000", "End": "0x007D48BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D48C000", "End": "0x007D48CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D48D000", "End": "0x007D48DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D48E000", "End": "0x007D48EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D48F000", "End": "0x007D48FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D490000", "End": "0x007D490FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D491000", "End": "0x007D491FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D492000", "End": "0x007D493FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D494000", "End": "0x007D494FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D495000", "End": "0x007D495FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D496000", "End": "0x007D496FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D497000", "End": "0x007D4A8FFF", "Number of Entries": 18, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D4A9000", "End": "0x007D4A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D4AA000", "End": "0x007D50CFFF", "Number of Entries": 99, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D50D000", "End": "0x007D50DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D50E000", "End": "0x007D50EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D50F000", "End": "0x007D50FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D510000", "End": "0x007D510FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D511000", "End": "0x007D511FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D512000", "End": "0x007D512FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D513000", "End": "0x007D513FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D514000", "End": "0x007D514FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D515000", "End": "0x007D515FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D516000", "End": "0x007D516FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D517000", "End": "0x007D517FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D518000", "End": "0x007D518FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D519000", "End": "0x007D519FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D51A000", "End": "0x007D51AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuDxe\\CpuDxe\\DEBUG\\CpuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D51B000", "End": "0x007D52DFFF", "Number of Entries": 19, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuDxe\\CpuDxe\\DEBUG\\CpuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D52E000", "End": "0x007D53FFFF", "Number of Entries": 18, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuDxe\\CpuDxe\\DEBUG\\CpuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D540000", "End": "0x007D540FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D541000", "End": "0x007D541FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D542000", "End": "0x007D542FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D543000", "End": "0x007D543FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D544000", "End": "0x007D544FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D545000", "End": "0x007D545FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D546000", "End": "0x007D546FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D547000", "End": "0x007D548FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D549000", "End": "0x007D549FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D54A000", "End": "0x007D54AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D54B000", "End": "0x007D54BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D54C000", "End": "0x007D54CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D54D000", "End": "0x007D54DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D54E000", "End": "0x007D54EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D54F000", "End": "0x007D54FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D550000", "End": "0x007D550FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D551000", "End": "0x007D551FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D552000", "End": "0x007D552FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D553000", "End": "0x007D553FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D554000", "End": "0x007D554FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D555000", "End": "0x007D555FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D556000", "End": "0x007D557FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D558000", "End": "0x007D558FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D559000", "End": "0x007D559FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D55A000", "End": "0x007D55AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D55B000", "End": "0x007D55BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D55C000", "End": "0x007D55CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D55D000", "End": "0x007D55DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D55E000", "End": "0x007D55EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D55F000", "End": "0x007D55FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D560000", "End": "0x007D560FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D561000", "End": "0x007D561FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D562000", "End": "0x007D562FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D563000", "End": "0x007D563FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D564000", "End": "0x007D564FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D565000", "End": "0x007D565FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D566000", "End": "0x007D566FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D567000", "End": "0x007D567FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D568000", "End": "0x007D568FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D569000", "End": "0x007D569FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D56A000", "End": "0x007D56AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D56B000", "End": "0x007D56BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D56C000", "End": "0x007D56CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D56D000", "End": "0x007D56DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D56E000", "End": "0x007D56EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D56F000", "End": "0x007D56FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D570000", "End": "0x007D570FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D571000", "End": "0x007D571FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D572000", "End": "0x007D572FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D573000", "End": "0x007D573FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D574000", "End": "0x007D574FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D575000", "End": "0x007D575FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D576000", "End": "0x007D576FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D577000", "End": "0x007D577FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D578000", "End": "0x007D578FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D579000", "End": "0x007D579FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D57A000", "End": "0x007D57AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D57B000", "End": "0x007D57BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D57C000", "End": "0x007D57DFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D57E000", "End": "0x007D57EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D57F000", "End": "0x007D57FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D580000", "End": "0x007D580FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D581000", "End": "0x007D581FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D582000", "End": "0x007D582FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D583000", "End": "0x007D583FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D584000", "End": "0x007D584FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D585000", "End": "0x007D585FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D586000", "End": "0x007D586FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D587000", "End": "0x007D587FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D588000", "End": "0x007D588FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D589000", "End": "0x007D589FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D58A000", "End": "0x007D58AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D58B000", "End": "0x007D58BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D58C000", "End": "0x007D58CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D58D000", "End": "0x007D58DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D58E000", "End": "0x007D58EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D58F000", "End": "0x007D58FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D590000", "End": "0x007D590FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D591000", "End": "0x007D591FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D592000", "End": "0x007D592FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\RenderingEngineDxe\\RenderingEngineDxe\\DEBUG\\RenderingEngineDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D593000", "End": "0x007D596FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\RenderingEngineDxe\\RenderingEngineDxe\\DEBUG\\RenderingEngineDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D597000", "End": "0x007D59CFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\RenderingEngineDxe\\RenderingEngineDxe\\DEBUG\\RenderingEngineDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D59D000", "End": "0x007D59DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D59E000", "End": "0x007D59EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D59F000", "End": "0x007D59FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5A0000", "End": "0x007D5A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5A1000", "End": "0x007D5A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5A2000", "End": "0x007D5A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5A3000", "End": "0x007D5A4FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5A5000", "End": "0x007D5A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5A6000", "End": "0x007D5A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5A7000", "End": "0x007D5A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5A8000", "End": "0x007D5A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5A9000", "End": "0x007D5A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5AA000", "End": "0x007D5AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5AB000", "End": "0x007D5ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5AC000", "End": "0x007D5ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5AD000", "End": "0x007D5ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5AE000", "End": "0x007D5AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5AF000", "End": "0x007D5AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5B0000", "End": "0x007D5B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5B1000", "End": "0x007D5B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5B2000", "End": "0x007D5B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5B3000", "End": "0x007D5B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5B4000", "End": "0x007D5B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5B5000", "End": "0x007D5B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5B6000", "End": "0x007D5B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5B7000", "End": "0x007D5B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5B8000", "End": "0x007D5B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5B9000", "End": "0x007D5B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5BA000", "End": "0x007D5BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5BB000", "End": "0x007D5BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\MsUiTheme\\Dxe\\MsUiThemeProtocol\\DEBUG\\MsUiThemeProtocol.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D5BC000", "End": "0x007D5BDFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\MsUiTheme\\Dxe\\MsUiThemeProtocol\\DEBUG\\MsUiThemeProtocol.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5BE000", "End": "0x007D5C6FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MsGraphicsPkg\\MsUiTheme\\Dxe\\MsUiThemeProtocol\\DEBUG\\MsUiThemeProtocol.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5C7000", "End": "0x007D5C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5C8000", "End": "0x007D5C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5C9000", "End": "0x007D5C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5CA000", "End": "0x007D5CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5CB000", "End": "0x007D5CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5CC000", "End": "0x007D5CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5CD000", "End": "0x007D5CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5CE000", "End": "0x007D5D2FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5D3000", "End": "0x007D5D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5D4000", "End": "0x007D5D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5D5000", "End": "0x007D5D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5D6000", "End": "0x007D5D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5D7000", "End": "0x007D5D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5D8000", "End": "0x007D5D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5D9000", "End": "0x007D5D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5DA000", "End": "0x007D5DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5DB000", "End": "0x007D5DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5DC000", "End": "0x007D5DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5DD000", "End": "0x007D5DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5DE000", "End": "0x007D5DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5DF000", "End": "0x007D5DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5E0000", "End": "0x007D5E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5E1000", "End": "0x007D5E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5E2000", "End": "0x007D5E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmLoaderDxe\\PrmLoaderDxe\\DEBUG\\PrmLoaderDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D5E3000", "End": "0x007D5E6FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmLoaderDxe\\PrmLoaderDxe\\DEBUG\\PrmLoaderDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5E7000", "End": "0x007D5ECFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmLoaderDxe\\PrmLoaderDxe\\DEBUG\\PrmLoaderDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5ED000", "End": "0x007D5EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5EE000", "End": "0x007D5EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5EF000", "End": "0x007D5EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5F0000", "End": "0x007D5F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5F1000", "End": "0x007D5F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5F2000", "End": "0x007D5F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5F3000", "End": "0x007D5F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5F4000", "End": "0x007D5F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5F5000", "End": "0x007D5F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5F6000", "End": "0x007D5F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5F7000", "End": "0x007D5F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5F8000", "End": "0x007D5F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5F9000", "End": "0x007D5F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5FA000", "End": "0x007D5FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5FB000", "End": "0x007D5FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5FC000", "End": "0x007D5FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5FD000", "End": "0x007D5FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D5FE000", "End": "0x007D5FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D5FF000", "End": "0x007D5FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D600000", "End": "0x007D600FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D601000", "End": "0x007D601FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D602000", "End": "0x007D602FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D603000", "End": "0x007D603FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D604000", "End": "0x007D604FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D605000", "End": "0x007D605FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D606000", "End": "0x007D606FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D607000", "End": "0x007D607FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D608000", "End": "0x007D608FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D609000", "End": "0x007D609FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D60A000", "End": "0x007D60AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D60B000", "End": "0x007D60BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D60C000", "End": "0x007D60CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D60D000", "End": "0x007D60DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D60E000", "End": "0x007D60EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D60F000", "End": "0x007D60FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D610000", "End": "0x007D610FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D611000", "End": "0x007D612FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D613000", "End": "0x007D613FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D614000", "End": "0x007D614FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D615000", "End": "0x007D615FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D616000", "End": "0x007D616FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D617000", "End": "0x007D617FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D618000", "End": "0x007D618FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D619000", "End": "0x007D619FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D61A000", "End": "0x007D61AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D61B000", "End": "0x007D61BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D61C000", "End": "0x007D61CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D61D000", "End": "0x007D61DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D61E000", "End": "0x007D61EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D61F000", "End": "0x007D61FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D620000", "End": "0x007D620FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D621000", "End": "0x007D621FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D622000", "End": "0x007D622FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D623000", "End": "0x007D623FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D624000", "End": "0x007D624FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D625000", "End": "0x007D625FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D626000", "End": "0x007D626FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D627000", "End": "0x007D627FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D628000", "End": "0x007D628FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D629000", "End": "0x007D629FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D62A000", "End": "0x007D62AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D62B000", "End": "0x007D62BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D62C000", "End": "0x007D62CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D62D000", "End": "0x007D62DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D62E000", "End": "0x007D62EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D62F000", "End": "0x007D62FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D630000", "End": "0x007D630FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D631000", "End": "0x007D631FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D632000", "End": "0x007D632FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D633000", "End": "0x007D633FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D634000", "End": "0x007D634FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D635000", "End": "0x007D635FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D636000", "End": "0x007D636FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D637000", "End": "0x007D637FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D638000", "End": "0x007D638FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D639000", "End": "0x007D639FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D63A000", "End": "0x007D63AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D63B000", "End": "0x007D63BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D63C000", "End": "0x007D63CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D63D000", "End": "0x007D63DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D63E000", "End": "0x007D63EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D63F000", "End": "0x007D63FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D640000", "End": "0x007D640FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D641000", "End": "0x007D641FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D642000", "End": "0x007D642FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D643000", "End": "0x007D643FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D644000", "End": "0x007D644FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D645000", "End": "0x007D645FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D646000", "End": "0x007D647FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D648000", "End": "0x007D648FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D649000", "End": "0x007D649FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D64A000", "End": "0x007D64AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D64B000", "End": "0x007D64BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D64C000", "End": "0x007D64CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D64D000", "End": "0x007D64DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D64E000", "End": "0x007D64EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D64F000", "End": "0x007D64FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D650000", "End": "0x007D650FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D651000", "End": "0x007D651FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D652000", "End": "0x007D652FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D653000", "End": "0x007D653FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D654000", "End": "0x007D654FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D655000", "End": "0x007D655FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D656000", "End": "0x007D656FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D657000", "End": "0x007D657FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D658000", "End": "0x007D658FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D659000", "End": "0x007D659FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D65A000", "End": "0x007D65AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D65B000", "End": "0x007D65BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D65C000", "End": "0x007D65CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D65D000", "End": "0x007D65DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D65E000", "End": "0x007D65EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D65F000", "End": "0x007D65FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D660000", "End": "0x007D660FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D661000", "End": "0x007D661FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D662000", "End": "0x007D662FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D663000", "End": "0x007D663FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D664000", "End": "0x007D664FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D665000", "End": "0x007D665FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D666000", "End": "0x007D666FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D667000", "End": "0x007D667FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D668000", "End": "0x007D668FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D669000", "End": "0x007D669FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D66A000", "End": "0x007D66AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D66B000", "End": "0x007D66BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D66C000", "End": "0x007D66CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D66D000", "End": "0x007D66DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D66E000", "End": "0x007D66EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D66F000", "End": "0x007D66FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D670000", "End": "0x007D670FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D671000", "End": "0x007D671FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D672000", "End": "0x007D672FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D673000", "End": "0x007D673FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D674000", "End": "0x007D674FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D675000", "End": "0x007D675FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D676000", "End": "0x007D676FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D677000", "End": "0x007D677FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D678000", "End": "0x007D678FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D679000", "End": "0x007D67AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D67B000", "End": "0x007D67BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D67C000", "End": "0x007D67CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D67D000", "End": "0x007D67DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D67E000", "End": "0x007D67EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D67F000", "End": "0x007D67FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D680000", "End": "0x007D680FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D681000", "End": "0x007D681FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D682000", "End": "0x007D682FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D683000", "End": "0x007D683FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D684000", "End": "0x007D684FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D685000", "End": "0x007D685FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D686000", "End": "0x007D686FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D687000", "End": "0x007D687FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D688000", "End": "0x007D688FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D689000", "End": "0x007D689FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D68A000", "End": "0x007D68AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D68B000", "End": "0x007D68BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D68C000", "End": "0x007D68CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D68D000", "End": "0x007D68DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D68E000", "End": "0x007D68EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D68F000", "End": "0x007D68FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\EsrtFmpDxe\\EsrtFmpDxe\\DEBUG\\EsrtFmpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D690000", "End": "0x007D692FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\EsrtFmpDxe\\EsrtFmpDxe\\DEBUG\\EsrtFmpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D693000", "End": "0x007D697FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\EsrtFmpDxe\\EsrtFmpDxe\\DEBUG\\EsrtFmpDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D698000", "End": "0x007D698FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D699000", "End": "0x007D699FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D69A000", "End": "0x007D69AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D69B000", "End": "0x007D69BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D69C000", "End": "0x007D69CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D69D000", "End": "0x007D69DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D69E000", "End": "0x007D69EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D69F000", "End": "0x007D69FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6A0000", "End": "0x007D6A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6A1000", "End": "0x007D6A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6A2000", "End": "0x007D6A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6A3000", "End": "0x007D6A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6A4000", "End": "0x007D6A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6A5000", "End": "0x007D6A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6A6000", "End": "0x007D6A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6A7000", "End": "0x007D6A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6A8000", "End": "0x007D6A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6A9000", "End": "0x007D6A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6AA000", "End": "0x007D6AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6AB000", "End": "0x007D6ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6AC000", "End": "0x007D6ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6AD000", "End": "0x007D6ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6AE000", "End": "0x007D6AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6AF000", "End": "0x007D6AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6B0000", "End": "0x007D6B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6B1000", "End": "0x007D6B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6B2000", "End": "0x007D6B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6B3000", "End": "0x007D6B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6B4000", "End": "0x007D6B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6B5000", "End": "0x007D6B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\StandaloneMmUnblockMem\\StandaloneMmUnblockMem\\DEBUG\\StandaloneMmUnblockMem.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D6B6000", "End": "0x007D6B8FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\StandaloneMmUnblockMem\\StandaloneMmUnblockMem\\DEBUG\\StandaloneMmUnblockMem.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6B9000", "End": "0x007D6BEFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\StandaloneMmUnblockMem\\StandaloneMmUnblockMem\\DEBUG\\StandaloneMmUnblockMem.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6BF000", "End": "0x007D6BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6C0000", "End": "0x007D6C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6C1000", "End": "0x007D6C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6C2000", "End": "0x007D6C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6C3000", "End": "0x007D6C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6C4000", "End": "0x007D6C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6C5000", "End": "0x007D6C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6C6000", "End": "0x007D6C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6C7000", "End": "0x007D6C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6C8000", "End": "0x007D6C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6C9000", "End": "0x007D6C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6CA000", "End": "0x007D6CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6CB000", "End": "0x007D6CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6CC000", "End": "0x007D6CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6CD000", "End": "0x007D6CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6CE000", "End": "0x007D6CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6CF000", "End": "0x007D6CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6D0000", "End": "0x007D6D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6D1000", "End": "0x007D6D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6D2000", "End": "0x007D6D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6D3000", "End": "0x007D6D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6D4000", "End": "0x007D6D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6D5000", "End": "0x007D6D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6D6000", "End": "0x007D6D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6D7000", "End": "0x007D6D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6D8000", "End": "0x007D6D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6D9000", "End": "0x007D6D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6DA000", "End": "0x007D6DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmCommunicationBuffer\\MmCommunicationBufferDxe\\DEBUG\\MmCommunicationBufferDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D6DB000", "End": "0x007D6DCFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmCommunicationBuffer\\MmCommunicationBufferDxe\\DEBUG\\MmCommunicationBufferDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6DD000", "End": "0x007D6E1FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmCommunicationBuffer\\MmCommunicationBufferDxe\\DEBUG\\MmCommunicationBufferDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6E2000", "End": "0x007D6E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6E3000", "End": "0x007D6E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6E4000", "End": "0x007D6E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6E5000", "End": "0x007D6E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6E6000", "End": "0x007D6E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6E7000", "End": "0x007D6E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6E8000", "End": "0x007D6E9FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6EA000", "End": "0x007D6EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6EB000", "End": "0x007D6EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6EC000", "End": "0x007D6ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6ED000", "End": "0x007D6EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6EE000", "End": "0x007D6EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6EF000", "End": "0x007D6EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6F0000", "End": "0x007D6F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6F1000", "End": "0x007D6F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6F2000", "End": "0x007D6F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6F3000", "End": "0x007D6F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6F4000", "End": "0x007D6F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6F5000", "End": "0x007D6F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6F6000", "End": "0x007D6F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6F7000", "End": "0x007D6F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6F8000", "End": "0x007D6F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6F9000", "End": "0x007D6F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6FA000", "End": "0x007D6FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6FB000", "End": "0x007D6FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6FC000", "End": "0x007D6FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D6FD000", "End": "0x007D6FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D6FE000", "End": "0x007D6FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IoMmuDxe\\IoMmuDxe\\DEBUG\\IoMmuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D6FF000", "End": "0x007D702FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IoMmuDxe\\IoMmuDxe\\DEBUG\\IoMmuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D703000", "End": "0x007D708FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IoMmuDxe\\IoMmuDxe\\DEBUG\\IoMmuDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D709000", "End": "0x007D709FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D70A000", "End": "0x007D70AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D70B000", "End": "0x007D70BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D70C000", "End": "0x007D70CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D70D000", "End": "0x007D70DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D70E000", "End": "0x007D70EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D70F000", "End": "0x007D710FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D711000", "End": "0x007D711FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D712000", "End": "0x007D712FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D713000", "End": "0x007D713FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D714000", "End": "0x007D714FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D715000", "End": "0x007D715FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D716000", "End": "0x007D716FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D717000", "End": "0x007D717FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D718000", "End": "0x007D718FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D719000", "End": "0x007D719FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D71A000", "End": "0x007D71AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D71B000", "End": "0x007D71BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D71C000", "End": "0x007D71CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D71D000", "End": "0x007D71DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D71E000", "End": "0x007D71EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D71F000", "End": "0x007D71FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D720000", "End": "0x007D720FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D721000", "End": "0x007D721FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D722000", "End": "0x007D722FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D723000", "End": "0x007D723FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D724000", "End": "0x007D724FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D725000", "End": "0x007D725FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D726000", "End": "0x007D726FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D727000", "End": "0x007D727FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpUtilitiesDxe\\HttpUtilitiesDxe\\DEBUG\\HttpUtilitiesDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D728000", "End": "0x007D72AFFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpUtilitiesDxe\\HttpUtilitiesDxe\\DEBUG\\HttpUtilitiesDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D72B000", "End": "0x007D730FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\HttpUtilitiesDxe\\HttpUtilitiesDxe\\DEBUG\\HttpUtilitiesDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D731000", "End": "0x007D731FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D732000", "End": "0x007D732FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D733000", "End": "0x007D733FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D734000", "End": "0x007D734FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D735000", "End": "0x007D735FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D736000", "End": "0x007D736FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D737000", "End": "0x007D737FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D738000", "End": "0x007D738FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D739000", "End": "0x007D739FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D73A000", "End": "0x007D73AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D73B000", "End": "0x007D73BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D73C000", "End": "0x007D73CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D73D000", "End": "0x007D73DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D73E000", "End": "0x007D73EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D73F000", "End": "0x007D73FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D740000", "End": "0x007D740FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D741000", "End": "0x007D741FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D742000", "End": "0x007D742FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D743000", "End": "0x007D743FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D744000", "End": "0x007D744FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D745000", "End": "0x007D745FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D746000", "End": "0x007D746FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D747000", "End": "0x007D747FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D748000", "End": "0x007D748FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D749000", "End": "0x007D749FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D74A000", "End": "0x007D74AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D74B000", "End": "0x007D74BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D74C000", "End": "0x007D74CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D74D000", "End": "0x007D74DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D74E000", "End": "0x007D74EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D74F000", "End": "0x007D74FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D750000", "End": "0x007D750FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D751000", "End": "0x007D751FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D752000", "End": "0x007D752FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PolicyServicePkg\\PolicyService\\Dxe\\PolicyDxe\\DEBUG\\PolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D753000", "End": "0x007D755FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PolicyServicePkg\\PolicyService\\Dxe\\PolicyDxe\\DEBUG\\PolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D756000", "End": "0x007D75BFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PolicyServicePkg\\PolicyService\\Dxe\\PolicyDxe\\DEBUG\\PolicyDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D75C000", "End": "0x007D75CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D75D000", "End": "0x007D75DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D75E000", "End": "0x007D75EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D75F000", "End": "0x007D75FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D760000", "End": "0x007D760FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D761000", "End": "0x007D761FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D762000", "End": "0x007D762FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D763000", "End": "0x007D763FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D764000", "End": "0x007D764FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D765000", "End": "0x007D765FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D766000", "End": "0x007D766FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D767000", "End": "0x007D767FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D768000", "End": "0x007D768FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D769000", "End": "0x007D769FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D76A000", "End": "0x007D76AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D76B000", "End": "0x007D76BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D76C000", "End": "0x007D76CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D76D000", "End": "0x007D76DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D76E000", "End": "0x007D76EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D76F000", "End": "0x007D76FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D770000", "End": "0x007D770FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D771000", "End": "0x007D771FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D772000", "End": "0x007D772FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D773000", "End": "0x007D773FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D774000", "End": "0x007D774FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D775000", "End": "0x007D775FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D776000", "End": "0x007D776FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D777000", "End": "0x007D777FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D778000", "End": "0x007D778FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D779000", "End": "0x007D779FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D77A000", "End": "0x007D77AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D77B000", "End": "0x007D77BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DpcDxe\\DpcDxe\\DEBUG\\DpcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D77C000", "End": "0x007D77DFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DpcDxe\\DpcDxe\\DEBUG\\DpcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D77E000", "End": "0x007D782FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\NetworkPkg\\DpcDxe\\DpcDxe\\DEBUG\\DpcDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D783000", "End": "0x007D783FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D784000", "End": "0x007D784FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D785000", "End": "0x007D785FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D786000", "End": "0x007D786FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D787000", "End": "0x007D787FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D788000", "End": "0x007D788FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D789000", "End": "0x007D78AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D78B000", "End": "0x007D78BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D78C000", "End": "0x007D78CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D78D000", "End": "0x007D78DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D78E000", "End": "0x007D78EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D78F000", "End": "0x007D78FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D790000", "End": "0x007D790FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D791000", "End": "0x007D791FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D792000", "End": "0x007D792FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D793000", "End": "0x007D793FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D794000", "End": "0x007D794FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D795000", "End": "0x007D795FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D796000", "End": "0x007D796FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D797000", "End": "0x007D797FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D798000", "End": "0x007D798FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D799000", "End": "0x007D799FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D79A000", "End": "0x007D79AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D79B000", "End": "0x007D79BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D79C000", "End": "0x007D79CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D79D000", "End": "0x007D79DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D79E000", "End": "0x007D79EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D79F000", "End": "0x007D79FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7A0000", "End": "0x007D7A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7A1000", "End": "0x007D7A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7A2000", "End": "0x007D7A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7A3000", "End": "0x007D7A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\AcpiTableDxe\\AcpiTableDxe\\DEBUG\\AcpiTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D7A4000", "End": "0x007D7A9FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\AcpiTableDxe\\AcpiTableDxe\\DEBUG\\AcpiTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7AA000", "End": "0x007D7B0FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Acpi\\AcpiTableDxe\\AcpiTableDxe\\DEBUG\\AcpiTableDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7B1000", "End": "0x007D7B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7B2000", "End": "0x007D7B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7B3000", "End": "0x007D7B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7B4000", "End": "0x007D7B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7B5000", "End": "0x007D7B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7B6000", "End": "0x007D7B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7B7000", "End": "0x007D7B8FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7B9000", "End": "0x007D7B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7BA000", "End": "0x007D7BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7BB000", "End": "0x007D7BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7BC000", "End": "0x007D7BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7BD000", "End": "0x007D7BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7BE000", "End": "0x007D7BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7BF000", "End": "0x007D7BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7C0000", "End": "0x007D7C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7C1000", "End": "0x007D7C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7C2000", "End": "0x007D7C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7C3000", "End": "0x007D7C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7C4000", "End": "0x007D7C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7C5000", "End": "0x007D7C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7C6000", "End": "0x007D7C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7C7000", "End": "0x007D7C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7C8000", "End": "0x007D7C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7C9000", "End": "0x007D7C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7CA000", "End": "0x007D7CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7CB000", "End": "0x007D7CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7CC000", "End": "0x007D7CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7CD000", "End": "0x007D7CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7CE000", "End": "0x007D7CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7CF000", "End": "0x007D7CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7D0000", "End": "0x007D7D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7D1000", "End": "0x007D7D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7D2000", "End": "0x007D7D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7D3000", "End": "0x007D7D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7D4000", "End": "0x007D7D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7D5000", "End": "0x007D7D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MemoryTest\\NullMemoryTestDxe\\NullMemoryTestDxe\\DEBUG\\NullMemoryTestDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D7D6000", "End": "0x007D7D7FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MemoryTest\\NullMemoryTestDxe\\NullMemoryTestDxe\\DEBUG\\NullMemoryTestDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7D8000", "End": "0x007D7DCFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MemoryTest\\NullMemoryTestDxe\\NullMemoryTestDxe\\DEBUG\\NullMemoryTestDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7DD000", "End": "0x007D7DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7DE000", "End": "0x007D7DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7DF000", "End": "0x007D7DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7E0000", "End": "0x007D7E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7E1000", "End": "0x007D7E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7E2000", "End": "0x007D7E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7E3000", "End": "0x007D7E4FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7E5000", "End": "0x007D7E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7E6000", "End": "0x007D7E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7E7000", "End": "0x007D7E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7E8000", "End": "0x007D7E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7E9000", "End": "0x007D7E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7EA000", "End": "0x007D7EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7EB000", "End": "0x007D7EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7EC000", "End": "0x007D7ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7ED000", "End": "0x007D7EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7EE000", "End": "0x007D7EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7EF000", "End": "0x007D7EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7F0000", "End": "0x007D7F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7F1000", "End": "0x007D7F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7F2000", "End": "0x007D7F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7F3000", "End": "0x007D7F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D7F4000", "End": "0x007D7F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D7F5000", "End": "0x007D7F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\HiiDatabaseDxe\\HiiDatabaseDxe\\DEBUG\\HiiDatabase.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D7F6000", "End": "0x007D811FFF", "Number of Entries": 28, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\HiiDatabaseDxe\\HiiDatabaseDxe\\DEBUG\\HiiDatabase.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D812000", "End": "0x007D819FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\HiiDatabaseDxe\\HiiDatabaseDxe\\DEBUG\\HiiDatabase.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D81A000", "End": "0x007D81AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D81B000", "End": "0x007D81BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D81C000", "End": "0x007D81CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D81D000", "End": "0x007D81DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D81E000", "End": "0x007D81EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D81F000", "End": "0x007D81FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D820000", "End": "0x007D820FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D821000", "End": "0x007D821FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D822000", "End": "0x007D822FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D823000", "End": "0x007D823FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D824000", "End": "0x007D824FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D825000", "End": "0x007D825FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D826000", "End": "0x007D826FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D827000", "End": "0x007D827FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D828000", "End": "0x007D828FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D829000", "End": "0x007D829FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D82A000", "End": "0x007D82AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D82B000", "End": "0x007D82BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D82C000", "End": "0x007D82CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D82D000", "End": "0x007D82DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D82E000", "End": "0x007D82EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D82F000", "End": "0x007D82FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D830000", "End": "0x007D830FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D831000", "End": "0x007D831FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D832000", "End": "0x007D832FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D833000", "End": "0x007D833FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D834000", "End": "0x007D834FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D835000", "End": "0x007D835FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D836000", "End": "0x007D836FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D837000", "End": "0x007D837FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D838000", "End": "0x007D838FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D839000", "End": "0x007D839FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D83A000", "End": "0x007D83AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D83B000", "End": "0x007D83BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D83C000", "End": "0x007D83CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D83D000", "End": "0x007D83DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D83E000", "End": "0x007D83EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D83F000", "End": "0x007D83FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D840000", "End": "0x007D840FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D841000", "End": "0x007D841FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D842000", "End": "0x007D842FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D843000", "End": "0x007D843FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D844000", "End": "0x007D844FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D845000", "End": "0x007D845FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D846000", "End": "0x007D846FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D847000", "End": "0x007D847FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D848000", "End": "0x007D848FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D849000", "End": "0x007D849FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D84A000", "End": "0x007D84AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D84B000", "End": "0x007D84BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D84C000", "End": "0x007D84CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D84D000", "End": "0x007D84DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D84E000", "End": "0x007D84EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D84F000", "End": "0x007D84FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D850000", "End": "0x007D850FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D851000", "End": "0x007D851FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D852000", "End": "0x007D852FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D853000", "End": "0x007D853FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D854000", "End": "0x007D854FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D855000", "End": "0x007D855FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D856000", "End": "0x007D856FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D857000", "End": "0x007D857FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D858000", "End": "0x007D858FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D859000", "End": "0x007D859FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D85A000", "End": "0x007D85AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D85B000", "End": "0x007D85BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PrintDxe\\PrintDxe\\DEBUG\\PrintDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D85C000", "End": "0x007D85DFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PrintDxe\\PrintDxe\\DEBUG\\PrintDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D85E000", "End": "0x007D863FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PrintDxe\\PrintDxe\\DEBUG\\PrintDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D864000", "End": "0x007D864FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D865000", "End": "0x007D865FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D866000", "End": "0x007D866FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D867000", "End": "0x007D867FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D868000", "End": "0x007D868FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D869000", "End": "0x007D869FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D86A000", "End": "0x007D86BFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D86C000", "End": "0x007D86CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D86D000", "End": "0x007D86DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D86E000", "End": "0x007D86EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D86F000", "End": "0x007D86FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D870000", "End": "0x007D870FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D871000", "End": "0x007D871FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D872000", "End": "0x007D872FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D873000", "End": "0x007D873FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D874000", "End": "0x007D874FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D875000", "End": "0x007D875FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D876000", "End": "0x007D876FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D877000", "End": "0x007D877FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D878000", "End": "0x007D878FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D879000", "End": "0x007D879FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D87A000", "End": "0x007D87AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D87B000", "End": "0x007D87BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D87C000", "End": "0x007D87CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D87D000", "End": "0x007D87DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D87E000", "End": "0x007D87EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D87F000", "End": "0x007D87FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D880000", "End": "0x007D880FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SecurityPkg\\RandomNumberGenerator\\RngDxe\\RngDxe\\DEBUG\\RngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D881000", "End": "0x007D883FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SecurityPkg\\RandomNumberGenerator\\RngDxe\\RngDxe\\DEBUG\\RngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D884000", "End": "0x007D889FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\SecurityPkg\\RandomNumberGenerator\\RngDxe\\RngDxe\\DEBUG\\RngDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D88A000", "End": "0x007D88AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D88B000", "End": "0x007D88BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D88C000", "End": "0x007D88CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D88D000", "End": "0x007D88DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D88E000", "End": "0x007D88EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D88F000", "End": "0x007D88FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D890000", "End": "0x007D890FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D891000", "End": "0x007D891FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D892000", "End": "0x007D892FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D893000", "End": "0x007D893FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D894000", "End": "0x007D894FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D895000", "End": "0x007D895FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D896000", "End": "0x007D896FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D897000", "End": "0x007D897FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D898000", "End": "0x007D898FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D899000", "End": "0x007D899FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D89A000", "End": "0x007D89AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D89B000", "End": "0x007D89BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D89C000", "End": "0x007D89CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D89D000", "End": "0x007D89DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D89E000", "End": "0x007D89EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D89F000", "End": "0x007D89FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8A0000", "End": "0x007D8A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8A1000", "End": "0x007D8A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8A2000", "End": "0x007D8A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8A3000", "End": "0x007D8A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8A4000", "End": "0x007D8A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8A5000", "End": "0x007D8A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8A6000", "End": "0x007D8A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8A7000", "End": "0x007D8A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Metronome\\Metronome\\DEBUG\\Metronome.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D8A8000", "End": "0x007D8A9FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Metronome\\Metronome\\DEBUG\\Metronome.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8AA000", "End": "0x007D8AEFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Metronome\\Metronome\\DEBUG\\Metronome.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8AF000", "End": "0x007D8AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8B0000", "End": "0x007D8B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8B1000", "End": "0x007D8B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8B2000", "End": "0x007D8B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8B3000", "End": "0x007D8B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8B4000", "End": "0x007D8B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8B5000", "End": "0x007D8B6FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8B7000", "End": "0x007D8B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8B8000", "End": "0x007D8B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8B9000", "End": "0x007D8B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8BA000", "End": "0x007D8BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8BB000", "End": "0x007D8BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8BC000", "End": "0x007D8BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8BD000", "End": "0x007D8BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8BE000", "End": "0x007D8BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8BF000", "End": "0x007D8BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8C0000", "End": "0x007D8C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8C1000", "End": "0x007D8C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8C2000", "End": "0x007D8C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8C3000", "End": "0x007D8C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8C4000", "End": "0x007D8C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8C5000", "End": "0x007D8C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8C6000", "End": "0x007D8C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8C7000", "End": "0x007D8C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8C8000", "End": "0x007D8C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8C9000", "End": "0x007D8C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8CA000", "End": "0x007D8CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8CB000", "End": "0x007D8CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8CC000", "End": "0x007D8CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8CD000", "End": "0x007D8CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8CE000", "End": "0x007D8CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8CF000", "End": "0x007D8CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8D0000", "End": "0x007D8D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8D1000", "End": "0x007D8D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8D2000", "End": "0x007D8D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8D3000", "End": "0x007D8D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8D4000", "End": "0x007D8D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8D5000", "End": "0x007D8D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8D6000", "End": "0x007D8D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8D7000", "End": "0x007D8D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8D8000", "End": "0x007D8D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8D9000", "End": "0x007D8D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8DA000", "End": "0x007D8DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8DB000", "End": "0x007D8DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8DC000", "End": "0x007D8DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8DD000", "End": "0x007D8DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8DE000", "End": "0x007D8DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8DF000", "End": "0x007D8DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8E0000", "End": "0x007D8E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8E1000", "End": "0x007D8E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8E2000", "End": "0x007D8E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8E3000", "End": "0x007D8E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8E4000", "End": "0x007D8E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8E5000", "End": "0x007D8E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8E6000", "End": "0x007D8E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8E7000", "End": "0x007D8E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8E8000", "End": "0x007D8E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8E9000", "End": "0x007D8E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8EA000", "End": "0x007D8EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8EB000", "End": "0x007D8EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8EC000", "End": "0x007D8ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8ED000", "End": "0x007D8EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8EE000", "End": "0x007D8EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8EF000", "End": "0x007D8EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8F0000", "End": "0x007D8F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8F1000", "End": "0x007D8F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8F2000", "End": "0x007D8F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8F3000", "End": "0x007D8F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D8F4000", "End": "0x007D8F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8F5000", "End": "0x007D8F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\PciHotPlugInitDxe\\PciHotPlugInit\\DEBUG\\PciHotPlugInitDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D8F6000", "End": "0x007D8FAFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\PciHotPlugInitDxe\\PciHotPlugInit\\DEBUG\\PciHotPlugInitDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D8FB000", "End": "0x007D8FFFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\PciHotPlugInitDxe\\PciHotPlugInit\\DEBUG\\PciHotPlugInitDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D900000", "End": "0x007D900FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D901000", "End": "0x007D901FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D902000", "End": "0x007D902FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D903000", "End": "0x007D903FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D904000", "End": "0x007D904FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D905000", "End": "0x007D905FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D906000", "End": "0x007D906FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D907000", "End": "0x007D907FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D908000", "End": "0x007D908FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D909000", "End": "0x007D909FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D90A000", "End": "0x007D90AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D90B000", "End": "0x007D90BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D90C000", "End": "0x007D90CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D90D000", "End": "0x007D90DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D90E000", "End": "0x007D90EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D90F000", "End": "0x007D90FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D910000", "End": "0x007D910FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D911000", "End": "0x007D911FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D912000", "End": "0x007D912FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D913000", "End": "0x007D913FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D914000", "End": "0x007D914FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D915000", "End": "0x007D915FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D916000", "End": "0x007D916FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D917000", "End": "0x007D917FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D918000", "End": "0x007D918FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D919000", "End": "0x007D919FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D91A000", "End": "0x007D91AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D91B000", "End": "0x007D91BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D91C000", "End": "0x007D91CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D91D000", "End": "0x007D91DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D91E000", "End": "0x007D91EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D91F000", "End": "0x007D91FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D920000", "End": "0x007D920FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D921000", "End": "0x007D921FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D922000", "End": "0x007D922FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D923000", "End": "0x007D923FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D924000", "End": "0x007D924FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D925000", "End": "0x007D925FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IncompatiblePciDeviceSupportDxe\\IncompatiblePciDeviceSupport\\DEBUG\\IncompatiblePciDeviceSupportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D926000", "End": "0x007D927FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IncompatiblePciDeviceSupportDxe\\IncompatiblePciDeviceSupport\\DEBUG\\IncompatiblePciDeviceSupportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D928000", "End": "0x007D92BFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\IncompatiblePciDeviceSupportDxe\\IncompatiblePciDeviceSupport\\DEBUG\\IncompatiblePciDeviceSupportDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D92C000", "End": "0x007D92CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D92D000", "End": "0x007D92DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D92E000", "End": "0x007D92EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D92F000", "End": "0x007D92FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D930000", "End": "0x007D930FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D931000", "End": "0x007D931FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D932000", "End": "0x007D933FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D934000", "End": "0x007D934FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D935000", "End": "0x007D935FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D936000", "End": "0x007D936FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D937000", "End": "0x007D937FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D938000", "End": "0x007D938FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D939000", "End": "0x007D939FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D93A000", "End": "0x007D93AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D93B000", "End": "0x007D93BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D93C000", "End": "0x007D93CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D93D000", "End": "0x007D93DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D93E000", "End": "0x007D93EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D93F000", "End": "0x007D93FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D940000", "End": "0x007D940FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D941000", "End": "0x007D941FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D942000", "End": "0x007D942FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D943000", "End": "0x007D943FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D944000", "End": "0x007D944FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D945000", "End": "0x007D945FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D946000", "End": "0x007D946FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D947000", "End": "0x007D947FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D948000", "End": "0x007D948FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D949000", "End": "0x007D949FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D94A000", "End": "0x007D94AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuIo2Dxe\\CpuIo2Dxe\\DEBUG\\CpuIo2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D94B000", "End": "0x007D94CFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuIo2Dxe\\CpuIo2Dxe\\DEBUG\\CpuIo2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D94D000", "End": "0x007D951FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\UefiCpuPkg\\CpuIo2Dxe\\CpuIo2Dxe\\DEBUG\\CpuIo2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D952000", "End": "0x007D952FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D953000", "End": "0x007D953FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D954000", "End": "0x007D954FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D955000", "End": "0x007D955FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D956000", "End": "0x007D956FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D957000", "End": "0x007D957FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D958000", "End": "0x007D959FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D95A000", "End": "0x007D95AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D95B000", "End": "0x007D95BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D95C000", "End": "0x007D95CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D95D000", "End": "0x007D95DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D95E000", "End": "0x007D95EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D95F000", "End": "0x007D95FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D960000", "End": "0x007D960FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D961000", "End": "0x007D961FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D962000", "End": "0x007D962FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D963000", "End": "0x007D963FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D964000", "End": "0x007D964FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D965000", "End": "0x007D965FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D966000", "End": "0x007D966FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D967000", "End": "0x007D967FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D968000", "End": "0x007D968FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D969000", "End": "0x007D969FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D96A000", "End": "0x007D96AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D96B000", "End": "0x007D96BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D96C000", "End": "0x007D96CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D96D000", "End": "0x007D96DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D96E000", "End": "0x007D96EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D96F000", "End": "0x007D96FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D970000", "End": "0x007D970FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8259InterruptControllerDxe\\8259\\DEBUG\\Legacy8259.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D971000", "End": "0x007D972FFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8259InterruptControllerDxe\\8259\\DEBUG\\Legacy8259.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D973000", "End": "0x007D977FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\8259InterruptControllerDxe\\8259\\DEBUG\\Legacy8259.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D978000", "End": "0x007D978FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D979000", "End": "0x007D979FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D97A000", "End": "0x007D97AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D97B000", "End": "0x007D97BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D97C000", "End": "0x007D97CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D97D000", "End": "0x007D97DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D97E000", "End": "0x007D97FFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D980000", "End": "0x007D980FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D981000", "End": "0x007D981FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D982000", "End": "0x007D982FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D983000", "End": "0x007D983FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D984000", "End": "0x007D984FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D985000", "End": "0x007D985FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D986000", "End": "0x007D986FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D987000", "End": "0x007D987FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D988000", "End": "0x007D988FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D989000", "End": "0x007D989FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D98A000", "End": "0x007D98AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D98B000", "End": "0x007D98BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D98C000", "End": "0x007D98CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D98D000", "End": "0x007D98DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D98E000", "End": "0x007D98EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D98F000", "End": "0x007D98FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D990000", "End": "0x007D990FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D991000", "End": "0x007D991FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D992000", "End": "0x007D992FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D993000", "End": "0x007D993FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D994000", "End": "0x007D994FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D995000", "End": "0x007D995FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D996000", "End": "0x007D996FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D997000", "End": "0x007D997FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D998000", "End": "0x007D998FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D999000", "End": "0x007D999FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D99A000", "End": "0x007D99AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D99B000", "End": "0x007D99BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D99C000", "End": "0x007D99CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D99D000", "End": "0x007D99DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D99E000", "End": "0x007D99EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D99F000", "End": "0x007D99FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9A0000", "End": "0x007D9A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9A1000", "End": "0x007D9A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9A2000", "End": "0x007D9A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9A3000", "End": "0x007D9A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9A4000", "End": "0x007D9A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9A5000", "End": "0x007D9A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9A6000", "End": "0x007D9A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9A7000", "End": "0x007D9A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9A8000", "End": "0x007D9A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9A9000", "End": "0x007D9A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9AA000", "End": "0x007D9AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9AB000", "End": "0x007D9ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9AC000", "End": "0x007D9ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9AD000", "End": "0x007D9ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9AE000", "End": "0x007D9AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9AF000", "End": "0x007D9AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9B0000", "End": "0x007D9B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9B1000", "End": "0x007D9B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9B2000", "End": "0x007D9B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9B3000", "End": "0x007D9B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9B4000", "End": "0x007D9B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9B5000", "End": "0x007D9B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9B6000", "End": "0x007D9B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9B7000", "End": "0x007D9B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9B8000", "End": "0x007D9B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9B9000", "End": "0x007D9B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9BA000", "End": "0x007D9BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9BB000", "End": "0x007D9BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9BC000", "End": "0x007D9BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9BD000", "End": "0x007D9BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9BE000", "End": "0x007D9BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9BF000", "End": "0x007D9BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9C0000", "End": "0x007D9C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9C1000", "End": "0x007D9C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9C2000", "End": "0x007D9C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9C3000", "End": "0x007D9C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9C4000", "End": "0x007D9C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9C5000", "End": "0x007D9C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9C6000", "End": "0x007D9C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9C7000", "End": "0x007D9C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9C8000", "End": "0x007D9C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9C9000", "End": "0x007D9C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9CA000", "End": "0x007D9CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9CB000", "End": "0x007D9CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9CC000", "End": "0x007D9CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9CD000", "End": "0x007D9CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9CE000", "End": "0x007D9CFFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9D0000", "End": "0x007D9D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9D1000", "End": "0x007D9D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9D2000", "End": "0x007D9D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9D3000", "End": "0x007D9D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9D4000", "End": "0x007D9D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9D5000", "End": "0x007D9D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9D6000", "End": "0x007D9D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9D7000", "End": "0x007D9D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9D8000", "End": "0x007D9D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9D9000", "End": "0x007D9D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9DA000", "End": "0x007D9DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9DB000", "End": "0x007D9DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9DC000", "End": "0x007D9DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9DD000", "End": "0x007D9DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9DE000", "End": "0x007D9DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9DF000", "End": "0x007D9DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9E0000", "End": "0x007D9E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9E1000", "End": "0x007D9E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9E2000", "End": "0x007D9E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9E3000", "End": "0x007D9E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9E4000", "End": "0x007D9E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9E5000", "End": "0x007D9E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9E6000", "End": "0x007D9E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9E7000", "End": "0x007D9E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9E8000", "End": "0x007D9E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9E9000", "End": "0x007D9E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9EA000", "End": "0x007D9EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9EB000", "End": "0x007D9EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9EC000", "End": "0x007D9ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9ED000", "End": "0x007D9EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9EE000", "End": "0x007D9EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9EF000", "End": "0x007D9EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9F0000", "End": "0x007D9F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9F1000", "End": "0x007D9F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9F2000", "End": "0x007D9F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9F3000", "End": "0x007D9F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9F4000", "End": "0x007D9F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9F5000", "End": "0x007D9F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007D9F6000", "End": "0x007D9F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9F7000", "End": "0x007D9F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PCD\\Dxe\\Pcd\\DEBUG\\PcdDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007D9F8000", "End": "0x007D9FCFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PCD\\Dxe\\Pcd\\DEBUG\\PcdDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007D9FD000", "End": "0x007DA02FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\PCD\\Dxe\\Pcd\\DEBUG\\PcdDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA03000", "End": "0x007DA03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA04000", "End": "0x007DA04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA05000", "End": "0x007DA05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA06000", "End": "0x007DA06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA07000", "End": "0x007DA07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA08000", "End": "0x007DA08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA09000", "End": "0x007DA0AFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA0B000", "End": "0x007DA0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA0C000", "End": "0x007DA0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA0D000", "End": "0x007DA0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA0E000", "End": "0x007DA0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA0F000", "End": "0x007DA0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA10000", "End": "0x007DA10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA11000", "End": "0x007DA11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA12000", "End": "0x007DA12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA13000", "End": "0x007DA13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA14000", "End": "0x007DA14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA15000", "End": "0x007DA15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA16000", "End": "0x007DA16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA17000", "End": "0x007DA17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA18000", "End": "0x007DA18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA19000", "End": "0x007DA19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA1A000", "End": "0x007DA1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA1B000", "End": "0x007DA1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA1C000", "End": "0x007DA1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA1D000", "End": "0x007DA1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA1E000", "End": "0x007DA1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA1F000", "End": "0x007DA1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA20000", "End": "0x007DA20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA21000", "End": "0x007DA21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA22000", "End": "0x007DA22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA23000", "End": "0x007DA23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA24000", "End": "0x007DA24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA25000", "End": "0x007DA25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DevicePathDxe\\DevicePathDxe\\DEBUG\\DevicePathDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007DA26000", "End": "0x007DA2EFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DevicePathDxe\\DevicePathDxe\\DEBUG\\DevicePathDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA2F000", "End": "0x007DA36FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\DevicePathDxe\\DevicePathDxe\\DEBUG\\DevicePathDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA37000", "End": "0x007DA37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA38000", "End": "0x007DA38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA39000", "End": "0x007DA39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA3A000", "End": "0x007DA3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA3B000", "End": "0x007DA3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA3C000", "End": "0x007DA3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA3D000", "End": "0x007DA3EFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA3F000", "End": "0x007DA3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA40000", "End": "0x007DA40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA41000", "End": "0x007DA41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA42000", "End": "0x007DA42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA43000", "End": "0x007DA43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA44000", "End": "0x007DA44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA45000", "End": "0x007DA45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA46000", "End": "0x007DA46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA47000", "End": "0x007DA47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA48000", "End": "0x007DA48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA49000", "End": "0x007DA49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA4A000", "End": "0x007DA4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA4B000", "End": "0x007DA4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA4C000", "End": "0x007DA4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA4D000", "End": "0x007DA4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA4E000", "End": "0x007DA4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA4F000", "End": "0x007DA4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA50000", "End": "0x007DA50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA51000", "End": "0x007DA51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA52000", "End": "0x007DA52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA53000", "End": "0x007DA53FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA54000", "End": "0x007DA54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA55000", "End": "0x007DA55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA56000", "End": "0x007DA56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA57000", "End": "0x007DA57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA58000", "End": "0x007DA58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA59000", "End": "0x007DA59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA5A000", "End": "0x007DA5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA5B000", "End": "0x007DA5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA5C000", "End": "0x007DA5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA5D000", "End": "0x007DA5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA5E000", "End": "0x007DA5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA5F000", "End": "0x007DA5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA60000", "End": "0x007DA60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA61000", "End": "0x007DA61FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA62000", "End": "0x007DA62FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA63000", "End": "0x007DA71FFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA72000", "End": "0x007DA72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA73000", "End": "0x007DA73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA74000", "End": "0x007DA74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA75000", "End": "0x007DA75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA76000", "End": "0x007DA76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA77000", "End": "0x007DA77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA78000", "End": "0x007DA78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA79000", "End": "0x007DA79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA7A000", "End": "0x007DA7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA7B000", "End": "0x007DA7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA7C000", "End": "0x007DA7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA7D000", "End": "0x007DA95FFF", "Number of Entries": 25, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA96000", "End": "0x007DA96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA97000", "End": "0x007DA97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA98000", "End": "0x007DA98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA99000", "End": "0x007DA99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA9A000", "End": "0x007DA9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA9B000", "End": "0x007DA9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA9C000", "End": "0x007DA9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA9D000", "End": "0x007DA9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DA9E000", "End": "0x007DA9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DA9F000", "End": "0x007DA9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAA0000", "End": "0x007DAA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAA1000", "End": "0x007DAAEFFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAAF000", "End": "0x007DAAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAB0000", "End": "0x007DAB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAB1000", "End": "0x007DAB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAB2000", "End": "0x007DAB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAB3000", "End": "0x007DAB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAB4000", "End": "0x007DAB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAB5000", "End": "0x007DAB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAB6000", "End": "0x007DAB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAB7000", "End": "0x007DAB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAB8000", "End": "0x007DAB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAB9000", "End": "0x007DAB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DABA000", "End": "0x007DAC0FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAC1000", "End": "0x007DAC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAC2000", "End": "0x007DAC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAC3000", "End": "0x007DAC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAC4000", "End": "0x007DAC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAC5000", "End": "0x007DAC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAC6000", "End": "0x007DAC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAC7000", "End": "0x007DAC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAC8000", "End": "0x007DAC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAC9000", "End": "0x007DAC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DACA000", "End": "0x007DACAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DACB000", "End": "0x007DACBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DACC000", "End": "0x007DAD1FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAD2000", "End": "0x007DAD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAD3000", "End": "0x007DAD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAD4000", "End": "0x007DAD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAD5000", "End": "0x007DAD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAD6000", "End": "0x007DAD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAD7000", "End": "0x007DAD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DAD8000", "End": "0x007DAD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DAD9000", "End": "0x007DAD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DADA000", "End": "0x007DADAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DADB000", "End": "0x007DADBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DADC000", "End": "0x007DADCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DADD000", "End": "0x007DB31FFF", "Number of Entries": 85, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB32000", "End": "0x007DB32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB33000", "End": "0x007DB33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB34000", "End": "0x007DB34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB35000", "End": "0x007DB35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB36000", "End": "0x007DB36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB37000", "End": "0x007DB37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB38000", "End": "0x007DB38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB39000", "End": "0x007DB39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB3A000", "End": "0x007DB3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB3B000", "End": "0x007DB3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB3C000", "End": "0x007DB3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB3D000", "End": "0x007DB51FFF", "Number of Entries": 21, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB52000", "End": "0x007DB52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB53000", "End": "0x007DB53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB54000", "End": "0x007DB54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB55000", "End": "0x007DB55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB56000", "End": "0x007DB56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB57000", "End": "0x007DB57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB58000", "End": "0x007DB58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB59000", "End": "0x007DB59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB5A000", "End": "0x007DB5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB5B000", "End": "0x007DB5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB5C000", "End": "0x007DB5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB5D000", "End": "0x007DB62FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB63000", "End": "0x007DB63FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB64000", "End": "0x007DB64FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB65000", "End": "0x007DB65FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB66000", "End": "0x007DB66FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB67000", "End": "0x007DB67FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB68000", "End": "0x007DB68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB69000", "End": "0x007DB69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB6A000", "End": "0x007DB6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB6B000", "End": "0x007DB6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB6C000", "End": "0x007DB6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB6D000", "End": "0x007DB6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB6E000", "End": "0x007DB76FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB77000", "End": "0x007DB77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB78000", "End": "0x007DB78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB79000", "End": "0x007DB79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB7A000", "End": "0x007DB7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB7B000", "End": "0x007DB7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB7C000", "End": "0x007DB7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB7D000", "End": "0x007DB7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB7E000", "End": "0x007DB7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB7F000", "End": "0x007DB7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB80000", "End": "0x007DB80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DB81000", "End": "0x007DB81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DB82000", "End": "0x007DBA9FFF", "Number of Entries": 40, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBAA000", "End": "0x007DBAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBAB000", "End": "0x007DBABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBAC000", "End": "0x007DBACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBAD000", "End": "0x007DBADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBAE000", "End": "0x007DBAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBAF000", "End": "0x007DBAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBB0000", "End": "0x007DBB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBB1000", "End": "0x007DBB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBB2000", "End": "0x007DBB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBB3000", "End": "0x007DBB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBB4000", "End": "0x007DBB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBB5000", "End": "0x007DBCBFFF", "Number of Entries": 23, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBCC000", "End": "0x007DBCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBCD000", "End": "0x007DBCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBCE000", "End": "0x007DBCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBCF000", "End": "0x007DBCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBD0000", "End": "0x007DBD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBD1000", "End": "0x007DBD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBD2000", "End": "0x007DBD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBD3000", "End": "0x007DBD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBD4000", "End": "0x007DBD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBD5000", "End": "0x007DBD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBD6000", "End": "0x007DBD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBD7000", "End": "0x007DBDAFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBDB000", "End": "0x007DBDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBDC000", "End": "0x007DBDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBDD000", "End": "0x007DBDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBDE000", "End": "0x007DBDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBDF000", "End": "0x007DBDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBE0000", "End": "0x007DBE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBE1000", "End": "0x007DBE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBE2000", "End": "0x007DBE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBE3000", "End": "0x007DBE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBE4000", "End": "0x007DBE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBE5000", "End": "0x007DBE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBE6000", "End": "0x007DBECFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBED000", "End": "0x007DBEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBEE000", "End": "0x007DBEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBEF000", "End": "0x007DBEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBF0000", "End": "0x007DBF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBF1000", "End": "0x007DBF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBF2000", "End": "0x007DBF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBF3000", "End": "0x007DBF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBF4000", "End": "0x007DBF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBF5000", "End": "0x007DBF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBF6000", "End": "0x007DBF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBF7000", "End": "0x007DBF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBF8000", "End": "0x007DBFBFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBFC000", "End": "0x007DBFCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBFD000", "End": "0x007DBFDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DBFE000", "End": "0x007DBFEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DBFF000", "End": "0x007DBFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC00000", "End": "0x007DC00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC01000", "End": "0x007DC01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC02000", "End": "0x007DC02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC03000", "End": "0x007DC03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC04000", "End": "0x007DC04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC05000", "End": "0x007DC05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC06000", "End": "0x007DC06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC07000", "End": "0x007DC0BFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC0C000", "End": "0x007DC0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC0D000", "End": "0x007DC0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC0E000", "End": "0x007DC0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC0F000", "End": "0x007DC0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC10000", "End": "0x007DC10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC11000", "End": "0x007DC11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC12000", "End": "0x007DC12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC13000", "End": "0x007DC13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC14000", "End": "0x007DC14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC15000", "End": "0x007DC15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC16000", "End": "0x007DC16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC17000", "End": "0x007DC1AFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC1B000", "End": "0x007DC1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC1C000", "End": "0x007DC1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC1D000", "End": "0x007DC1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC1E000", "End": "0x007DC1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC1F000", "End": "0x007DC1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC20000", "End": "0x007DC20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC21000", "End": "0x007DC21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC22000", "End": "0x007DC22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC23000", "End": "0x007DC23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC24000", "End": "0x007DC24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC25000", "End": "0x007DC25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC26000", "End": "0x007DC2BFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC2C000", "End": "0x007DC2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC2D000", "End": "0x007DC2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC2E000", "End": "0x007DC2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC2F000", "End": "0x007DC2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC30000", "End": "0x007DC30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC31000", "End": "0x007DC31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC32000", "End": "0x007DC32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC33000", "End": "0x007DC33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC34000", "End": "0x007DC34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC35000", "End": "0x007DC35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC36000", "End": "0x007DC36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC37000", "End": "0x007DC3EFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC3F000", "End": "0x007DC3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC40000", "End": "0x007DC40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC41000", "End": "0x007DC41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC42000", "End": "0x007DC42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC43000", "End": "0x007DC43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC44000", "End": "0x007DC44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC45000", "End": "0x007DC45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC46000", "End": "0x007DC46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC47000", "End": "0x007DC47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC48000", "End": "0x007DC48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DC49000", "End": "0x007DC49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DC4A000", "End": "0x007DD0DFFF", "Number of Entries": 196, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD0E000", "End": "0x007DD0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD0F000", "End": "0x007DD0FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD10000", "End": "0x007DD10FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD11000", "End": "0x007DD11FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD12000", "End": "0x007DD12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD13000", "End": "0x007DD13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD14000", "End": "0x007DD14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD15000", "End": "0x007DD15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD16000", "End": "0x007DD16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD17000", "End": "0x007DD17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD18000", "End": "0x007DD18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD19000", "End": "0x007DD1EFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD1F000", "End": "0x007DD1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD20000", "End": "0x007DD20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD21000", "End": "0x007DD21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD22000", "End": "0x007DD22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD23000", "End": "0x007DD23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD24000", "End": "0x007DD24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD25000", "End": "0x007DD25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD26000", "End": "0x007DD26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD27000", "End": "0x007DD27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD28000", "End": "0x007DD28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD29000", "End": "0x007DD29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD2A000", "End": "0x007DD2DFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD2E000", "End": "0x007DD2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD2F000", "End": "0x007DD2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD30000", "End": "0x007DD30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD31000", "End": "0x007DD31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD32000", "End": "0x007DD32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD33000", "End": "0x007DD33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD34000", "End": "0x007DD34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD35000", "End": "0x007DD35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD36000", "End": "0x007DD36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD37000", "End": "0x007DD37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD38000", "End": "0x007DD38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD39000", "End": "0x007DD39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD3A000", "End": "0x007DD3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD3B000", "End": "0x007DD3DFFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD3E000", "End": "0x007DD3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD3F000", "End": "0x007DD3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD40000", "End": "0x007DD40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD41000", "End": "0x007DD41FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD42000", "End": "0x007DD42FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD43000", "End": "0x007DD43FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD44000", "End": "0x007DD44FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD45000", "End": "0x007DD45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD46000", "End": "0x007DD46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD47000", "End": "0x007DD47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD48000", "End": "0x007DD48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD49000", "End": "0x007DD4DFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD4E000", "End": "0x007DD4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD4F000", "End": "0x007DD4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD50000", "End": "0x007DD50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD51000", "End": "0x007DD51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD52000", "End": "0x007DD52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD53000", "End": "0x007DD53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD54000", "End": "0x007DD54FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD55000", "End": "0x007DD55FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD56000", "End": "0x007DD56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD57000", "End": "0x007DD57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD58000", "End": "0x007DD58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD59000", "End": "0x007DD6BFFF", "Number of Entries": 19, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD6C000", "End": "0x007DD6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD6D000", "End": "0x007DD6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD6E000", "End": "0x007DD6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD6F000", "End": "0x007DD6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD70000", "End": "0x007DD70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD71000", "End": "0x007DD71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD72000", "End": "0x007DD72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD73000", "End": "0x007DD73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD74000", "End": "0x007DD74FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD75000", "End": "0x007DD75FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD76000", "End": "0x007DD76FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD77000", "End": "0x007DD77FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD78000", "End": "0x007DD78FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD79000", "End": "0x007DD7EFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD7F000", "End": "0x007DD7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD80000", "End": "0x007DD80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD81000", "End": "0x007DD81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD82000", "End": "0x007DD82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD83000", "End": "0x007DD83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD84000", "End": "0x007DD84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD85000", "End": "0x007DD85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD86000", "End": "0x007DD86FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD87000", "End": "0x007DD87FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD88000", "End": "0x007DD88FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD89000", "End": "0x007DD89FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD8A000", "End": "0x007DD8EFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD8F000", "End": "0x007DD8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD90000", "End": "0x007DD90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD91000", "End": "0x007DD91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD92000", "End": "0x007DD92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD93000", "End": "0x007DD93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD94000", "End": "0x007DD94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD95000", "End": "0x007DD95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD96000", "End": "0x007DD96FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD97000", "End": "0x007DD97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD98000", "End": "0x007DD98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD99000", "End": "0x007DD99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DD9A000", "End": "0x007DD9EFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DD9F000", "End": "0x007DD9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDA0000", "End": "0x007DDA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDA1000", "End": "0x007DDA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDA2000", "End": "0x007DDA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDA3000", "End": "0x007DDA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDA4000", "End": "0x007DDA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDA5000", "End": "0x007DDA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDA6000", "End": "0x007DDA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDA7000", "End": "0x007DDA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDA8000", "End": "0x007DDA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDA9000", "End": "0x007DDA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDAA000", "End": "0x007DDADFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDAE000", "End": "0x007DDAEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDAF000", "End": "0x007DDAFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDB0000", "End": "0x007DDB0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDB1000", "End": "0x007DDB1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDB2000", "End": "0x007DDB2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDB3000", "End": "0x007DDB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDB4000", "End": "0x007DDB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDB5000", "End": "0x007DDB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDB6000", "End": "0x007DDB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDB7000", "End": "0x007DDB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDB8000", "End": "0x007DDB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDB9000", "End": "0x007DDC0FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDC1000", "End": "0x007DDC1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDC2000", "End": "0x007DDC2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDC3000", "End": "0x007DDC3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDC4000", "End": "0x007DDC4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDC5000", "End": "0x007DDC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDC6000", "End": "0x007DDC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDC7000", "End": "0x007DDC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDC8000", "End": "0x007DDC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDC9000", "End": "0x007DDC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDCA000", "End": "0x007DDCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDCB000", "End": "0x007DDCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDCC000", "End": "0x007DDCFFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDD0000", "End": "0x007DDD0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDD1000", "End": "0x007DDD1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDD2000", "End": "0x007DDD2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDD3000", "End": "0x007DDD3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDD4000", "End": "0x007DDD4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDD5000", "End": "0x007DDD5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDD6000", "End": "0x007DDD6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDD7000", "End": "0x007DDD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDD8000", "End": "0x007DDD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDD9000", "End": "0x007DDD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDDA000", "End": "0x007DDDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDDB000", "End": "0x007DDE0FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDE1000", "End": "0x007DDE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDE2000", "End": "0x007DDE2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDE3000", "End": "0x007DDE3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDE4000", "End": "0x007DDE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDE5000", "End": "0x007DDE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDE6000", "End": "0x007DDE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDE7000", "End": "0x007DDE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDE8000", "End": "0x007DDE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDE9000", "End": "0x007DDE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDEA000", "End": "0x007DDEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDEB000", "End": "0x007DDEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDEC000", "End": "0x007DDEFFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDF0000", "End": "0x007DDF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDF1000", "End": "0x007DDF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDF2000", "End": "0x007DDF2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDF3000", "End": "0x007DDF3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDF4000", "End": "0x007DDF4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDF5000", "End": "0x007DDF5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDF6000", "End": "0x007DDF6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDF7000", "End": "0x007DDF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDF8000", "End": "0x007DDF8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDF9000", "End": "0x007DDF9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDFA000", "End": "0x007DDFAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DDFB000", "End": "0x007DDFEFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DDFF000", "End": "0x007DDFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE00000", "End": "0x007DE00FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE01000", "End": "0x007DE01FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE02000", "End": "0x007DE02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE03000", "End": "0x007DE03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE04000", "End": "0x007DE04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE05000", "End": "0x007DE05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE06000", "End": "0x007DE06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE07000", "End": "0x007DE07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE08000", "End": "0x007DE08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE09000", "End": "0x007DE09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE0A000", "End": "0x007DE11FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE12000", "End": "0x007DE12FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE13000", "End": "0x007DE13FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE14000", "End": "0x007DE14FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE15000", "End": "0x007DE15FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE16000", "End": "0x007DE16FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE17000", "End": "0x007DE17FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE18000", "End": "0x007DE18FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE19000", "End": "0x007DE19FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE1A000", "End": "0x007DE1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE1B000", "End": "0x007DE1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE1C000", "End": "0x007DE1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE1D000", "End": "0x007DE26FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE27000", "End": "0x007DE27FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE28000", "End": "0x007DE28FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE29000", "End": "0x007DE29FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE2A000", "End": "0x007DE2AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE2B000", "End": "0x007DE2BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE2C000", "End": "0x007DE2CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE2D000", "End": "0x007DE2DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE2E000", "End": "0x007DE2EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE2F000", "End": "0x007DE2FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE30000", "End": "0x007DE30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE31000", "End": "0x007DE31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE32000", "End": "0x007DE35FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE36000", "End": "0x007DE36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE37000", "End": "0x007DE37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE38000", "End": "0x007DE38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE39000", "End": "0x007DE39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE3A000", "End": "0x007DE3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE3B000", "End": "0x007DE3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE3C000", "End": "0x007DE3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE3D000", "End": "0x007DE3DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE3E000", "End": "0x007DE3EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE3F000", "End": "0x007DE3FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE40000", "End": "0x007DE40FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE41000", "End": "0x007DE46FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE47000", "End": "0x007DE47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE48000", "End": "0x007DE48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE49000", "End": "0x007DE49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE4A000", "End": "0x007DE4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE4B000", "End": "0x007DE4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE4C000", "End": "0x007DE4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE4D000", "End": "0x007DE4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE4E000", "End": "0x007DE4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE4F000", "End": "0x007DE4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE50000", "End": "0x007DE50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE51000", "End": "0x007DE51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE52000", "End": "0x007DE55FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE56000", "End": "0x007DE56FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE57000", "End": "0x007DE57FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE58000", "End": "0x007DE58FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE59000", "End": "0x007DE59FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE5A000", "End": "0x007DE5AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE5B000", "End": "0x007DE5BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE5C000", "End": "0x007DE5CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE5D000", "End": "0x007DE5DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE5E000", "End": "0x007DE5EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE5F000", "End": "0x007DE5FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE60000", "End": "0x007DE60FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE61000", "End": "0x007DE67FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE68000", "End": "0x007DE68FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE69000", "End": "0x007DE69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE6A000", "End": "0x007DE6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE6B000", "End": "0x007DE6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE6C000", "End": "0x007DE6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE6D000", "End": "0x007DE6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE6E000", "End": "0x007DE6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE6F000", "End": "0x007DE6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE70000", "End": "0x007DE70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE71000", "End": "0x007DE71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE72000", "End": "0x007DE72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE73000", "End": "0x007DE78FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE79000", "End": "0x007DE79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE7A000", "End": "0x007DE7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE7B000", "End": "0x007DE7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE7C000", "End": "0x007DE7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE7D000", "End": "0x007DE7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE7E000", "End": "0x007DE7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE7F000", "End": "0x007DE7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE80000", "End": "0x007DE80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE81000", "End": "0x007DE81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE82000", "End": "0x007DE82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE83000", "End": "0x007DE83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE84000", "End": "0x007DE8AFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE8B000", "End": "0x007DE8BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE8C000", "End": "0x007DE8CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE8D000", "End": "0x007DE8DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE8E000", "End": "0x007DE8EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE8F000", "End": "0x007DE8FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE90000", "End": "0x007DE90FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE91000", "End": "0x007DE91FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE92000", "End": "0x007DE92FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE93000", "End": "0x007DE93FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE94000", "End": "0x007DE94FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE95000", "End": "0x007DE95FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DE96000", "End": "0x007DE9EFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DE9F000", "End": "0x007DE9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEA0000", "End": "0x007DEA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEA1000", "End": "0x007DEA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEA2000", "End": "0x007DEA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEA3000", "End": "0x007DEA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEA4000", "End": "0x007DEA4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEA5000", "End": "0x007DEA5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEA6000", "End": "0x007DEA6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEA7000", "End": "0x007DEA7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEA8000", "End": "0x007DEA8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEA9000", "End": "0x007DEA9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEAA000", "End": "0x007DEAAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEAB000", "End": "0x007DEABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEAC000", "End": "0x007DEB3FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEB4000", "End": "0x007DEB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEB5000", "End": "0x007DEB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEB6000", "End": "0x007DEB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEB7000", "End": "0x007DEB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEB8000", "End": "0x007DEB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEB9000", "End": "0x007DEB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEBA000", "End": "0x007DEBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEBB000", "End": "0x007DEBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEBC000", "End": "0x007DEBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEBD000", "End": "0x007DEBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEBE000", "End": "0x007DEBEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEBF000", "End": "0x007DEBFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEC0000", "End": "0x007DEC0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEC1000", "End": "0x007DEC9FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DECA000", "End": "0x007DECAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DECB000", "End": "0x007DECBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DECC000", "End": "0x007DECCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DECD000", "End": "0x007DECDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DECE000", "End": "0x007DECEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DECF000", "End": "0x007DECFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DED0000", "End": "0x007DED0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DED1000", "End": "0x007DED1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DED2000", "End": "0x007DED2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DED3000", "End": "0x007DED3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DED4000", "End": "0x007DED4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DED5000", "End": "0x007DED5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DED6000", "End": "0x007DED6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DED7000", "End": "0x007DEE3FFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEE4000", "End": "0x007DEE4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEE5000", "End": "0x007DEE5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEE6000", "End": "0x007DEE6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEE7000", "End": "0x007DEE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEE8000", "End": "0x007DEE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEE9000", "End": "0x007DEE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEEA000", "End": "0x007DEEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEEB000", "End": "0x007DEEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEEC000", "End": "0x007DEECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEED000", "End": "0x007DEEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEEE000", "End": "0x007DEEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEEF000", "End": "0x007DEEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DEF0000", "End": "0x007DEF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DEF1000", "End": "0x007DF01FFF", "Number of Entries": 17, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF02000", "End": "0x007DF02FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF03000", "End": "0x007DF03FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF04000", "End": "0x007DF04FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF05000", "End": "0x007DF05FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF06000", "End": "0x007DF06FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF07000", "End": "0x007DF07FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF08000", "End": "0x007DF08FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF09000", "End": "0x007DF09FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF0A000", "End": "0x007DF0AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF0B000", "End": "0x007DF0BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF0C000", "End": "0x007DF0CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF0D000", "End": "0x007DF0DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF0E000", "End": "0x007DF0EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF0F000", "End": "0x007DF19FFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF1A000", "End": "0x007DF1AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF1B000", "End": "0x007DF1BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF1C000", "End": "0x007DF1CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF1D000", "End": "0x007DF1DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF1E000", "End": "0x007DF1EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF1F000", "End": "0x007DF1FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF20000", "End": "0x007DF20FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF21000", "End": "0x007DF21FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF22000", "End": "0x007DF22FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF23000", "End": "0x007DF23FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF24000", "End": "0x007DF24FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF25000", "End": "0x007DF25FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF26000", "End": "0x007DF26FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF27000", "End": "0x007DF2FFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF30000", "End": "0x007DF30FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF31000", "End": "0x007DF31FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF32000", "End": "0x007DF32FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF33000", "End": "0x007DF33FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF34000", "End": "0x007DF34FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF35000", "End": "0x007DF35FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF36000", "End": "0x007DF36FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF37000", "End": "0x007DF37FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF38000", "End": "0x007DF38FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF39000", "End": "0x007DF39FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF3A000", "End": "0x007DF3AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF3B000", "End": "0x007DF3BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF3C000", "End": "0x007DF3CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF3D000", "End": "0x007DF44FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF45000", "End": "0x007DF45FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF46000", "End": "0x007DF46FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF47000", "End": "0x007DF47FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF48000", "End": "0x007DF48FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF49000", "End": "0x007DF49FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF4A000", "End": "0x007DF4AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF4B000", "End": "0x007DF4BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF4C000", "End": "0x007DF4CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF4D000", "End": "0x007DF4DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF4E000", "End": "0x007DF4EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF4F000", "End": "0x007DF4FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF50000", "End": "0x007DF50FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF51000", "End": "0x007DF51FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF52000", "End": "0x007DF52FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF53000", "End": "0x007DF53FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF54000", "End": "0x007DF68FFF", "Number of Entries": 21, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF69000", "End": "0x007DF69FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF6A000", "End": "0x007DF6AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF6B000", "End": "0x007DF6BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF6C000", "End": "0x007DF6CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF6D000", "End": "0x007DF6DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF6E000", "End": "0x007DF6EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF6F000", "End": "0x007DF6FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF70000", "End": "0x007DF70FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF71000", "End": "0x007DF71FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF72000", "End": "0x007DF72FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF73000", "End": "0x007DF73FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF74000", "End": "0x007DF78FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF79000", "End": "0x007DF79FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF7A000", "End": "0x007DF7AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF7B000", "End": "0x007DF7BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF7C000", "End": "0x007DF7CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF7D000", "End": "0x007DF7DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF7E000", "End": "0x007DF7EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF7F000", "End": "0x007DF7FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF80000", "End": "0x007DF80FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF81000", "End": "0x007DF81FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF82000", "End": "0x007DF82FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF83000", "End": "0x007DF83FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF84000", "End": "0x007DF84FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF85000", "End": "0x007DF85FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF86000", "End": "0x007DF96FFF", "Number of Entries": 17, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF97000", "End": "0x007DF97FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF98000", "End": "0x007DF98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF99000", "End": "0x007DF99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF9A000", "End": "0x007DF9AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF9B000", "End": "0x007DF9BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF9C000", "End": "0x007DF9CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF9D000", "End": "0x007DF9DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DF9E000", "End": "0x007DF9EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DF9F000", "End": "0x007DF9FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFA0000", "End": "0x007DFA0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFA1000", "End": "0x007DFA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFA2000", "End": "0x007DFA2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFA3000", "End": "0x007DFA3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFA4000", "End": "0x007DFB2FFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFB3000", "End": "0x007DFB3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFB4000", "End": "0x007DFB4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFB5000", "End": "0x007DFB5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFB6000", "End": "0x007DFB6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFB7000", "End": "0x007DFB7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFB8000", "End": "0x007DFB8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFB9000", "End": "0x007DFB9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFBA000", "End": "0x007DFBAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFBB000", "End": "0x007DFBBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFBC000", "End": "0x007DFBCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFBD000", "End": "0x007DFBDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFBE000", "End": "0x007DFC4FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFC5000", "End": "0x007DFC5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFC6000", "End": "0x007DFC6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFC7000", "End": "0x007DFC7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFC8000", "End": "0x007DFC8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFC9000", "End": "0x007DFC9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFCA000", "End": "0x007DFCAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFCB000", "End": "0x007DFCBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFCC000", "End": "0x007DFCCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFCD000", "End": "0x007DFCDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFCE000", "End": "0x007DFCEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFCF000", "End": "0x007DFCFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFD0000", "End": "0x007DFD6FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFD7000", "End": "0x007DFD7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFD8000", "End": "0x007DFD8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFD9000", "End": "0x007DFD9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFDA000", "End": "0x007DFDAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFDB000", "End": "0x007DFDBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFDC000", "End": "0x007DFDCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFDD000", "End": "0x007DFDDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFDE000", "End": "0x007DFDEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFDF000", "End": "0x007DFDFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFE0000", "End": "0x007DFE0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFE1000", "End": "0x007DFE1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFE2000", "End": "0x007DFE6FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFE7000", "End": "0x007DFE7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFE8000", "End": "0x007DFE8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFE9000", "End": "0x007DFE9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFEA000", "End": "0x007DFEAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFEB000", "End": "0x007DFEBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFEC000", "End": "0x007DFECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFED000", "End": "0x007DFEDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFEE000", "End": "0x007DFEEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFEF000", "End": "0x007DFEFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFF0000", "End": "0x007DFF0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007DFF1000", "End": "0x007DFF1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007DFF2000", "End": "0x007E006FFF", "Number of Entries": 21, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E007000", "End": "0x007E007FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E008000", "End": "0x007E008FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E009000", "End": "0x007E009FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E00A000", "End": "0x007E00AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E00B000", "End": "0x007E00BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E00C000", "End": "0x007E00CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E00D000", "End": "0x007E00DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E00E000", "End": "0x007E00EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E00F000", "End": "0x007E00FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E010000", "End": "0x007E010FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E011000", "End": "0x007E011FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E012000", "End": "0x007E012FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E013000", "End": "0x007E013FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E014000", "End": "0x007E028FFF", "Number of Entries": 21, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E029000", "End": "0x007E029FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E02A000", "End": "0x007E02AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E02B000", "End": "0x007E02BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E02C000", "End": "0x007E02CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E02D000", "End": "0x007E02DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E02E000", "End": "0x007E02EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E02F000", "End": "0x007E02FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E030000", "End": "0x007E030FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E031000", "End": "0x007E031FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E032000", "End": "0x007E032FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E033000", "End": "0x007E033FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E034000", "End": "0x007E034FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E035000", "End": "0x007E035FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E036000", "End": "0x007E041FFF", "Number of Entries": 12, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E042000", "End": "0x007E042FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E043000", "End": "0x007E043FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E044000", "End": "0x007E044FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E045000", "End": "0x007E045FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E046000", "End": "0x007E046FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E047000", "End": "0x007E047FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E048000", "End": "0x007E048FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E049000", "End": "0x007E049FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E04A000", "End": "0x007E04AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E04B000", "End": "0x007E04BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E04C000", "End": "0x007E04CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E04D000", "End": "0x007E04DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E04E000", "End": "0x007E04EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E04F000", "End": "0x007E05AFFF", "Number of Entries": 12, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E05B000", "End": "0x007E05BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E05C000", "End": "0x007E05CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E05D000", "End": "0x007E05DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E05E000", "End": "0x007E05EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E05F000", "End": "0x007E05FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E060000", "End": "0x007E060FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E061000", "End": "0x007E061FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E062000", "End": "0x007E062FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E063000", "End": "0x007E063FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E064000", "End": "0x007E064FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E065000", "End": "0x007E065FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E066000", "End": "0x007E066FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E067000", "End": "0x007E067FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E068000", "End": "0x007E068FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E069000", "End": "0x007E069FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E06A000", "End": "0x007E08AFFF", "Number of Entries": 33, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E08B000", "End": "0x007E08BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E08C000", "End": "0x007E08CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E08D000", "End": "0x007E08DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E08E000", "End": "0x007E08EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E08F000", "End": "0x007E08FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E090000", "End": "0x007E090FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E091000", "End": "0x007E091FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E092000", "End": "0x007E092FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E093000", "End": "0x007E093FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E094000", "End": "0x007E094FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E095000", "End": "0x007E095FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E096000", "End": "0x007E096FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E097000", "End": "0x007E097FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E098000", "End": "0x007E0A6FFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0A7000", "End": "0x007E0A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0A8000", "End": "0x007E0A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0A9000", "End": "0x007E0A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0AA000", "End": "0x007E0AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0AB000", "End": "0x007E0ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0AC000", "End": "0x007E0ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0AD000", "End": "0x007E0ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0AE000", "End": "0x007E0AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0AF000", "End": "0x007E0AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0B0000", "End": "0x007E0B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0B1000", "End": "0x007E0B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0B2000", "End": "0x007E0B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0B3000", "End": "0x007E0B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0B4000", "End": "0x007E0BFFFF", "Number of Entries": 12, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0C0000", "End": "0x007E0C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0C1000", "End": "0x007E0C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0C2000", "End": "0x007E0C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0C3000", "End": "0x007E0C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0C4000", "End": "0x007E0C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0C5000", "End": "0x007E0C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0C6000", "End": "0x007E0C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0C7000", "End": "0x007E0C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0C8000", "End": "0x007E0C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0C9000", "End": "0x007E0C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0CA000", "End": "0x007E0CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0CB000", "End": "0x007E0CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0CC000", "End": "0x007E0CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0CD000", "End": "0x007E0D8FFF", "Number of Entries": 12, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0D9000", "End": "0x007E0D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0DA000", "End": "0x007E0DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0DB000", "End": "0x007E0DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0DC000", "End": "0x007E0DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0DD000", "End": "0x007E0DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0DE000", "End": "0x007E0DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0DF000", "End": "0x007E0DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0E0000", "End": "0x007E0E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0E1000", "End": "0x007E0E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0E2000", "End": "0x007E0E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0E3000", "End": "0x007E0E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0E4000", "End": "0x007E0E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0E5000", "End": "0x007E0E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0E6000", "End": "0x007E0E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E0E7000", "End": "0x007E0E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E0E8000", "End": "0x007E0FFFFF", "Number of Entries": 24, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E100000", "End": "0x007E100FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E101000", "End": "0x007E101FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E102000", "End": "0x007E102FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E103000", "End": "0x007E103FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E104000", "End": "0x007E104FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E105000", "End": "0x007E105FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E106000", "End": "0x007E106FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E107000", "End": "0x007E107FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E108000", "End": "0x007E108FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E109000", "End": "0x007E109FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E10A000", "End": "0x007E10AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E10B000", "End": "0x007E10BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E10C000", "End": "0x007E10CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E10D000", "End": "0x007E11AFFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E11B000", "End": "0x007E11BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E11C000", "End": "0x007E11CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E11D000", "End": "0x007E11DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E11E000", "End": "0x007E11EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E11F000", "End": "0x007E11FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E120000", "End": "0x007E120FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E121000", "End": "0x007E121FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E122000", "End": "0x007E122FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E123000", "End": "0x007E123FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E124000", "End": "0x007E124FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E125000", "End": "0x007E125FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E126000", "End": "0x007E126FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E127000", "End": "0x007E127FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E128000", "End": "0x007E130FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E131000", "End": "0x007E131FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E132000", "End": "0x007E132FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E133000", "End": "0x007E133FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E134000", "End": "0x007E134FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E135000", "End": "0x007E135FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E136000", "End": "0x007E136FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E137000", "End": "0x007E137FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E138000", "End": "0x007E138FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E139000", "End": "0x007E139FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E13A000", "End": "0x007E13AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E13B000", "End": "0x007E13BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E13C000", "End": "0x007E13CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E13D000", "End": "0x007E13DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E13E000", "End": "0x007E14BFFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E14C000", "End": "0x007E14CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E14D000", "End": "0x007E14DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E14E000", "End": "0x007E14EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E14F000", "End": "0x007E14FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E150000", "End": "0x007E150FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E151000", "End": "0x007E151FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E152000", "End": "0x007E152FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E153000", "End": "0x007E153FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E154000", "End": "0x007E154FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E155000", "End": "0x007E155FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E156000", "End": "0x007E156FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E157000", "End": "0x007E157FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E158000", "End": "0x007E158FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E159000", "End": "0x007E161FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E162000", "End": "0x007E162FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E163000", "End": "0x007E163FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E164000", "End": "0x007E164FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E165000", "End": "0x007E165FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E166000", "End": "0x007E166FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E167000", "End": "0x007E167FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E168000", "End": "0x007E168FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E169000", "End": "0x007E169FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E16A000", "End": "0x007E16AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E16B000", "End": "0x007E16BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E16C000", "End": "0x007E16CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E16D000", "End": "0x007E170FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E171000", "End": "0x007E171FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E172000", "End": "0x007E172FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E173000", "End": "0x007E173FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E174000", "End": "0x007E174FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E175000", "End": "0x007E175FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E176000", "End": "0x007E176FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E177000", "End": "0x007E177FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E178000", "End": "0x007E178FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E179000", "End": "0x007E179FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E17A000", "End": "0x007E17AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E17B000", "End": "0x007E17BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E17C000", "End": "0x007E185FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E186000", "End": "0x007E186FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E187000", "End": "0x007E187FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E188000", "End": "0x007E188FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E189000", "End": "0x007E189FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E18A000", "End": "0x007E18AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E18B000", "End": "0x007E18BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E18C000", "End": "0x007E18CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E18D000", "End": "0x007E18DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E18E000", "End": "0x007E18EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E18F000", "End": "0x007E18FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E190000", "End": "0x007E190FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E191000", "End": "0x007E19DFFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E19E000", "End": "0x007E19EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E19F000", "End": "0x007E19FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1A0000", "End": "0x007E1A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1A1000", "End": "0x007E1A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1A2000", "End": "0x007E1A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1A3000", "End": "0x007E1A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1A4000", "End": "0x007E1A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1A5000", "End": "0x007E1A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1A6000", "End": "0x007E1A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1A7000", "End": "0x007E1A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1A8000", "End": "0x007E1A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1A9000", "End": "0x007E1A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1AA000", "End": "0x007E1AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1AB000", "End": "0x007E1B3FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1B4000", "End": "0x007E1B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1B5000", "End": "0x007E1B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1B6000", "End": "0x007E1B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1B7000", "End": "0x007E1B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1B8000", "End": "0x007E1B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1B9000", "End": "0x007E1B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1BA000", "End": "0x007E1BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1BB000", "End": "0x007E1BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1BC000", "End": "0x007E1BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1BD000", "End": "0x007E1BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1BE000", "End": "0x007E1BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1BF000", "End": "0x007E1BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1C0000", "End": "0x007E1C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1C1000", "End": "0x007E1CEFFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1CF000", "End": "0x007E1CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1D0000", "End": "0x007E1D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1D1000", "End": "0x007E1D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1D2000", "End": "0x007E1D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1D3000", "End": "0x007E1D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1D4000", "End": "0x007E1D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1D5000", "End": "0x007E1D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1D6000", "End": "0x007E1D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1D7000", "End": "0x007E1D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1D8000", "End": "0x007E1D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1D9000", "End": "0x007E1D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1DA000", "End": "0x007E1DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1DB000", "End": "0x007E1DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1DC000", "End": "0x007E1E0FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1E1000", "End": "0x007E1E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1E2000", "End": "0x007E1E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1E3000", "End": "0x007E1E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1E4000", "End": "0x007E1E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1E5000", "End": "0x007E1E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1E6000", "End": "0x007E1E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1E7000", "End": "0x007E1E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1E8000", "End": "0x007E1E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1E9000", "End": "0x007E1E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1EA000", "End": "0x007E1EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1EB000", "End": "0x007E1EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1EC000", "End": "0x007E1FDFFF", "Number of Entries": 18, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E1FE000", "End": "0x007E1FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E1FF000", "End": "0x007E1FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E200000", "End": "0x007E200FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E201000", "End": "0x007E201FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E202000", "End": "0x007E202FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E203000", "End": "0x007E203FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E204000", "End": "0x007E204FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E205000", "End": "0x007E205FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E206000", "End": "0x007E206FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E207000", "End": "0x007E207FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E208000", "End": "0x007E208FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E209000", "End": "0x007E211FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E212000", "End": "0x007E212FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E213000", "End": "0x007E213FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E214000", "End": "0x007E214FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E215000", "End": "0x007E215FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E216000", "End": "0x007E216FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E217000", "End": "0x007E217FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E218000", "End": "0x007E218FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E219000", "End": "0x007E219FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E21A000", "End": "0x007E21AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E21B000", "End": "0x007E21BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E21C000", "End": "0x007E21CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E21D000", "End": "0x007E225FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E226000", "End": "0x007E226FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E227000", "End": "0x007E227FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E228000", "End": "0x007E228FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E229000", "End": "0x007E229FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E22A000", "End": "0x007E22AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E22B000", "End": "0x007E22BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E22C000", "End": "0x007E22CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E22D000", "End": "0x007E22DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E22E000", "End": "0x007E22EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E22F000", "End": "0x007E22FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E230000", "End": "0x007E230FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E231000", "End": "0x007E23AFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E23B000", "End": "0x007E23BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E23C000", "End": "0x007E23CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E23D000", "End": "0x007E23DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E23E000", "End": "0x007E23EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E23F000", "End": "0x007E23FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E240000", "End": "0x007E240FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E241000", "End": "0x007E241FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E242000", "End": "0x007E242FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E243000", "End": "0x007E243FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E244000", "End": "0x007E244FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E245000", "End": "0x007E245FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E246000", "End": "0x007E24AFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E24B000", "End": "0x007E24BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E24C000", "End": "0x007E24CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E24D000", "End": "0x007E24DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E24E000", "End": "0x007E24EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E24F000", "End": "0x007E24FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E250000", "End": "0x007E250FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E251000", "End": "0x007E251FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E252000", "End": "0x007E252FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E253000", "End": "0x007E253FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E254000", "End": "0x007E254FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E255000", "End": "0x007E255FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E256000", "End": "0x007E25DFFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E25E000", "End": "0x007E25EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E25F000", "End": "0x007E25FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E260000", "End": "0x007E260FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E261000", "End": "0x007E261FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E262000", "End": "0x007E262FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E263000", "End": "0x007E263FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E264000", "End": "0x007E264FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E265000", "End": "0x007E265FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E266000", "End": "0x007E266FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E267000", "End": "0x007E267FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E268000", "End": "0x007E268FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E269000", "End": "0x007E269FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E26A000", "End": "0x007E26AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E26B000", "End": "0x007E272FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E273000", "End": "0x007E273FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E274000", "End": "0x007E274FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E275000", "End": "0x007E275FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E276000", "End": "0x007E276FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E277000", "End": "0x007E277FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E278000", "End": "0x007E278FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E279000", "End": "0x007E279FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E27A000", "End": "0x007E27AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E27B000", "End": "0x007E27BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E27C000", "End": "0x007E27CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E27D000", "End": "0x007E27DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E27E000", "End": "0x007E27EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E27F000", "End": "0x007E27FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E280000", "End": "0x007E288FFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E289000", "End": "0x007E289FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E28A000", "End": "0x007E28AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E28B000", "End": "0x007E28BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E28C000", "End": "0x007E28CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E28D000", "End": "0x007E28DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E28E000", "End": "0x007E28EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E28F000", "End": "0x007E28FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E290000", "End": "0x007E290FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E291000", "End": "0x007E291FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E292000", "End": "0x007E292FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E293000", "End": "0x007E293FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E294000", "End": "0x007E294FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E295000", "End": "0x007E295FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E296000", "End": "0x007E29AFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E29B000", "End": "0x007E29BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E29C000", "End": "0x007E29CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E29D000", "End": "0x007E29DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E29E000", "End": "0x007E29EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E29F000", "End": "0x007E29FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2A0000", "End": "0x007E2A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2A1000", "End": "0x007E2A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2A2000", "End": "0x007E2A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2A3000", "End": "0x007E2A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2A4000", "End": "0x007E2A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2A5000", "End": "0x007E2A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2A6000", "End": "0x007E2A9FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2AA000", "End": "0x007E2AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2AB000", "End": "0x007E2ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2AC000", "End": "0x007E2ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2AD000", "End": "0x007E2ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2AE000", "End": "0x007E2AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2AF000", "End": "0x007E2AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2B0000", "End": "0x007E2B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2B1000", "End": "0x007E2B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2B2000", "End": "0x007E2B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2B3000", "End": "0x007E2B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2B4000", "End": "0x007E2B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2B5000", "End": "0x007E2D0FFF", "Number of Entries": 28, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2D1000", "End": "0x007E2D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2D2000", "End": "0x007E2D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2D3000", "End": "0x007E2D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2D4000", "End": "0x007E2D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2D5000", "End": "0x007E2D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2D6000", "End": "0x007E2D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2D7000", "End": "0x007E2D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2D8000", "End": "0x007E2D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2D9000", "End": "0x007E2D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2DA000", "End": "0x007E2DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2DB000", "End": "0x007E2DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E2DC000", "End": "0x007E2FEFFF", "Number of Entries": 35, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E2FF000", "End": "0x007E2FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E300000", "End": "0x007E300FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E301000", "End": "0x007E301FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E302000", "End": "0x007E302FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E303000", "End": "0x007E303FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E304000", "End": "0x007E304FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E305000", "End": "0x007E305FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E306000", "End": "0x007E306FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E307000", "End": "0x007E307FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E308000", "End": "0x007E308FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E309000", "End": "0x007E309FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E30A000", "End": "0x007E30AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E30B000", "End": "0x007E30BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E30C000", "End": "0x007E318FFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E319000", "End": "0x007E319FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E31A000", "End": "0x007E31AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E31B000", "End": "0x007E31BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E31C000", "End": "0x007E31CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E31D000", "End": "0x007E31DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E31E000", "End": "0x007E31EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E31F000", "End": "0x007E31FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E320000", "End": "0x007E320FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E321000", "End": "0x007E321FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E322000", "End": "0x007E322FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E323000", "End": "0x007E323FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E324000", "End": "0x007E324FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E325000", "End": "0x007E325FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E326000", "End": "0x007E32EFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E32F000", "End": "0x007E32FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E330000", "End": "0x007E330FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E331000", "End": "0x007E331FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E332000", "End": "0x007E332FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E333000", "End": "0x007E333FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E334000", "End": "0x007E334FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E335000", "End": "0x007E335FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E336000", "End": "0x007E336FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E337000", "End": "0x007E337FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E338000", "End": "0x007E338FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E339000", "End": "0x007E339FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E33A000", "End": "0x007E33AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E33B000", "End": "0x007E33BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E33C000", "End": "0x007E34AFFF", "Number of Entries": 15, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E34B000", "End": "0x007E34BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E34C000", "End": "0x007E34CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E34D000", "End": "0x007E34DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E34E000", "End": "0x007E34EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E34F000", "End": "0x007E34FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E350000", "End": "0x007E350FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E351000", "End": "0x007E351FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E352000", "End": "0x007E352FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E353000", "End": "0x007E353FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E354000", "End": "0x007E354FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E355000", "End": "0x007E355FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E356000", "End": "0x007E356FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E357000", "End": "0x007E357FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E358000", "End": "0x007E35CFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E35D000", "End": "0x007E35DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E35E000", "End": "0x007E35EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E35F000", "End": "0x007E35FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E360000", "End": "0x007E360FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E361000", "End": "0x007E361FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E362000", "End": "0x007E362FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E363000", "End": "0x007E363FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E364000", "End": "0x007E364FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E365000", "End": "0x007E365FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E366000", "End": "0x007E366FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E367000", "End": "0x007E367FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E368000", "End": "0x007E368FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E369000", "End": "0x007E369FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E36A000", "End": "0x007E377FFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E378000", "End": "0x007E378FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E379000", "End": "0x007E379FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E37A000", "End": "0x007E37AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E37B000", "End": "0x007E37BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E37C000", "End": "0x007E37CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E37D000", "End": "0x007E37DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E37E000", "End": "0x007E37EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E37F000", "End": "0x007E37FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E380000", "End": "0x007E380FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E381000", "End": "0x007E381FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E382000", "End": "0x007E382FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E383000", "End": "0x007E383FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E384000", "End": "0x007E384FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E385000", "End": "0x007E38AFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E38B000", "End": "0x007E38BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E38C000", "End": "0x007E38CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E38D000", "End": "0x007E38DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E38E000", "End": "0x007E38EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E38F000", "End": "0x007E38FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E390000", "End": "0x007E390FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E391000", "End": "0x007E391FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E392000", "End": "0x007E392FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E393000", "End": "0x007E393FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E394000", "End": "0x007E394FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E395000", "End": "0x007E395FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E396000", "End": "0x007E396FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E397000", "End": "0x007E397FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E398000", "End": "0x007E39BFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E39C000", "End": "0x007E39CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E39D000", "End": "0x007E39DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E39E000", "End": "0x007E39EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E39F000", "End": "0x007E39FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3A0000", "End": "0x007E3A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3A1000", "End": "0x007E3A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3A2000", "End": "0x007E3A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3A3000", "End": "0x007E3A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3A4000", "End": "0x007E3A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3A5000", "End": "0x007E3A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3A6000", "End": "0x007E3A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3A7000", "End": "0x007E3B4FFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3B5000", "End": "0x007E3B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3B6000", "End": "0x007E3B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3B7000", "End": "0x007E3B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3B8000", "End": "0x007E3B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3B9000", "End": "0x007E3B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3BA000", "End": "0x007E3BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3BB000", "End": "0x007E3BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3BC000", "End": "0x007E3BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3BD000", "End": "0x007E3BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3BE000", "End": "0x007E3BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3BF000", "End": "0x007E3BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3C0000", "End": "0x007E3C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3C1000", "End": "0x007E3C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3C2000", "End": "0x007E3CAFFF", "Number of Entries": 9, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3CB000", "End": "0x007E3CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3CC000", "End": "0x007E3CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3CD000", "End": "0x007E3CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3CE000", "End": "0x007E3CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3CF000", "End": "0x007E3CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3D0000", "End": "0x007E3D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3D1000", "End": "0x007E3D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3D2000", "End": "0x007E3D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3D3000", "End": "0x007E3D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3D4000", "End": "0x007E3D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3D5000", "End": "0x007E3D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3D6000", "End": "0x007E3D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3D7000", "End": "0x007E3D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3D8000", "End": "0x007E3DEFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3DF000", "End": "0x007E3DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3E0000", "End": "0x007E3E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3E1000", "End": "0x007E3E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3E2000", "End": "0x007E3E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3E3000", "End": "0x007E3E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3E4000", "End": "0x007E3E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3E5000", "End": "0x007E3E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3E6000", "End": "0x007E3E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3E7000", "End": "0x007E3E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3E8000", "End": "0x007E3E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3E9000", "End": "0x007E3E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3EA000", "End": "0x007E3EDFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3EE000", "End": "0x007E3EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3EF000", "End": "0x007E3EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3F0000", "End": "0x007E3F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3F1000", "End": "0x007E3F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3F2000", "End": "0x007E3F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3F3000", "End": "0x007E3F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3F4000", "End": "0x007E3F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3F5000", "End": "0x007E3F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3F6000", "End": "0x007E3F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3F7000", "End": "0x007E3F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E3F8000", "End": "0x007E3F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E3F9000", "End": "0x007E406FFF", "Number of Entries": 14, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E407000", "End": "0x007E407FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E408000", "End": "0x007E408FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E409000", "End": "0x007E409FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E40A000", "End": "0x007E40AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E40B000", "End": "0x007E40BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E40C000", "End": "0x007E40CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E40D000", "End": "0x007E40DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E40E000", "End": "0x007E40EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E40F000", "End": "0x007E40FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E410000", "End": "0x007E410FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E411000", "End": "0x007E411FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E412000", "End": "0x007E417FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E418000", "End": "0x007E418FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E419000", "End": "0x007E419FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E41A000", "End": "0x007E41AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E41B000", "End": "0x007E41BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E41C000", "End": "0x007E41CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E41D000", "End": "0x007E41DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E41E000", "End": "0x007E41EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E41F000", "End": "0x007E41FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E420000", "End": "0x007E420FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E421000", "End": "0x007E421FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E422000", "End": "0x007E422FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E423000", "End": "0x007E484FFF", "Number of Entries": 98, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E485000", "End": "0x007E485FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E486000", "End": "0x007E486FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E487000", "End": "0x007E487FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E488000", "End": "0x007E488FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E489000", "End": "0x007E489FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E48A000", "End": "0x007E48AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E48B000", "End": "0x007E48BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E48C000", "End": "0x007E48CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E48D000", "End": "0x007E48DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E48E000", "End": "0x007E48EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E48F000", "End": "0x007E48FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E490000", "End": "0x007E497FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E498000", "End": "0x007E498FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E499000", "End": "0x007E499FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E49A000", "End": "0x007E49AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E49B000", "End": "0x007E49BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E49C000", "End": "0x007E49CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E49D000", "End": "0x007E49DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E49E000", "End": "0x007E49EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E49F000", "End": "0x007E49FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4A0000", "End": "0x007E4A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4A1000", "End": "0x007E4A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4A2000", "End": "0x007E4A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4A3000", "End": "0x007E4A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4A4000", "End": "0x007E4A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4A5000", "End": "0x007E4AFFFF", "Number of Entries": 11, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4B0000", "End": "0x007E4B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4B1000", "End": "0x007E4B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4B2000", "End": "0x007E4B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4B3000", "End": "0x007E4B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4B4000", "End": "0x007E4B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4B5000", "End": "0x007E4B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4B6000", "End": "0x007E4B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4B7000", "End": "0x007E4B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4B8000", "End": "0x007E4B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4B9000", "End": "0x007E4B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4BA000", "End": "0x007E4BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4BB000", "End": "0x007E4BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4BC000", "End": "0x007E4BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4BD000", "End": "0x007E4C4FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4C5000", "End": "0x007E4C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4C6000", "End": "0x007E4C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4C7000", "End": "0x007E4C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4C8000", "End": "0x007E4C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4C9000", "End": "0x007E4C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4CA000", "End": "0x007E4CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4CB000", "End": "0x007E4CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4CC000", "End": "0x007E4CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4CD000", "End": "0x007E4CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4CE000", "End": "0x007E4CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4CF000", "End": "0x007E4CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4D0000", "End": "0x007E4D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4D1000", "End": "0x007E4D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4D2000", "End": "0x007E4DBFFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4DC000", "End": "0x007E4DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4DD000", "End": "0x007E4DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4DE000", "End": "0x007E4DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4DF000", "End": "0x007E4DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4E0000", "End": "0x007E4E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4E1000", "End": "0x007E4E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4E2000", "End": "0x007E4E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4E3000", "End": "0x007E4E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4E4000", "End": "0x007E4E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4E5000", "End": "0x007E4E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4E6000", "End": "0x007E4E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4E7000", "End": "0x007E4E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4E8000", "End": "0x007E4E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4E9000", "End": "0x007E4EFFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4F0000", "End": "0x007E4F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4F1000", "End": "0x007E4F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4F2000", "End": "0x007E4F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4F3000", "End": "0x007E4F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4F4000", "End": "0x007E4F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4F5000", "End": "0x007E4F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4F6000", "End": "0x007E4F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4F7000", "End": "0x007E4F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4F8000", "End": "0x007E4F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4F9000", "End": "0x007E4F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E4FA000", "End": "0x007E4FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E4FB000", "End": "0x007E504FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E505000", "End": "0x007E505FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E506000", "End": "0x007E506FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E507000", "End": "0x007E507FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E508000", "End": "0x007E508FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E509000", "End": "0x007E509FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E50A000", "End": "0x007E50AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E50B000", "End": "0x007E50BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E50C000", "End": "0x007E50CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E50D000", "End": "0x007E50DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E50E000", "End": "0x007E50EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E50F000", "End": "0x007E50FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E510000", "End": "0x007E514FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E515000", "End": "0x007E515FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E516000", "End": "0x007E516FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E517000", "End": "0x007E517FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E518000", "End": "0x007E518FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E519000", "End": "0x007E519FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E51A000", "End": "0x007E51AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E51B000", "End": "0x007E51BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E51C000", "End": "0x007E51CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E51D000", "End": "0x007E51DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E51E000", "End": "0x007E51EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E51F000", "End": "0x007E51FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E520000", "End": "0x007E523FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E524000", "End": "0x007E524FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E525000", "End": "0x007E525FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E526000", "End": "0x007E526FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E527000", "End": "0x007E527FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E528000", "End": "0x007E528FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E529000", "End": "0x007E529FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E52A000", "End": "0x007E52AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E52B000", "End": "0x007E52BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E52C000", "End": "0x007E52CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E52D000", "End": "0x007E52DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E52E000", "End": "0x007E52EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E52F000", "End": "0x007E533FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E534000", "End": "0x007E534FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E535000", "End": "0x007E535FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E536000", "End": "0x007E536FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E537000", "End": "0x007E537FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E538000", "End": "0x007E538FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E539000", "End": "0x007E539FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E53A000", "End": "0x007E53AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E53B000", "End": "0x007E53BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E53C000", "End": "0x007E53CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E53D000", "End": "0x007E53DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E53E000", "End": "0x007E53EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E53F000", "End": "0x007E53FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E540000", "End": "0x007E540FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E541000", "End": "0x007E545FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E546000", "End": "0x007E546FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E547000", "End": "0x007E547FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E548000", "End": "0x007E548FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E549000", "End": "0x007E549FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E54A000", "End": "0x007E54AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E54B000", "End": "0x007E54BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E54C000", "End": "0x007E54CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E54D000", "End": "0x007E54DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E54E000", "End": "0x007E54EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E54F000", "End": "0x007E54FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E550000", "End": "0x007E550FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E551000", "End": "0x007E551FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E552000", "End": "0x007E552FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E553000", "End": "0x007E558FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E559000", "End": "0x007E559FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E55A000", "End": "0x007E55AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E55B000", "End": "0x007E55BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E55C000", "End": "0x007E55CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E55D000", "End": "0x007E55DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E55E000", "End": "0x007E55EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E55F000", "End": "0x007E55FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E560000", "End": "0x007E560FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E561000", "End": "0x007E561FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E562000", "End": "0x007E562FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E563000", "End": "0x007E563FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E564000", "End": "0x007E564FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E565000", "End": "0x007E565FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E566000", "End": "0x007E56AFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E56B000", "End": "0x007E56BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E56C000", "End": "0x007E56CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E56D000", "End": "0x007E56DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E56E000", "End": "0x007E56EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E56F000", "End": "0x007E56FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E570000", "End": "0x007E570FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E571000", "End": "0x007E571FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E572000", "End": "0x007E572FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E573000", "End": "0x007E573FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E574000", "End": "0x007E574FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E575000", "End": "0x007E575FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E576000", "End": "0x007E576FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E577000", "End": "0x007E577FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E578000", "End": "0x007E57EFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E57F000", "End": "0x007E57FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E580000", "End": "0x007E580FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E581000", "End": "0x007E581FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E582000", "End": "0x007E582FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E583000", "End": "0x007E583FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E584000", "End": "0x007E584FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E585000", "End": "0x007E585FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E586000", "End": "0x007E586FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E587000", "End": "0x007E587FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E588000", "End": "0x007E588FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E589000", "End": "0x007E589FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E58A000", "End": "0x007E58AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E58B000", "End": "0x007E58BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E58C000", "End": "0x007E590FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E591000", "End": "0x007E591FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E592000", "End": "0x007E592FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E593000", "End": "0x007E593FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E594000", "End": "0x007E594FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E595000", "End": "0x007E595FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E596000", "End": "0x007E596FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E597000", "End": "0x007E597FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E598000", "End": "0x007E598FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E599000", "End": "0x007E599FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E59A000", "End": "0x007E59AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E59B000", "End": "0x007E59BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E59C000", "End": "0x007E5A2FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5A3000", "End": "0x007E5A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5A4000", "End": "0x007E5A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5A5000", "End": "0x007E5A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5A6000", "End": "0x007E5A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5A7000", "End": "0x007E5A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5A8000", "End": "0x007E5A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5A9000", "End": "0x007E5A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5AA000", "End": "0x007E5AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5AB000", "End": "0x007E5ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5AC000", "End": "0x007E5ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5AD000", "End": "0x007E5ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5AE000", "End": "0x007E5B1FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5B2000", "End": "0x007E5B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5B3000", "End": "0x007E5B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5B4000", "End": "0x007E5B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5B5000", "End": "0x007E5B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5B6000", "End": "0x007E5B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5B7000", "End": "0x007E5B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5B8000", "End": "0x007E5B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5B9000", "End": "0x007E5B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5BA000", "End": "0x007E5BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5BB000", "End": "0x007E5BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5BC000", "End": "0x007E5BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5BD000", "End": "0x007E5C1FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5C2000", "End": "0x007E5C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5C3000", "End": "0x007E5C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5C4000", "End": "0x007E5C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5C5000", "End": "0x007E5C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5C6000", "End": "0x007E5C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5C7000", "End": "0x007E5C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5C8000", "End": "0x007E5C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5C9000", "End": "0x007E5C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5CA000", "End": "0x007E5CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5CB000", "End": "0x007E5CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5CC000", "End": "0x007E5CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5CD000", "End": "0x007E5CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5CE000", "End": "0x007E5CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5CF000", "End": "0x007E5E1FFF", "Number of Entries": 19, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5E2000", "End": "0x007E5E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5E3000", "End": "0x007E5E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5E4000", "End": "0x007E5E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5E5000", "End": "0x007E5E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5E6000", "End": "0x007E5E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5E7000", "End": "0x007E5E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5E8000", "End": "0x007E5E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5E9000", "End": "0x007E5E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5EA000", "End": "0x007E5EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5EB000", "End": "0x007E5EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5EC000", "End": "0x007E5ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5ED000", "End": "0x007E5F9FFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5FA000", "End": "0x007E5FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5FB000", "End": "0x007E5FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5FC000", "End": "0x007E5FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5FD000", "End": "0x007E5FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E5FE000", "End": "0x007E5FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E5FF000", "End": "0x007E5FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E600000", "End": "0x007E600FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E601000", "End": "0x007E601FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E602000", "End": "0x007E602FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E603000", "End": "0x007E603FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E604000", "End": "0x007E604FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E605000", "End": "0x007E60BFFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E60C000", "End": "0x007E60CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E60D000", "End": "0x007E60DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E60E000", "End": "0x007E60EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E60F000", "End": "0x007E60FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E610000", "End": "0x007E610FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E611000", "End": "0x007E611FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E612000", "End": "0x007E612FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E613000", "End": "0x007E613FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E614000", "End": "0x007E614FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E615000", "End": "0x007E615FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E616000", "End": "0x007E616FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E617000", "End": "0x007E61AFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E61B000", "End": "0x007E61BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E61C000", "End": "0x007E61CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E61D000", "End": "0x007E61DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E61E000", "End": "0x007E61EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E61F000", "End": "0x007E61FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E620000", "End": "0x007E620FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E621000", "End": "0x007E621FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E622000", "End": "0x007E622FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E623000", "End": "0x007E623FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E624000", "End": "0x007E624FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E625000", "End": "0x007E625FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E626000", "End": "0x007E629FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E62A000", "End": "0x007E62AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E62B000", "End": "0x007E62BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E62C000", "End": "0x007E62CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E62D000", "End": "0x007E62DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E62E000", "End": "0x007E62EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E62F000", "End": "0x007E62FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E630000", "End": "0x007E630FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E631000", "End": "0x007E631FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E632000", "End": "0x007E632FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E633000", "End": "0x007E633FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E634000", "End": "0x007E634FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E635000", "End": "0x007E64DFFF", "Number of Entries": 25, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E64E000", "End": "0x007E64EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E64F000", "End": "0x007E64FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E650000", "End": "0x007E650FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E651000", "End": "0x007E651FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E652000", "End": "0x007E652FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E653000", "End": "0x007E653FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E654000", "End": "0x007E654FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E655000", "End": "0x007E655FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E656000", "End": "0x007E656FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E657000", "End": "0x007E657FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E658000", "End": "0x007E658FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E659000", "End": "0x007E65CFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E65D000", "End": "0x007E65DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E65E000", "End": "0x007E65EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E65F000", "End": "0x007E65FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E660000", "End": "0x007E660FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E661000", "End": "0x007E661FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E662000", "End": "0x007E662FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E663000", "End": "0x007E663FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E664000", "End": "0x007E664FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E665000", "End": "0x007E665FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E666000", "End": "0x007E666FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E667000", "End": "0x007E667FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E668000", "End": "0x007E66BFFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E66C000", "End": "0x007E66CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E66D000", "End": "0x007E66DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E66E000", "End": "0x007E66EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E66F000", "End": "0x007E66FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E670000", "End": "0x007E670FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E671000", "End": "0x007E671FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E672000", "End": "0x007E672FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E673000", "End": "0x007E673FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E674000", "End": "0x007E674FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E675000", "End": "0x007E675FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E676000", "End": "0x007E676FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E677000", "End": "0x007E680FFF", "Number of Entries": 10, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E681000", "End": "0x007E681FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E682000", "End": "0x007E682FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E683000", "End": "0x007E683FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E684000", "End": "0x007E684FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E685000", "End": "0x007E685FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E686000", "End": "0x007E686FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E687000", "End": "0x007E687FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E688000", "End": "0x007E688FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E689000", "End": "0x007E689FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E68A000", "End": "0x007E68AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E68B000", "End": "0x007E68BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E68C000", "End": "0x007E690FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E691000", "End": "0x007E691FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E692000", "End": "0x007E692FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E693000", "End": "0x007E693FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E694000", "End": "0x007E694FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E695000", "End": "0x007E695FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E696000", "End": "0x007E696FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E697000", "End": "0x007E697FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E698000", "End": "0x007E698FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E699000", "End": "0x007E699FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E69A000", "End": "0x007E69AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E69B000", "End": "0x007E69BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E69C000", "End": "0x007E69CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E69D000", "End": "0x007E69DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E69E000", "End": "0x007E6A5FFF", "Number of Entries": 8, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6A6000", "End": "0x007E6A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6A7000", "End": "0x007E6A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6A8000", "End": "0x007E6A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6A9000", "End": "0x007E6A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6AA000", "End": "0x007E6AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6AB000", "End": "0x007E6ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6AC000", "End": "0x007E6ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6AD000", "End": "0x007E6ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6AE000", "End": "0x007E6AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6AF000", "End": "0x007E6AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6B0000", "End": "0x007E6B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6B1000", "End": "0x007E6B4FFF", "Number of Entries": 4, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6B5000", "End": "0x007E6B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6B6000", "End": "0x007E6B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6B7000", "End": "0x007E6B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6B8000", "End": "0x007E6B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6B9000", "End": "0x007E6B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6BA000", "End": "0x007E6BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6BB000", "End": "0x007E6BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6BC000", "End": "0x007E6BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6BD000", "End": "0x007E6BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6BE000", "End": "0x007E6BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6BF000", "End": "0x007E6BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6C0000", "End": "0x007E6C4FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6C5000", "End": "0x007E6C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6C6000", "End": "0x007E6C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6C7000", "End": "0x007E6C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6C8000", "End": "0x007E6C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6C9000", "End": "0x007E6C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6CA000", "End": "0x007E6CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6CB000", "End": "0x007E6CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6CC000", "End": "0x007E6CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6CD000", "End": "0x007E6CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6CE000", "End": "0x007E6CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6CF000", "End": "0x007E6CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6D0000", "End": "0x007E6D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6D1000", "End": "0x007E6D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6D2000", "End": "0x007E6D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6D3000", "End": "0x007E6D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6D4000", "End": "0x007E6D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6D5000", "End": "0x007E6D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6D6000", "End": "0x007E6D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6D7000", "End": "0x007E6D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6D8000", "End": "0x007E6D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6D9000", "End": "0x007E6D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6DA000", "End": "0x007E6DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6DB000", "End": "0x007E6DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6DC000", "End": "0x007E6DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6DD000", "End": "0x007E6DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6DE000", "End": "0x007E6DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6DF000", "End": "0x007E6DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6E0000", "End": "0x007E6E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6E1000", "End": "0x007E6E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6E2000", "End": "0x007E6E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6E3000", "End": "0x007E6E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6E4000", "End": "0x007E6E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6E5000", "End": "0x007E6E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6E6000", "End": "0x007E6E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6E7000", "End": "0x007E6E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6E8000", "End": "0x007E6E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6E9000", "End": "0x007E6E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6EA000", "End": "0x007E6EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6EB000", "End": "0x007E6EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6EC000", "End": "0x007E6ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6ED000", "End": "0x007E6EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6EE000", "End": "0x007E6EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6EF000", "End": "0x007E6EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6F0000", "End": "0x007E6F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6F1000", "End": "0x007E6F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6F2000", "End": "0x007E6F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6F3000", "End": "0x007E6F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6F4000", "End": "0x007E6F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6F5000", "End": "0x007E6F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6F6000", "End": "0x007E6F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6F7000", "End": "0x007E6F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6F8000", "End": "0x007E6F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6F9000", "End": "0x007E6F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6FA000", "End": "0x007E6FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6FB000", "End": "0x007E6FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6FC000", "End": "0x007E6FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6FD000", "End": "0x007E6FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E6FE000", "End": "0x007E6FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E6FF000", "End": "0x007E6FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E700000", "End": "0x007E700FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E701000", "End": "0x007E701FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E702000", "End": "0x007E702FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E703000", "End": "0x007E703FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E704000", "End": "0x007E704FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E705000", "End": "0x007E705FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E706000", "End": "0x007E706FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E707000", "End": "0x007E707FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E708000", "End": "0x007E708FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E709000", "End": "0x007E709FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E70A000", "End": "0x007E70AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E70B000", "End": "0x007E70BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E70C000", "End": "0x007E70CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E70D000", "End": "0x007E70DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E70E000", "End": "0x007E70EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E70F000", "End": "0x007E70FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E710000", "End": "0x007E710FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E711000", "End": "0x007E711FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E712000", "End": "0x007E712FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E713000", "End": "0x007E713FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E714000", "End": "0x007E714FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E715000", "End": "0x007E715FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E716000", "End": "0x007E716FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E717000", "End": "0x007E717FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E718000", "End": "0x007E718FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E719000", "End": "0x007E719FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E71A000", "End": "0x007E71AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E71B000", "End": "0x007E71BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E71C000", "End": "0x007E71CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E71D000", "End": "0x007E71DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E71E000", "End": "0x007E71EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E71F000", "End": "0x007E71FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E720000", "End": "0x007E720FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E721000", "End": "0x007E721FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E722000", "End": "0x007E722FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E723000", "End": "0x007E723FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E724000", "End": "0x007E724FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E725000", "End": "0x007E725FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E726000", "End": "0x007E726FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E727000", "End": "0x007E727FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E728000", "End": "0x007E728FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E729000", "End": "0x007E729FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E72A000", "End": "0x007E72AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E72B000", "End": "0x007E72BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E72C000", "End": "0x007E72CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E72D000", "End": "0x007E72DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E72E000", "End": "0x007E72EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E72F000", "End": "0x007E72FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E730000", "End": "0x007E730FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E731000", "End": "0x007E731FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E732000", "End": "0x007E732FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E733000", "End": "0x007E733FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E734000", "End": "0x007E734FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E735000", "End": "0x007E735FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E736000", "End": "0x007E736FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E737000", "End": "0x007E737FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E738000", "End": "0x007E738FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E739000", "End": "0x007E739FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E73A000", "End": "0x007E73AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E73B000", "End": "0x007E73BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E73C000", "End": "0x007E73CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E73D000", "End": "0x007E73DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E73E000", "End": "0x007E73EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E73F000", "End": "0x007E73FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E740000", "End": "0x007E740FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E741000", "End": "0x007E741FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E742000", "End": "0x007E742FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E743000", "End": "0x007E743FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E744000", "End": "0x007E744FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E745000", "End": "0x007E745FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E746000", "End": "0x007E746FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E747000", "End": "0x007E747FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E748000", "End": "0x007E748FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E749000", "End": "0x007E749FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E74A000", "End": "0x007E74AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E74B000", "End": "0x007E74BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E74C000", "End": "0x007E74CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E74D000", "End": "0x007E74DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E74E000", "End": "0x007E74EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E74F000", "End": "0x007E74FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E750000", "End": "0x007E750FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E751000", "End": "0x007E751FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E752000", "End": "0x007E752FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E753000", "End": "0x007E753FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E754000", "End": "0x007E754FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E755000", "End": "0x007E755FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E756000", "End": "0x007E756FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E757000", "End": "0x007E757FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E758000", "End": "0x007E758FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E759000", "End": "0x007E759FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E75A000", "End": "0x007E75AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E75B000", "End": "0x007E75BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E75C000", "End": "0x007E75CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E75D000", "End": "0x007E75DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E75E000", "End": "0x007E75EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E75F000", "End": "0x007E75FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E760000", "End": "0x007E760FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E761000", "End": "0x007E761FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E762000", "End": "0x007E762FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E763000", "End": "0x007E763FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E764000", "End": "0x007E764FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E765000", "End": "0x007E765FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E766000", "End": "0x007E766FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E767000", "End": "0x007E767FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E768000", "End": "0x007E768FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E769000", "End": "0x007E769FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E76A000", "End": "0x007E76AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E76B000", "End": "0x007E76BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E76C000", "End": "0x007E76CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E76D000", "End": "0x007E76DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E76E000", "End": "0x007E76EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E76F000", "End": "0x007E76FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E770000", "End": "0x007E770FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E771000", "End": "0x007E771FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E772000", "End": "0x007E772FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E773000", "End": "0x007E773FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E774000", "End": "0x007E774FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E775000", "End": "0x007E775FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E776000", "End": "0x007E776FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E777000", "End": "0x007E777FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E778000", "End": "0x007E778FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E779000", "End": "0x007E779FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E77A000", "End": "0x007E77AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E77B000", "End": "0x007E77BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E77C000", "End": "0x007E77CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E77D000", "End": "0x007E77DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E77E000", "End": "0x007E77EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E77F000", "End": "0x007E77FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E780000", "End": "0x007E780FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E781000", "End": "0x007E781FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E782000", "End": "0x007E782FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E783000", "End": "0x007E783FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E784000", "End": "0x007E784FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E785000", "End": "0x007E785FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E786000", "End": "0x007E786FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E787000", "End": "0x007E787FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E788000", "End": "0x007E788FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E789000", "End": "0x007E789FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E78A000", "End": "0x007E78AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E78B000", "End": "0x007E78BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E78C000", "End": "0x007E78CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E78D000", "End": "0x007E78DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E78E000", "End": "0x007E78EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E78F000", "End": "0x007E78FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E790000", "End": "0x007E790FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E791000", "End": "0x007E791FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E792000", "End": "0x007E792FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E793000", "End": "0x007E793FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E794000", "End": "0x007E794FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E795000", "End": "0x007E795FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E796000", "End": "0x007E796FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E797000", "End": "0x007E797FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E798000", "End": "0x007E798FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E799000", "End": "0x007E799FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E79A000", "End": "0x007E79AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E79B000", "End": "0x007E79BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E79C000", "End": "0x007E79CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E79D000", "End": "0x007E79DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E79E000", "End": "0x007E79EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E79F000", "End": "0x007E79FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7A0000", "End": "0x007E7A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7A1000", "End": "0x007E7A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7A2000", "End": "0x007E7A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7A3000", "End": "0x007E7A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7A4000", "End": "0x007E7A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7A5000", "End": "0x007E7A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7A6000", "End": "0x007E7A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7A7000", "End": "0x007E7A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7A8000", "End": "0x007E7A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7A9000", "End": "0x007E7A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7AA000", "End": "0x007E7AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7AB000", "End": "0x007E7ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7AC000", "End": "0x007E7ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7AD000", "End": "0x007E7ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7AE000", "End": "0x007E7AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7AF000", "End": "0x007E7AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7B0000", "End": "0x007E7B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7B1000", "End": "0x007E7B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7B2000", "End": "0x007E7B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7B3000", "End": "0x007E7B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7B4000", "End": "0x007E7B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7B5000", "End": "0x007E7B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7B6000", "End": "0x007E7B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7B7000", "End": "0x007E7B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7B8000", "End": "0x007E7B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7B9000", "End": "0x007E7B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7BA000", "End": "0x007E7BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7BB000", "End": "0x007E7BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7BC000", "End": "0x007E7BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7BD000", "End": "0x007E7BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7BE000", "End": "0x007E7BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7BF000", "End": "0x007E7BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7C0000", "End": "0x007E7C0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7C1000", "End": "0x007E7C1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7C2000", "End": "0x007E7C2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7C3000", "End": "0x007E7C3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7C4000", "End": "0x007E7C4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7C5000", "End": "0x007E7C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7C6000", "End": "0x007E7C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7C7000", "End": "0x007E7C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7C8000", "End": "0x007E7C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7C9000", "End": "0x007E7C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7CA000", "End": "0x007E7CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7CB000", "End": "0x007E7CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7CC000", "End": "0x007E7CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7CD000", "End": "0x007E7CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7CE000", "End": "0x007E7CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7CF000", "End": "0x007E7CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7D0000", "End": "0x007E7D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7D1000", "End": "0x007E7D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7D2000", "End": "0x007E7D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7D3000", "End": "0x007E7D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7D4000", "End": "0x007E7D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7D5000", "End": "0x007E7D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7D6000", "End": "0x007E7D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7D7000", "End": "0x007E7D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7D8000", "End": "0x007E7D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7D9000", "End": "0x007E7D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7DA000", "End": "0x007E7DAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7DB000", "End": "0x007E7DBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7DC000", "End": "0x007E7DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7DD000", "End": "0x007E7DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7DE000", "End": "0x007E7DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7DF000", "End": "0x007E7DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7E0000", "End": "0x007E7E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7E1000", "End": "0x007E7E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7E2000", "End": "0x007E7E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7E3000", "End": "0x007E7E3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7E4000", "End": "0x007E7E4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7E5000", "End": "0x007E7E5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7E6000", "End": "0x007E7E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7E7000", "End": "0x007E7E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7E8000", "End": "0x007E7E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7E9000", "End": "0x007E7E9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7EA000", "End": "0x007E7EAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7EB000", "End": "0x007E7EBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7EC000", "End": "0x007E7ECFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7ED000", "End": "0x007E7EDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7EE000", "End": "0x007E7EEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7EF000", "End": "0x007E7EFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7F0000", "End": "0x007E7F0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7F1000", "End": "0x007E7F1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7F2000", "End": "0x007E7F2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7F3000", "End": "0x007E7F3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7F4000", "End": "0x007E7F4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7F5000", "End": "0x007E7F5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7F6000", "End": "0x007E7F6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7F7000", "End": "0x007E7F7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7F8000", "End": "0x007E7F8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7F9000", "End": "0x007E7F9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7FA000", "End": "0x007E7FAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7FB000", "End": "0x007E7FBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7FC000", "End": "0x007E7FCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7FD000", "End": "0x007E7FDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E7FE000", "End": "0x007E7FEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E7FF000", "End": "0x007E7FFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E800000", "End": "0x007E800FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E801000", "End": "0x007E801FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E802000", "End": "0x007E802FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E803000", "End": "0x007E803FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E804000", "End": "0x007E804FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E805000", "End": "0x007E805FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E806000", "End": "0x007E806FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E807000", "End": "0x007E807FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E808000", "End": "0x007E808FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E809000", "End": "0x007E809FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E80A000", "End": "0x007E80AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E80B000", "End": "0x007E80BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E80C000", "End": "0x007E80CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E80D000", "End": "0x007E80DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E80E000", "End": "0x007E80EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E80F000", "End": "0x007E80FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E810000", "End": "0x007E810FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E811000", "End": "0x007E811FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E812000", "End": "0x007E812FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E813000", "End": "0x007E813FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E814000", "End": "0x007E814FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E815000", "End": "0x007E815FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E816000", "End": "0x007E816FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E817000", "End": "0x007E817FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E818000", "End": "0x007E818FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E819000", "End": "0x007E819FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E81A000", "End": "0x007E81AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E81B000", "End": "0x007E81BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E81C000", "End": "0x007E81CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E81D000", "End": "0x007E81DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E81E000", "End": "0x007E81EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E81F000", "End": "0x007E81FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E820000", "End": "0x007E820FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E821000", "End": "0x007E821FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E822000", "End": "0x007E822FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E823000", "End": "0x007E823FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E824000", "End": "0x007E824FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E825000", "End": "0x007E825FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E826000", "End": "0x007E826FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E827000", "End": "0x007E827FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E828000", "End": "0x007E828FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E829000", "End": "0x007E829FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E82A000", "End": "0x007E82AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E82B000", "End": "0x007E82BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E82C000", "End": "0x007E82CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E82D000", "End": "0x007E82DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E82E000", "End": "0x007E82EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E82F000", "End": "0x007E82FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E830000", "End": "0x007E830FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E831000", "End": "0x007E831FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E832000", "End": "0x007E832FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E833000", "End": "0x007E833FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E834000", "End": "0x007E834FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E835000", "End": "0x007E835FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E836000", "End": "0x007E836FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E837000", "End": "0x007E837FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E838000", "End": "0x007E838FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E839000", "End": "0x007E839FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E83A000", "End": "0x007E83AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E83B000", "End": "0x007E83BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E83C000", "End": "0x007E83CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E83D000", "End": "0x007E83DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E83E000", "End": "0x007E83EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E83F000", "End": "0x007E83FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E840000", "End": "0x007E840FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E841000", "End": "0x007E841FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E842000", "End": "0x007E842FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E843000", "End": "0x007E843FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E844000", "End": "0x007E844FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E845000", "End": "0x007E845FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E846000", "End": "0x007E846FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E847000", "End": "0x007E847FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E848000", "End": "0x007E848FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E849000", "End": "0x007E849FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E84A000", "End": "0x007E84AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E84B000", "End": "0x007E84BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E84C000", "End": "0x007E84CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E84D000", "End": "0x007E84DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E84E000", "End": "0x007E84EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E84F000", "End": "0x007E84FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E850000", "End": "0x007E850FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E851000", "End": "0x007E851FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E852000", "End": "0x007E852FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E853000", "End": "0x007E853FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E854000", "End": "0x007E854FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E855000", "End": "0x007E855FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E856000", "End": "0x007E856FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E857000", "End": "0x007E857FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E858000", "End": "0x007E858FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E859000", "End": "0x007E859FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E85A000", "End": "0x007E85AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E85B000", "End": "0x007E85BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E85C000", "End": "0x007E85CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E85D000", "End": "0x007E85DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E85E000", "End": "0x007E85EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E85F000", "End": "0x007E85FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E860000", "End": "0x007E860FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E861000", "End": "0x007E861FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E862000", "End": "0x007E862FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E863000", "End": "0x007E863FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E864000", "End": "0x007E864FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E865000", "End": "0x007E865FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E866000", "End": "0x007E866FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E867000", "End": "0x007E867FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E868000", "End": "0x007E868FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E869000", "End": "0x007E869FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E86A000", "End": "0x007E86AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E86B000", "End": "0x007E86BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E86C000", "End": "0x007E86CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E86D000", "End": "0x007E86DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E86E000", "End": "0x007E86EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E86F000", "End": "0x007E86FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E870000", "End": "0x007E870FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E871000", "End": "0x007E871FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E872000", "End": "0x007E872FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E873000", "End": "0x007E873FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E874000", "End": "0x007E874FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E875000", "End": "0x007E875FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E876000", "End": "0x007E876FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E877000", "End": "0x007E877FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E878000", "End": "0x007E878FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E879000", "End": "0x007E879FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E87A000", "End": "0x007E87AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E87B000", "End": "0x007E87BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E87C000", "End": "0x007E87CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E87D000", "End": "0x007E87DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E87E000", "End": "0x007E87EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E87F000", "End": "0x007E87FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E880000", "End": "0x007E880FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E881000", "End": "0x007E881FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E882000", "End": "0x007E882FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E883000", "End": "0x007E883FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E884000", "End": "0x007E884FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E885000", "End": "0x007E885FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E886000", "End": "0x007E886FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E887000", "End": "0x007E887FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E888000", "End": "0x007E888FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E889000", "End": "0x007E889FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E88A000", "End": "0x007E88AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E88B000", "End": "0x007E88BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E88C000", "End": "0x007E88CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E88D000", "End": "0x007E88DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E88E000", "End": "0x007E88EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E88F000", "End": "0x007E88FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E890000", "End": "0x007E890FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E891000", "End": "0x007E891FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E892000", "End": "0x007E892FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E893000", "End": "0x007E893FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E894000", "End": "0x007E894FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E895000", "End": "0x007E895FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E896000", "End": "0x007E896FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E897000", "End": "0x007E897FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E898000", "End": "0x007E898FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E899000", "End": "0x007E899FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E89A000", "End": "0x007E89AFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E89B000", "End": "0x007E89BFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E89C000", "End": "0x007E89CFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E89D000", "End": "0x007E89DFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E89E000", "End": "0x007E89EFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E89F000", "End": "0x007E89FFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8A0000", "End": "0x007E8A0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8A1000", "End": "0x007E8A1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8A2000", "End": "0x007E8A2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8A3000", "End": "0x007E8A3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8A4000", "End": "0x007E8A4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8A5000", "End": "0x007E8A5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8A6000", "End": "0x007E8A6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8A7000", "End": "0x007E8A7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8A8000", "End": "0x007E8A8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8A9000", "End": "0x007E8A9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8AA000", "End": "0x007E8AAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8AB000", "End": "0x007E8ABFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8AC000", "End": "0x007E8ACFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8AD000", "End": "0x007E8ADFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8AE000", "End": "0x007E8AEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8AF000", "End": "0x007E8AFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8B0000", "End": "0x007E8B0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8B1000", "End": "0x007E8B1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8B2000", "End": "0x007E8B2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8B3000", "End": "0x007E8B3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8B4000", "End": "0x007E8B4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8B5000", "End": "0x007E8B5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8B6000", "End": "0x007E8B6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8B7000", "End": "0x007E8B7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8B8000", "End": "0x007E8B8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8B9000", "End": "0x007E8B9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8BA000", "End": "0x007E8BAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8BB000", "End": "0x007E8BBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8BC000", "End": "0x007E8BCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8BD000", "End": "0x007E8BDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8BE000", "End": "0x007E8BEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8BF000", "End": "0x007E8BFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8C0000", "End": "0x007E8C4FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8C5000", "End": "0x007E8C5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8C6000", "End": "0x007E8C6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8C7000", "End": "0x007E8C7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8C8000", "End": "0x007E8C8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8C9000", "End": "0x007E8C9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8CA000", "End": "0x007E8CAFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8CB000", "End": "0x007E8CBFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8CC000", "End": "0x007E8CCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8CD000", "End": "0x007E8CDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8CE000", "End": "0x007E8CEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8CF000", "End": "0x007E8CFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8D0000", "End": "0x007E8D0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8D1000", "End": "0x007E8D1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8D2000", "End": "0x007E8D2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8D3000", "End": "0x007E8D3FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8D4000", "End": "0x007E8D4FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8D5000", "End": "0x007E8D5FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8D6000", "End": "0x007E8D6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8D7000", "End": "0x007E8D7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8D8000", "End": "0x007E8D8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8D9000", "End": "0x007E8D9FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8DA000", "End": "0x007E8DBFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8DC000", "End": "0x007E8DCFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8DD000", "End": "0x007E8DDFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8DE000", "End": "0x007E8DEFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8DF000", "End": "0x007E8DFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8E0000", "End": "0x007E8E0FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8E1000", "End": "0x007E8E1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8E2000", "End": "0x007E8E2FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8E3000", "End": "0x007E8E5FFF", "Number of Entries": 3, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8E6000", "End": "0x007E8E6FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8E7000", "End": "0x007E8E7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8E8000", "End": "0x007E8E8FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8E9000", "End": "0x007E8EDFFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8EE000", "End": "0x007E8EEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8EF000", "End": "0x007E8EFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8F0000", "End": "0x007E8F0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8F1000", "End": "0x007E8F1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8F2000", "End": "0x007E8F2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8F3000", "End": "0x007E8F7FFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8F8000", "End": "0x007E8F8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8F9000", "End": "0x007E8F9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E8FA000", "End": "0x007E8FAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E8FB000", "End": "0x007E93AFFF", "Number of Entries": 64, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E93B000", "End": "0x007E93BFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E93C000", "End": "0x007E97BFFF", "Number of Entries": 64, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E97C000", "End": "0x007E97CFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E97D000", "End": "0x007E985FFF", "Number of Entries": 9, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E986000", "End": "0x007E986FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E987000", "End": "0x007E987FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E988000", "End": "0x007E988FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E989000", "End": "0x007E989FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E98A000", "End": "0x007E98AFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E98B000", "End": "0x007E98BFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E98C000", "End": "0x007E98CFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E98D000", "End": "0x007E98DFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E98E000", "End": "0x007E98EFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E98F000", "End": "0x007E98FFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E990000", "End": "0x007E990FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E991000", "End": "0x007E991FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E992000", "End": "0x007E992FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E993000", "End": "0x007E993FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E994000", "End": "0x007E994FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E995000", "End": "0x007E995FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E996000", "End": "0x007E996FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E997000", "End": "0x007E997FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E998000", "End": "0x007E998FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E999000", "End": "0x007E999FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E99A000", "End": "0x007E99AFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E99B000", "End": "0x007E99BFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E99C000", "End": "0x007E99CFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E99D000", "End": "0x007E99DFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E99E000", "End": "0x007E99EFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E99F000", "End": "0x007E99FFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9A0000", "End": "0x007E9A0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9A1000", "End": "0x007E9A1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9A2000", "End": "0x007E9A2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9A3000", "End": "0x007E9A3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9A4000", "End": "0x007E9A4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9A5000", "End": "0x007E9A6FFF", "Number of Entries": 2, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9A7000", "End": "0x007E9A7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9A8000", "End": "0x007E9A9FFF", "Number of Entries": 2, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9AA000", "End": "0x007E9AAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9AB000", "End": "0x007E9ABFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9AC000", "End": "0x007E9ACFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9AD000", "End": "0x007E9ADFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9AE000", "End": "0x007E9AEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9AF000", "End": "0x007E9AFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9B0000", "End": "0x007E9B0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9B1000", "End": "0x007E9B1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9B2000", "End": "0x007E9B2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9B3000", "End": "0x007E9B3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9B4000", "End": "0x007E9B4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9B5000", "End": "0x007E9B5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9B6000", "End": "0x007E9B6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9B7000", "End": "0x007E9B7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9B8000", "End": "0x007E9B8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9B9000", "End": "0x007E9B9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9BA000", "End": "0x007E9BAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9BB000", "End": "0x007E9BBFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9BC000", "End": "0x007E9BCFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9BD000", "End": "0x007E9BDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9BE000", "End": "0x007E9BEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9BF000", "End": "0x007E9BFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9C0000", "End": "0x007E9C0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9C1000", "End": "0x007E9C1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9C2000", "End": "0x007E9C2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9C3000", "End": "0x007E9C3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9C4000", "End": "0x007E9C4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9C5000", "End": "0x007E9C5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9C6000", "End": "0x007E9C6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9C7000", "End": "0x007E9C7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9C8000", "End": "0x007E9C8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9C9000", "End": "0x007E9C9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9CA000", "End": "0x007E9CAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9CB000", "End": "0x007E9CBFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9CC000", "End": "0x007E9CCFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9CD000", "End": "0x007E9CDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9CE000", "End": "0x007E9CEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9CF000", "End": "0x007E9CFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9D0000", "End": "0x007E9D0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9D1000", "End": "0x007E9D1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9D2000", "End": "0x007E9D2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9D3000", "End": "0x007E9D3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9D4000", "End": "0x007E9D4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9D5000", "End": "0x007E9D5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9D6000", "End": "0x007E9D6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9D7000", "End": "0x007E9D7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9D8000", "End": "0x007E9D8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9D9000", "End": "0x007E9D9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9DA000", "End": "0x007E9DAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9DB000", "End": "0x007E9DBFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9DC000", "End": "0x007E9DCFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9DD000", "End": "0x007E9DDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9DE000", "End": "0x007E9DEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9DF000", "End": "0x007E9DFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9E0000", "End": "0x007E9E0FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9E1000", "End": "0x007E9E1FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9E2000", "End": "0x007E9E2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9E3000", "End": "0x007E9E3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9E4000", "End": "0x007E9E4FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9E5000", "End": "0x007E9E5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9E6000", "End": "0x007E9E6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9E7000", "End": "0x007E9E7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9E8000", "End": "0x007E9E8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9E9000", "End": "0x007E9E9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9EA000", "End": "0x007E9EAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9EB000", "End": "0x007E9EBFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007E9EC000", "End": "0x007E9ECFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9ED000", "End": "0x007E9EDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007E9EE000", "End": "0x007EA50FFF", "Number of Entries": 99, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA51000", "End": "0x007EA51FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA52000", "End": "0x007EA52FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\CapsuleRuntimeDxe\\CapsuleRuntimeDxe\\DEBUG\\CapsuleRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA53000", "End": "0x007EA58FFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\CapsuleRuntimeDxe\\CapsuleRuntimeDxe\\DEBUG\\CapsuleRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA59000", "End": "0x007EA5FFFF", "Number of Entries": 7, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\CapsuleRuntimeDxe\\CapsuleRuntimeDxe\\DEBUG\\CapsuleRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA60000", "End": "0x007EA60FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA61000", "End": "0x007EA61FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MonotonicCounterRuntimeDxe\\MonotonicCounterRuntimeDxe\\DEBUG\\MonotonicCounterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA62000", "End": "0x007EA64FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MonotonicCounterRuntimeDxe\\MonotonicCounterRuntimeDxe\\DEBUG\\MonotonicCounterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA65000", "End": "0x007EA69FFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\MonotonicCounterRuntimeDxe\\MonotonicCounterRuntimeDxe\\DEBUG\\MonotonicCounterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA6A000", "End": "0x007EA6AFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA6B000", "End": "0x007EA6BFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PcAtChipsetPkg\\PcatRealTimeClockRuntimeDxe\\PcatRealTimeClockRuntimeDxe\\DEBUG\\PcRtc.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA6C000", "End": "0x007EA6FFFF", "Number of Entries": 4, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PcAtChipsetPkg\\PcatRealTimeClockRuntimeDxe\\PcatRealTimeClockRuntimeDxe\\DEBUG\\PcRtc.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA70000", "End": "0x007EA74FFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PcAtChipsetPkg\\PcatRealTimeClockRuntimeDxe\\PcatRealTimeClockRuntimeDxe\\DEBUG\\PcRtc.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA75000", "End": "0x007EA75FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA76000", "End": "0x007EA76FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Variable\\RuntimeDxe\\VariableSmmRuntimeDxe\\DEBUG\\VariableSmmRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA77000", "End": "0x007EA7CFFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Variable\\RuntimeDxe\\VariableSmmRuntimeDxe\\DEBUG\\VariableSmmRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA7D000", "End": "0x007EA83FFF", "Number of Entries": 7, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\Variable\\RuntimeDxe\\VariableSmmRuntimeDxe\\DEBUG\\VariableSmmRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA84000", "End": "0x007EA84FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA85000", "End": "0x007EA85FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmPeiLaunchers\\MmDxeSupport\\DEBUG\\MmDxeSupport.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA86000", "End": "0x007EA88FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmPeiLaunchers\\MmDxeSupport\\DEBUG\\MmDxeSupport.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA89000", "End": "0x007EA8EFFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MmSupervisorPkg\\Drivers\\MmPeiLaunchers\\MmDxeSupport\\DEBUG\\MmDxeSupport.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA8F000", "End": "0x007EA8FFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA90000", "End": "0x007EA90FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmmControl2Dxe\\SmmControl2Dxe\\DEBUG\\SmmControl2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA91000", "End": "0x007EA94FFF", "Number of Entries": 4, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmmControl2Dxe\\SmmControl2Dxe\\DEBUG\\SmmControl2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA95000", "End": "0x007EA9AFFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\QemuQ35Pkg\\SmmControl2Dxe\\SmmControl2Dxe\\DEBUG\\SmmControl2Dxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EA9B000", "End": "0x007EA9BFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EA9C000", "End": "0x007EA9CFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\StatusCodeHandler\\RuntimeDxe\\StatusCodeHandlerRuntimeDxe\\DEBUG\\StatusCodeHandlerRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EA9D000", "End": "0x007EA9FFFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\StatusCodeHandler\\RuntimeDxe\\StatusCodeHandlerRuntimeDxe\\DEBUG\\StatusCodeHandlerRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAA0000", "End": "0x007EAA4FFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\StatusCodeHandler\\RuntimeDxe\\StatusCodeHandlerRuntimeDxe\\DEBUG\\StatusCodeHandlerRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAA5000", "End": "0x007EAA5FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAA6000", "End": "0x007EAA6FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleContextBufferModule\\PrmSampleContextBufferModule\\DEBUG\\PrmSampleContextBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EAA7000", "End": "0x007EAA8FFF", "Number of Entries": 2, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleContextBufferModule\\PrmSampleContextBufferModule\\DEBUG\\PrmSampleContextBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAA9000", "End": "0x007EAADFFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleContextBufferModule\\PrmSampleContextBufferModule\\DEBUG\\PrmSampleContextBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAAE000", "End": "0x007EAAEFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAAF000", "End": "0x007EAAFFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleHardwareAccessModule\\PrmSampleHardwareAccessModule\\DEBUG\\PrmSampleHardwareAccessModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EAB0000", "End": "0x007EAB2FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleHardwareAccessModule\\PrmSampleHardwareAccessModule\\DEBUG\\PrmSampleHardwareAccessModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAB3000", "End": "0x007EAB8FFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleHardwareAccessModule\\PrmSampleHardwareAccessModule\\DEBUG\\PrmSampleHardwareAccessModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAB9000", "End": "0x007EAB9FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EABA000", "End": "0x007EABAFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleAcpiParameterBufferModule\\PrmSampleAcpiParameterBufferModule\\DEBUG\\PrmSampleAcpiParameterBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EABB000", "End": "0x007EABCFFF", "Number of Entries": 2, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleAcpiParameterBufferModule\\PrmSampleAcpiParameterBufferModule\\DEBUG\\PrmSampleAcpiParameterBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EABD000", "End": "0x007EAC1FFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\Samples\\PrmSampleAcpiParameterBufferModule\\PrmSampleAcpiParameterBufferModule\\DEBUG\\PrmSampleAcpiParameterBufferModule.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAC2000", "End": "0x007EAC2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAC3000", "End": "0x007EAC3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmConfigDxe\\PrmConfigDxe\\DEBUG\\PrmConfigDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EAC4000", "End": "0x007EAC6FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmConfigDxe\\PrmConfigDxe\\DEBUG\\PrmConfigDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAC7000", "End": "0x007EACBFFF", "Number of Entries": 5, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\PrmPkg\\PrmConfigDxe\\PrmConfigDxe\\DEBUG\\PrmConfigDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EACC000", "End": "0x007EACCFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EACD000", "End": "0x007EACDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ResetSystemRuntimeDxe\\ResetSystemRuntimeDxe\\DEBUG\\ResetSystemRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EACE000", "End": "0x007EAD0FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ResetSystemRuntimeDxe\\ResetSystemRuntimeDxe\\DEBUG\\ResetSystemRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAD1000", "End": "0x007EAD6FFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ResetSystemRuntimeDxe\\ResetSystemRuntimeDxe\\DEBUG\\ResetSystemRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAD7000", "End": "0x007EAD7FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAD8000", "End": "0x007EAD8FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\RuntimeDxe\\RuntimeDxe\\DEBUG\\RuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EAD9000", "End": "0x007EADBFFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\RuntimeDxe\\RuntimeDxe\\DEBUG\\RuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EADC000", "End": "0x007EAE1FFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\RuntimeDxe\\RuntimeDxe\\DEBUG\\RuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAE2000", "End": "0x007EAE2FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAE3000", "End": "0x007EAE3FFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ReportStatusCodeRouter\\RuntimeDxe\\ReportStatusCodeRouterRuntimeDxe\\DEBUG\\ReportStatusCodeRouterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EAE4000", "End": "0x007EAE6FFF", "Number of Entries": 3, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ReportStatusCodeRouter\\RuntimeDxe\\ReportStatusCodeRouterRuntimeDxe\\DEBUG\\ReportStatusCodeRouterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAE7000", "End": "0x007EAECFFF", "Number of Entries": 6, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Universal\\ReportStatusCodeRouter\\RuntimeDxe\\ReportStatusCodeRouterRuntimeDxe\\DEBUG\\ReportStatusCodeRouterRuntimeDxe.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EAED000", "End": "0x007EAEDFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EAEE000", "End": "0x007EB60FFF", "Number of Entries": 115, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB61000", "End": "0x007EB61FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB62000", "End": "0x007EB62FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB63000", "End": "0x007EB63FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB64000", "End": "0x007EB64FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB65000", "End": "0x007EB65FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB66000", "End": "0x007EB66FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB67000", "End": "0x007EB67FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB68000", "End": "0x007EB68FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB69000", "End": "0x007EB69FFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB6A000", "End": "0x007EB6AFFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB6B000", "End": "0x007EB6BFFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB6C000", "End": "0x007EB6CFFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB6D000", "End": "0x007EB6DFFF", "Number of Entries": 1, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB6E000", "End": "0x007EB6EFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB6F000", "End": "0x007EB6FFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB70000", "End": "0x007EB70FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB71000", "End": "0x007EB71FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB72000", "End": "0x007EB72FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB73000", "End": "0x007EB73FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB74000", "End": "0x007EB74FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB75000", "End": "0x007EB76FFF", "Number of Entries": 2, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB77000", "End": "0x007EB77FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB78000", "End": "0x007EB78FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB79000", "End": "0x007EB79FFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB7A000", "End": "0x007EB7AFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB7B000", "End": "0x007EB7BFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB7C000", "End": "0x007EB7CFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EB7D000", "End": "0x007EB7DFFF", "Number of Entries": 1, "Memory Type": "EfiACPIReclaimMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EB7E000", "End": "0x007EBD7FFF", "Number of Entries": 90, "Memory Type": "EfiACPIMemoryNVS", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EBD8000", "End": "0x007EBD8FFF", "Number of Entries": 1, "Memory Type": "EfiACPIMemoryNVS", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EBD9000", "End": "0x007EBD9FFF", "Number of Entries": 1, "Memory Type": "EfiACPIMemoryNVS", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "User", "Start": "0x007EBDA000", "End": "0x007EBDAFFF", "Number of Entries": 1, "Memory Type": "EfiACPIMemoryNVS", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "GuardPage", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EBDB000", "End": "0x007EBFDFFF", "Number of Entries": 35, "Memory Type": "EfiACPIMemoryNVS", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EBFE000", "End": "0x007EBFFFFF", "Number of Entries": 2, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EC00000", "End": "0x007EDFFFFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EE00000", "End": "0x007EED6FFF", "Number of Entries": 215, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EED7000", "End": "0x007EED7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "Stack Guard", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EED8000", "End": "0x007EEF6FFF", "Number of Entries": 31, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "Stack", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EEF7000", "End": "0x007EEF7FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\Dxe\\DxeMain\\DEBUG\\DxeCore.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Disabled", "Execute": "Enabled", "Privilege": "Supervisor", "Start": "0x007EEF8000", "End": "0x007EF18FFF", "Number of Entries": 33, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "CODE", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\Dxe\\DxeMain\\DEBUG\\DxeCore.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF19000", "End": "0x007EF2EFFF", "Number of Entries": 22, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "DATA", "System Memory": "None", "Memory Contents": "c:\\msft\\test2\\mu_tiano_platforms\\Build\\QemuQ35Pkg\\DEBUG_VS2022\\X64\\MdeModulePkg\\Core\\Dxe\\DxeMain\\DEBUG\\DxeCore.pdb", "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF2F000", "End": "0x007EF33FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF34000", "End": "0x007EF49FFF", "Number of Entries": 22, "Memory Type": "EfiConventionalMemory", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF4A000", "End": "0x007EF4AFFF", "Number of Entries": 1, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF4B000", "End": "0x007EF6EFFF", "Number of Entries": 36, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF6F000", "End": "0x007EF73FFF", "Number of Entries": 5, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF74000", "End": "0x007EF91FFF", "Number of Entries": 30, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF92000", "End": "0x007EF97FFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF98000", "End": "0x007EF98FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF99000", "End": "0x007EF99FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "AP Stack 0 Guard", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EF9A000", "End": "0x007EFA0FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "AP Stack 0", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "No", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFA1000", "End": "0x007EFA1FFF", "Number of Entries": 1, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "AP Stack 1 Guard", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFA2000", "End": "0x007EFA8FFF", "Number of Entries": 7, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "AP Stack 1", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFA9000", "End": "0x007EFAEFFF", "Number of Entries": 6, "Memory Type": "EfiBootServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFAF000", "End": "0x007EFBBFFF", "Number of Entries": 13, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFBC000", "End": "0x007EFCFFFF", "Number of Entries": 20, "Memory Type": "EfiRuntimeServicesData", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "4k", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007EFD0000", "End": "0x007EFFFFFF", "Number of Entries": 48, "Memory Type": "EfiBootServicesCode", "GCD Memory Type": "EfiGcdMemoryTypeSystemMemory", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x007F000000", "End": "0x007FFFFFFF", "Number of Entries": 8, "Memory Type": "EfiReservedMemoryType", "GCD Memory Type": "EfiGcdMemoryTypeReserved", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0080000000", "End": "0x00AFFFFFFF", "Number of Entries": 384, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00B0000000", "End": "0x00FBFFFFFF", "Number of Entries": 608, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FC000000", "End": "0x00FEBFFFFF", "Number of Entries": 22, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FEC00000", "End": "0x00FEC00FFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FEC01000", "End": "0x00FECFFFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FED00000", "End": "0x00FED00FFF", "Number of Entries": "1 (p)", "Memory Type": "EfiMemoryMappedIO", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FED01000", "End": "0x00FED1BFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FED1C000", "End": "0x00FED1FFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FED20000", "End": "0x00FEDFFFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FEE00000", "End": "0x00FEEFFFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FEF00000", "End": "0x00FEFFFFFF", "Number of Entries": "1 (p)", "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": true}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FF000000", "End": "0x00FFBFFFFF", "Number of Entries": 6, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x00FFC00000", "End": "0x00FFFFFFFF", "Number of Entries": 2, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0100000000", "End": "0x07FFFFFFFF", "Number of Entries": 14336, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeNonExistent", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}, {"Page Size": "2m", "Present": "Yes", "Read/Write": "Enabled", "Execute": "Disabled", "Privilege": "Supervisor", "Start": "0x0800000000", "End": "0x0FFFFFFFFF", "Number of Entries": 16384, "Memory Type": "None", "GCD Memory Type": "EfiGcdMemoryTypeMemoryMappedIo", "Section Type": "Not Tracked", "System Memory": "None", "Memory Contents": null, "Partial Page": false}], "errors": []};
    </script>

    <!-- Javascript libraries -->
    <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js" integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f" crossorigin="anonymous"></script> 
    <script src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js" integrity="sha384-NHtbx1Hf6ctHNdZmU28YfhGjB63gcU1YU64ttM+c0RxMKNBj67j+N/axpqTfdffo" crossorigin="anonymous"></script> 
    <script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 
    <script src="https://cdn.datatables.net/1.10.15/js/dataTables.bootstrap.min.js" integrity="sha384-7PXRkl4YJnEpP8uU4ev9652TTZSxrqC8uOpcV1ftVEC7LVyLZqqDUAaq+Y+lGgr9" crossorigin="anonymous"></script> 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/js/bootstrap-select.min.js" integrity="sha384-7RnKw5sMIle5aza0DbXRxSFziONgSQKq4/v0JGJnfrCIMWMyasw3n7w2IW4HK7Ss" crossorigin="anonymous"></script> 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-growl/1.0.0/jquery.bootstrap-growl.min.js" integrity="sha384-HitlARW+6c0IF2m5pcwV3x64ooKVvQsiTuCxKU9cRKVOVrYNopTqkeEoXclgAWqE" crossorigin="anonymous"></script>
    <!-- Add javascript here -->
    <script>
        var DATA_TABLE_OFFSET = 500;
        var PARSING_TOOL_TABLE_OFFSET = 350;
        $(document).ready(function () {
            $('#PlatformName').text(EmbeddedJd.PlatformName);
            $('#PlatformVersion').text(EmbeddedJd.PlatformVersion);
            $('#RunDate').text(EmbeddedJd.DateCollected);
            $('span#ToolVersion').text(EmbeddedJd.ToolVersion);

            //To support tabs and correct column width we need this change
            $('a[data-toggle="tab"][href="#tabs-3"]').on('shown.bs.tab', function (e) {
                $.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
            });

            //
            //Write out errors or warnings in the data processing
            //
            EmbeddedJd.errors.forEach(function (element, index, array) {
                $("table#ParsingErrors tbody").append("<tr><td>" + element +"</td></tr>");
            });  //end forEach
            var errorTable = $('table#ParsingErrors').dataTable({
                "paginate": false,
                "autoWidth": false,
                "order": [],
                "scrollY": ($(window).height() - PARSING_TOOL_TABLE_OFFSET) + "px",
                "language": {
                    "emptyTable": "No parsing errors"
                }
            }); //end errors datatable

            $('a[data-toggle="tab"][href="#tabs-4"]').on('shown.bs.tab', function (e) {
                $.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
            });

         
            //
            // Create Attribution List for all external libraries used
            //
            [
                { Title: "JQuery", Copyright: "Copyright 2017 The jQuery Foundation", Version: $.fn.jquery, LicenseType: "MIT", LicenseLink: "https://jquery.org/license/" },
                { Title: "DataTables", Copyright: "DataTables designed and created by SpryMedia Ltd Copyright 2007-2017", Version: $.fn.dataTable.version, LicenseType: "MIT", LicenseLink: "https://datatables.net/license/mit" },
                { Title: "BootStrap", Copyright: "Code and documentation copyright 2011-2017 the Bootstrap Authors and Twitter, Inc.", Version: "3.3.7", LicenseType: "MIT", LicenseLink: "https://github.com/twbs/bootstrap/blob/master/LICENSE" },
                { Title: "bootstrap-select", Copyright: "Copyright (C) 2013-2015 bootstrap-select", Version: "1.12.4", LicenseType: "MIT", LicenseLink: "https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE" },
                { Title: "bootstrap-growl", Copyright: "Copyright (c) Nick Larson, http://github.com/ifightcrime", Version: "1.0.0", LicenseType: "MIT", LicenseLink: "https://github.com/ifightcrime/bootstrap-growl/blob/master/LICENSE.md" }
            ].forEach(function (element) {
                $("<div class='attribution'><h4>" + element.Title + "</h4><p>Version: <span class='version'>" + element.Version + "</span><br /><span class='copyright'>" +
                    element.Copyright + "</span><br />License: <a class='license' href='" + element.LicenseLink + "'>" + element.LicenseType + "</a></p></div>").appendTo("div#AttributionListWrapper");
            });
           
            // filter
            $('button#ClearPageFilter').click(function () {
                $("div#PageAttributeFilterWrapper select.selectpicker").selectpicker('deselectAll');
                $("div#PageAttributeFilterWrapper select.selectpicker").selectpicker("refresh");
                $("div#PageAttributeFilterWrapper select.selectpicker").change();

            });
            $('button#ClearMemoryFilter').click(function () {
                $("div#MemoryRangeFilterWrapper select.selectpicker").selectpicker('deselectAll');
                $("div#MemoryRangeFilterWrapper select.selectpicker").selectpicker("refresh");
                $("div#MemoryRangeFilterWrapper select.selectpicker").change();
            });

            $('button#ClearAllFilter').click(function () {
                $('button#ClearMemoryFilter').click();
                $('button#ClearPageFilter').click();    
            });


             //table for modules
             var mTable = $('table#MemoryRanges').dataTable({
                "aaData": EmbeddedJd.MemoryRanges,
                "paginate": false,
                "autoWidth": false,
                "scrollY": ($(window).height() - DATA_TABLE_OFFSET) + "px",
                "sorting": [[0, "asc"]],
                "columnDefs": [
                    {
                        "data": "Start",
                        "targets": [0]
                    },
                    {
                        "data": "End",
                        "targets": [1]
                    },
                    {
                        "data": "Page Size",
                        "targets": [2],
                    },
                    {
                        "data": "Number of Entries",
                        "targets": [3],
                    },
                    {
                        "data": "Present",
                        "targets": [4],
                    },
                    {
                        "data": "Read/Write",
                        "targets": [5],
                    },
                    {
                        "data": "Execute",
                        "targets": [6],
                    },
                    {
                        "data": "Privilege",
                        "targets": [7],
                    },
                    {
                        "data": "Memory Type",
                        "targets": [8],
                        "defaultContent": "None"
                    },
                    {
                        "data": "GCD Memory Type",
                        "targets": [9],
                        "defaultContent": "None"
                    },
                    {
                        "data": "Section Type",
                        "targets": [10]
                    },
                    {
                        "data": "System Memory",
                        "targets": [11],
                        "defaultContent": "SYSTEM"
                    },
                    {
                        "data": "Memory Contents",
                        "targets": [12],
                        "defaultContent": "Nothing Found"
                    }
                ], //end of column def
                initComplete: function () {
                    //Setup the filters
                    this.api().column(2).every( function() {
                        var column = this;
                        var select = $("#PageSizeFilter").on( 'change', function () { 
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 2 - Page Size

                    this.api().column(6).every( function() {
                        var column = this;
                        var select = $("#ExecuteFilter").on( 'change', function () {     
                            //var SelectedValues = $(this).val() || [];
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                //.search( val ? '^'+val+'$' : '', true, false )
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 6 - execute Attribute

                    this.api().column(4).every( function() {
                        var column = this;
                        var select = $("#PresentFilter").on( 'change', function () {     
                            //var SelectedValues = $(this).val() || [];
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                //.search( val ? '^'+val+'$' : '', true, false )
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 4 - Present Attribute

                    this.api().column(5).every( function() {
                        var column = this;
                        var select = $("#RWFilter").on( 'change', function () {     
                            //var SelectedValues = $(this).val() || [];
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                //.search( val ? '^'+val+'$' : '', true, false )
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 5 - RW attribute
                    
                    this.api().column(7).every( function() {
                        var column = this;
                        var select = $("#PrivilegeFilter").on( 'change', function () {
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                            column.search(SearchRegex, true, false).draw();
                        }); // on change

                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 7 - Privilege (User / Supervisor)

                    this.api().column(10).every( function() {
                        var column = this;
                        var select = $("#SectionFilter").on( 'change', function () {
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                            column.search(SearchRegex, true, false).draw();
                        }); // on change

                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 10 - Section Type for code/data sections

                    this.api().column(8).every( function() {
                        var column = this;
                        var select = $("#MemoryTypeFilter").on( 'change', function () { 
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 8 - Memory Type

                    this.api().column(9).every( function() {
                        var column = this;
                        var select = $("#MemorySpaceTypeFilter").on( 'change', function () { 
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 9 - GCD Memory Type

                    this.api().column(11).every( function() {
                        var column = this;
                        var select = $("#SpecialMemoryRegionsFilter").on( 'change', function () {     
                            //var SelectedValues = $(this).val() || [];
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                //.search( val ? '^'+val+'$' : '', true, false )
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 11 - special Memory Type
                    

                    this.api().column(12).every( function() {
                        var column = this;
                        var select = $("#MemoryContentsFilter").on( 'change', function () {     
                            //var SelectedValues = $(this).val() || [];
                            var SearchRegex = CreateRegexForSearchMultiselect($(this).val());
                             column
                                //.search( val ? '^'+val+'$' : '', true, false )
                                .search(SearchRegex, true, false)
                                .draw();
                        }); // on change
                        
                        //populate with options
                        column.data().unique().sort().each( function ( d, j ) {
                            if(d === null) {
                                d = "Nothing Found";  //this must align with the default content
                            }
                            select.append( '<option value="'+d+'">'+d+'</option>' )
                        });
                    }); //column 12 - Memory Contents
                } //end init complete func
            }) //end of modules table 

            /** Memory Range JSON looks like: 
            {"Page Size": "4k", 
            "Present": "Yes",
            "Read/Write": "Enabled", 
            "Execute": "Disabled", 
            "Privilege": "User"
            "Start": "0x0000058000", 
            "End": "0x0000058FFF", 
            "Number of Entries": 1, 
            "Memory Type": "EfiReservedMemoryType", 
            "GCD Memory Type": "EfiGcdMemoryTypeReserved"
            "Attributes": "EFI_MEMORY_RO, EFI_MEMORY_RUNTIME"
            "System Memory": "None"
            "Memory Contents": null,
            "Partial Page": False
            }
            **/
            var SavedFilters = [];
            SavedFilters.push({"Name": "RW+X", "Description": "No memory range should have page attributes that allow read, write, and execute", 
                "Filter": function(mrObject) {
                    if( (mrObject["Execute"] === "Enabled") && (mrObject["Read/Write"] === "Enabled") && (mrObject["Present"] === "Yes")) {
                        return true;
                    }
                    return false;
                }, //end of Filter function
                "ConfigureFilter":function() {
                    $("button#ClearAllFilter").click();  //clear the filters
                    if(!SetMultiselectTo("ExecuteFilter", ["Enabled"]))
                    {
                        return false
                    }
                    if(!SetMultiselectTo("PresentFilter", ["Yes"]))
                    {
                        return false
                    }
                    return SetMultiselectTo("RWFilter", ["Enabled"]);
                } //end of configuring filter inputs
            });

            SavedFilters.push({"Name": "Data Sections are No-Execute", "Description": "Image data sections should be no-execute", "Filter": function(mrObject) {
                    if((mrObject["Execute"] === "Enabled") && (mrObject["Section Type"] === "DATA")) {
                        return true;
                    }
                    return false;
                }, //end of Filter function
                "ConfigureFilter":function() {
                    $("button#ClearAllFilter").click();  //clear the filters
                    if(!SetMultiselectTo("ExecuteFilter", ["Disabled"]))
                    {
                        return false;
                    }
                    if(!SetMultiselectTo("SectionFilter", ["DATA"]))
                    {
                        return false;
                    }
                    return SetMultiselectTo("MemoryTypeFilter", ["EfiRuntimeServicesCode"]);
                } //end of configuring filter inputs
            });

            SavedFilters.push({"Name": "Code Sections are Read-Only", "Description": "Image code sections should be read-only", "Filter": function(mrObject) {
                    if((mrObject["Read/Write"] === "Enabled") && (mrObject["Section Type"] === "CODE")) {
                        return true;
                    }
                    return false;
                }, //end of Filter function
                "ConfigureFilter":function() {
                    $("button#ClearAllFilter").click();  //clear the filters
                    if(!SetMultiselectTo("RWFilter", ["Enabled"]))
                    {
                        return false;
                    }
                    if(!SetMultiselectTo("SectionFilter", ["CODE"]))
                    {
                        return false;
                    }
                    return true;
                } //end of configuring filter inputs
            });

            //Fill in the test results tab
            SavedFilters.forEach(function(TestObject) {
                var FailedCount = EmbeddedJd.MemoryRanges.filter(TestObject.Filter);
                if(FailedCount == 0) {
                    var b = $("<div class='TestStatus bg-success'><h4>" + TestObject.Name + "</h4><p>Description:" + TestObject.Description + "<br />Status: Success</p></div>");
                    b.appendTo("div#TestStatusListWrapper");
 
                } else {
                    var b = $("<div class='TestStatus bg-danger'><h4>" + TestObject.Name + "</h4><p>Description:" + TestObject.Description + "<br />Status: Failed (" + FailedCount.length + ")</p></div>");
                    //Create a button that configures the filter for this test result
                    var a = $('<button type="button" class="btn btn-danger">Set This As Filter For List</button>');
                    a.click(function() {
                        if(TestObject.ConfigureFilter()) {
                            AddAlert(TestObject.Name + " Filter applied Successfully", "success");
                        } else {
                            AddAlert(TestObject.Name + " Filter failed", "danger");
                        } 
                        $('a[href="#tabs-3"]').tab('show'); 
                    });
                    a.appendTo(b);
                    $('<p></p>').appendTo(b);
                    b.appendTo("div#TestStatusListWrapper");
                }
            });

            $('div#tabs-3 select.selectpicker').selectpicker("refresh").change();

            //Show warning if there are parsing errors
            if(EmbeddedJd.errors.length > 0) {
                $.bootstrapGrowl("Data Parsing Errors identified.  Please look at Parsing Errors tab as Results and Memory Data might not be accurate.", {
                    ele: 'body', // which element to append to
                    type: 'danger', // (null, 'info', 'danger', 'success')
                    offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
                    align: 'right', // ('left', 'right', or 'center')
                    width: 'auto', // (integer, or 'auto')
                    delay: 3600000, // Time while the message will be displayed.  1 hour
                    allow_dismiss: true, // If true then will display a cross to close the popup.
                    stackup_spacing: 10 // spacing between consecutively stacked growls.
                });
            }
        }); //end on ready
        //
        //To handle scroll tables adjust the height based on the window height.
        //
        $(window).resize(function() {
            var newHd = $(window).height() - DATA_TABLE_OFFSET;
            var newParsingHeight = $(window).height() - PARSING_TOOL_TABLE_OFFSET;
            $("#MemoryRanges_wrapper .dataTables_scrollBody").height(newHd);
            $('#ParsingErrors_wrapper .dataTables_scrollBody').height(newParsingHeight);
            $.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
        });

        function CreateRegexForSearchMultiselect(mylist){
            var re = '';
            // console.log(mylist);
            mylist.forEach(function(v,i,a) {
                if(i > 0) {
                    re += "|";
                } else {
                    re += "("
                }
                re += '^' + $.fn.dataTable.util.escapeRegex(v) + '?';
            });
            if(re !== '') {
                re += ")"
            }
            // console.log(re);
            return re;
        }

        /**
        Set the multiselect selected options to the inverse of the provided list.  

        @param selectName: id of the select element to set
        @param listOfValuesNotSelected: array of values to not select
        **/
        function SetMultiselectToAllExcept(selectName, listOfValuesNotSelected )
        {
            var all = [];
            //get all options except reserved
            $.each($("select#" + selectName +" option"), function(i,v) {
                if(!listOfValuesNotSelected.includes($(v).val())){
                    all.push($(v).val());
                }
            });
            $("select#" + selectName).val(all).change();
            $("select#" + selectName).selectpicker('refresh');
        }

        /**
            Set the multiselect selected options to the list provided.

            @param selectName: id of the select element to set
            @param listOfValuesSelected: array of values to select
            @ret boolean status of setting all requested values
        **/
        function SetMultiselectTo(selectName, listOfValuesSelected)
        {
            //var allOptions = $("select#" + selectName +" > option").map(function() { return $(this).val(); }).get(); //create array
            $.each($("select#" + selectName +" option"), function(i,v) {
                var index = listOfValuesSelected.indexOf($(v).text());
                if(index > -1){
                    $(v).prop('selected', true);
                    listOfValuesSelected.splice(index, 1);  //remove from array so we can check at the end
                }
                else
                {
                    $(v).prop('selected', false);
                }
            });
            $("select#" + selectName).change();
            $("select#" + selectName).selectpicker('refresh');
            listOfValuesSelected.forEach(function(v, i, a) {
                AddAlert("Can't set " + selectName + " value to " + v, "warning");
            });
            return (listOfValuesSelected.length === 0); 
        }

        /**
        Add dismissable alert for user
        **/
        function AddAlert(msg, level="danger"){
            $.bootstrapGrowl(msg, {
                ele: 'body', // which element to append to
                type: level, // (null, 'info', 'danger', 'success')
                offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
                align: 'right', // ('left', 'right', or 'center')
                width: 'auto', // (integer, or 'auto')
                delay: 10000, // Time while the message will be displayed.
                allow_dismiss: true, // If true then will display a cross to close the popup.
                stackup_spacing: 10 // spacing between consecutively stacked growls.
            });
                
        }

    </script>
</body>
</html>