Home
last modified time | relevance | path

Searched refs:SectionDescriptor (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c619 UINT32 SectionDescriptor; in ConvertSectionToPages() local
637 SectionDescriptor = FirstLevelTable[FirstLevelIdx]; in ConvertSectionToPages()
638 …TT_DESCRIPTOR_PAGE_TYPE_PAGE | ConvertSectionAttributesToPageAttributes (SectionDescriptor, FALSE); in ConvertSectionToPages()
810 UINT32 SectionDescriptor; in GetMemoryRegion() local
825 SectionDescriptor = FirstLevelTable[TableIndex]; in GetMemoryRegion()
828 …if (((SectionDescriptor & TT_DESCRIPTOR_SECTION_TYPE_MASK) == TT_DESCRIPTOR_SECTION_TYPE_SECTION) … in GetMemoryRegion()
829 …((SectionDescriptor & TT_DESCRIPTOR_SECTION_TYPE_MASK) == TT_DESCRIPTOR_SECTION_TYPE_SUPERSECTION)) in GetMemoryRegion()
832 *RegionAttributes = SectionDescriptor & TT_DESCRIPTOR_SECTION_ATTRIBUTE_MASK; in GetMemoryRegion()
838 PageTable = (UINT32*)(SectionDescriptor & TT_DESCRIPTOR_SECTION_PAGETABLE_ADDRESS_MASK); in GetMemoryRegion()
851 SectionDescriptor = FirstLevelTable[TableIndex]; in GetMemoryRegion()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
DArmV7Mmu.c93 UINT32 SectionDescriptor; in PopulateLevel2PageTable() local
137SectionDescriptor = TT_DESCRIPTOR_PAGE_TYPE_PAGE | ConvertSectionAttributesToPageAttributes (*Sect… in PopulateLevel2PageTable()
144 …y[Index] = TT_DESCRIPTOR_PAGE_BASE_ADDRESS(BaseSectionAddress + (Index << 12)) | SectionDescriptor; in PopulateLevel2PageTable()