Home
last modified time | relevance | path

Searched defs:IsCacheable (Results 1 – 2 of 2) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h86 #define ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable) \ argument
121 #define ARM_MPU_RASR(DisableExec, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBuffe… argument
/third_party/node/deps/v8/include/
Dv8-primitive.h234 virtual bool IsCacheable() const { return true; } in IsCacheable() function