Searched refs:EFI_MEMORY_UC (Results 1 – 5 of 5) sorted by relevance
316 return (md->attribute & EFI_MEMORY_UC); in efi_uc()354 walk(callback, arg, EFI_MEMORY_UC); in efi_memmap_walk_uc()623 } else if (md->attribute & EFI_MEMORY_UC) { in efi_enter_virtual_mode()701 if (md->attribute & EFI_MEMORY_UC) in efi_get_iobase()907 else if (attr & EFI_MEMORY_UC) in phys_mem_access_prot()1069 k->attribute = EFI_MEMORY_UC; in efi_memmap_init()1102 (k-1)->attribute == EFI_MEMORY_UC && in efi_memmap_init()1108 k->attribute = EFI_MEMORY_UC; in efi_memmap_init()1123 (k-1)->attribute == EFI_MEMORY_UC && in efi_memmap_init()1127 k->attribute = EFI_MEMORY_UC; in efi_memmap_init()[all …]
48 static u64 mem_flags = EFI_MEMORY_WC | EFI_MEMORY_UC;252 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_destroy()484 md.attribute &= EFI_MEMORY_UC | EFI_MEMORY_WC | in efifb_probe()494 else if (mem_flags & EFI_MEMORY_UC) in efifb_probe()607 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_probe()
51 else if (attr & EFI_MEMORY_UC) in ioremap()
766 if (attr & ~(EFI_MEMORY_UC | EFI_MEMORY_WC | EFI_MEMORY_WT | in efi_md_typeattr_format()789 attr & EFI_MEMORY_UC ? "UC" : ""); in efi_md_typeattr_format()
114 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */ macro
Completed in 16 milliseconds