HomeSort by relevance Sort by last modified time
    Searched refs:GcdAttributes (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 30 OUT UINT64 *GcdAttributes
33 *GcdAttributes = 0;
38 *GcdAttributes |= EFI_MEMORY_UC;
41 *GcdAttributes |= EFI_MEMORY_UC;
44 *GcdAttributes |= EFI_MEMORY_WT;
47 *GcdAttributes |= EFI_MEMORY_WB;
50 *GcdAttributes |= EFI_MEMORY_WC;
53 *GcdAttributes |= EFI_MEMORY_WB;
56 *GcdAttributes |= EFI_MEMORY_UC;
65 //*GcdAttributes |= EFI_MEMORY_WP | EFI_MEMORY_RP;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 66 UINT64 GcdAttributes;
70 GcdAttributes = EFI_MEMORY_UC;
73 GcdAttributes = EFI_MEMORY_WC;
76 GcdAttributes = EFI_MEMORY_WT;
79 GcdAttributes = EFI_MEMORY_WB;
86 GcdAttributes = 0;
92 GcdAttributes |= EFI_MEMORY_WP;
97 GcdAttributes |= EFI_MEMORY_XP;
100 return GcdAttributes;
105 IN UINT64 GcdAttributes
    [all...]

Completed in 390 milliseconds