Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

ARM64 specific memory attribute definitions for devicetree. More...

Go to the source code of this file.

Macros

#define DT_MEM_ARM64_GET(x)
 Extract ARM64-specific bits from a full zephyr,memory-attr value.
#define DT_MEM_ARM64_MMU_NORMAL_NC   (0)
 Normal non-cacheable memory.
#define DT_MEM_ARM64_MMU_NORMAL_WT   (DT_MEM_CACHEABLE)
 Normal write-through cacheable memory.
#define DT_MEM_ARM64_MMU_NORMAL
 Normal write-back cacheable memory.
#define DT_MEM_ARM64_MMU_UNKNOWN   DT_MEM_ARCH_ATTR_UNKNOWN
 DT value for unknown or unsupported memory type.

Detailed Description

ARM64 specific memory attribute definitions for devicetree.

Copyright (c) 2025 Advanced Micro Devices, Inc.

SPDX-License-Identifier: Apache-2.0