Home
last modified time | relevance | path

Searched defs:IS_TFA_IN_OCM (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/xilinx/versal/include/
Dplatform_def.h85 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) macro
/trusted-firmware-a-latest/plat/xilinx/versal_net/include/
Dplatform_def.h93 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) macro
/trusted-firmware-a-latest/plat/xilinx/zynqmp/include/
Dplatform_def.h94 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) macro