Searched refs:EFI_MEMORY_WC (Results 1 – 8 of 8) sorted by relevance
47 static u64 mem_flags = EFI_MEMORY_WC | EFI_MEMORY_UC;247 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_destroy()286 mem_flags &= ~EFI_MEMORY_WC; in efifb_setup()469 md.attribute &= EFI_MEMORY_UC | EFI_MEMORY_WC | in efifb_probe()476 if (mem_flags & EFI_MEMORY_WC) in efifb_probe()585 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_probe()
62 else if (md->attribute & EFI_MEMORY_WC) in efi_create_mapping()
258 if (attr & EFI_MEMORY_WC) in __acpi_get_mem_attribute()
27 if (md->attribute & (EFI_MEMORY_WB|EFI_MEMORY_WT|EFI_MEMORY_WC)) in is_memory()
842 if (attr & ~(EFI_MEMORY_UC | EFI_MEMORY_WC | EFI_MEMORY_WT | in efi_md_typeattr_format()862 attr & EFI_MEMORY_WC ? "WC" : "", in efi_md_typeattr_format()
323 EFI_MEMORY_WC | EFI_MEMORY_UC | in regions_have_compatible_memory_type_attrs()
104 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */ macro1180 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
627 } else if (md->attribute & EFI_MEMORY_WC) { in efi_enter_virtual_mode()