|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | memory-attr-arm64.h |
| ARM64 specific memory attribute definitions for devicetree. | |
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. | |
| #define DT_MEM_ARM64_GET | ( | x | ) |
#include <memory-attr-arm64.h>
Extract ARM64-specific bits from a full zephyr,memory-attr value.
| x | Value to extract ARM64-specific memory attribute bits from. |
| #define DT_MEM_ARM64_MMU_NORMAL |
#include <memory-attr-arm64.h>
Normal write-back cacheable memory.
| #define DT_MEM_ARM64_MMU_NORMAL_NC (0) |
#include <memory-attr-arm64.h>
Normal non-cacheable memory.
| #define DT_MEM_ARM64_MMU_NORMAL_WT (DT_MEM_CACHEABLE) |
#include <memory-attr-arm64.h>
Normal write-through cacheable memory.
| #define DT_MEM_ARM64_MMU_UNKNOWN DT_MEM_ARCH_ATTR_UNKNOWN |
#include <memory-attr-arm64.h>
DT value for unknown or unsupported memory type.