Lines Matching refs:Attribute
1084 if (p->Attribute & EFI_MEMORY_UC) in command_memmap()
1086 if (p->Attribute & EFI_MEMORY_WC) in command_memmap()
1088 if (p->Attribute & EFI_MEMORY_WT) in command_memmap()
1090 if (p->Attribute & EFI_MEMORY_WB) in command_memmap()
1092 if (p->Attribute & EFI_MEMORY_UCE) in command_memmap()
1094 if (p->Attribute & EFI_MEMORY_WP) in command_memmap()
1096 if (p->Attribute & EFI_MEMORY_RP) in command_memmap()
1098 if (p->Attribute & EFI_MEMORY_XP) in command_memmap()
1100 if (p->Attribute & EFI_MEMORY_NV) in command_memmap()
1102 if (p->Attribute & EFI_MEMORY_MORE_RELIABLE) in command_memmap()
1104 if (p->Attribute & EFI_MEMORY_RO) in command_memmap()