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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsys_parisc.c52 #define DCACHE_ALIGN(addr) (((addr) + (SHMLBA - 1)) &~ (SHMLBA - 1)) macro
76 addr = DCACHE_ALIGN(addr - offset) + offset;
84 addr = DCACHE_ALIGN(vma->vm_end - offset) + offset;

Completed in 54 milliseconds