Searched refs:EFI_MEMORY_WC (Results 1 – 8 of 8) sorted by relevance
47 static u64 mem_flags = EFI_MEMORY_WC | EFI_MEMORY_UC;257 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_destroy()296 mem_flags &= ~EFI_MEMORY_WC; in efifb_setup()482 if (mem_flags & EFI_MEMORY_WC) in efifb_probe()591 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_probe()
66 else if (md->attribute & EFI_MEMORY_WC) in efi_create_mapping()
256 if (attr & EFI_MEMORY_WC) in __acpi_get_mem_attribute()
31 if (md->attribute & (EFI_MEMORY_WB|EFI_MEMORY_WT|EFI_MEMORY_WC)) in is_memory()
811 if (attr & ~(EFI_MEMORY_UC | EFI_MEMORY_WC | EFI_MEMORY_WT | in efi_md_typeattr_format()831 attr & EFI_MEMORY_WC ? "WC" : "", in efi_md_typeattr_format()
299 EFI_MEMORY_WC | EFI_MEMORY_UC | in regions_have_compatible_memory_type_attrs()
91 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */ macro1130 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
624 } else if (md->attribute & EFI_MEMORY_WC) { in efi_enter_virtual_mode()