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

/linux-master/arch/parisc/include/asm/
H A Dldcw.h28 #define __PA_LDCW_ALIGNMENT 16 macro
31 __ret = (__ret + __PA_LDCW_ALIGNMENT - 1) \
32 & ~(__PA_LDCW_ALIGNMENT - 1); \

Completed in 94 milliseconds