Searched refs:CACHEABILITY_ALIGN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/c6x/include/asm/
H A Dcache.h54 #define CACHEABILITY_ALIGN 0x01000000 macro
60 (((u32) (v)) & ~(CACHEABILITY_ALIGN - 1))
62 (((u32) (v) + (CACHEABILITY_ALIGN - 1)) & ~(CACHEABILITY_ALIGN - 1))

Completed in 65 milliseconds