Home
last modified time | relevance | path

Searched refs:EFI_MEMORY_UC (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Defi.c316 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 …]
/openbmc/linux/drivers/video/fbdev/
H A Defifb.c49 static u64 mem_flags = EFI_MEMORY_WC | EFI_MEMORY_UC;
265 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_destroy()
482 md.attribute &= EFI_MEMORY_UC | EFI_MEMORY_WC | in efifb_probe()
492 else if (mem_flags & EFI_MEMORY_UC) in efifb_probe()
609 if (mem_flags & (EFI_MEMORY_UC | EFI_MEMORY_WC)) in efifb_probe()
/openbmc/linux/arch/ia64/mm/
H A Dioremap.c47 else if (attr & EFI_MEMORY_UC) in ioremap_prot()
/openbmc/u-boot/include/
H A Defi.h177 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */ macro
/openbmc/u-boot/cmd/
H A Defi.c34 { EFI_MEMORY_UC, "uncached" },
H A Defidebug.c359 {EFI_MEMORY_UC, "UC"},
360 {EFI_MEMORY_UC, "UC"},
/openbmc/linux/drivers/firmware/efi/
H A Defi.c907 if (attr & ~(EFI_MEMORY_UC | EFI_MEMORY_WC | EFI_MEMORY_WT | in efi_md_typeattr_format()
930 attr & EFI_MEMORY_UC ? "UC" : ""); in efi_md_typeattr_format()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch183 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
191 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
198 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
205 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
288 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
295 + EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
/openbmc/linux/include/linux/
H A Defi.h116 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */ macro