Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
arm_mem.h File Reference

Go to the source code of this file.

Macros

#define K_MEM_ARM_DEVICE_nGnRnE   K_MEM_CACHE_NONE
#define K_MEM_ARM_DEVICE_nGnRE   3
 ARM64 Specific flags: device memory with nGnRE.
#define K_MEM_ARM_DEVICE_GRE   4
 ARM64 Specific flags: device memory with GRE.
#define K_MEM_ARM_NORMAL_NC   5
 ARM64 Specific flags: normal memory with Non-cacheable.

Macro Definition Documentation

◆ K_MEM_ARM_DEVICE_GRE

#define K_MEM_ARM_DEVICE_GRE   4

ARM64 Specific flags: device memory with GRE.

◆ K_MEM_ARM_DEVICE_nGnRE

#define K_MEM_ARM_DEVICE_nGnRE   3

ARM64 Specific flags: device memory with nGnRE.

◆ K_MEM_ARM_DEVICE_nGnRnE

#define K_MEM_ARM_DEVICE_nGnRnE   K_MEM_CACHE_NONE

◆ K_MEM_ARM_NORMAL_NC

#define K_MEM_ARM_NORMAL_NC   5

ARM64 Specific flags: normal memory with Non-cacheable.