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

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

Completed in 69 milliseconds