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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dinit_64.h44 #define VMEMMAP_CHUNK_MASK ~(VMEMMAP_CHUNK - 1UL) macro
45 #define VMEMMAP_ALIGN(x) (((x)+VMEMMAP_CHUNK-1UL)&VMEMMAP_CHUNK_MASK)
H A Dinit_64.c2082 unsigned long addr = phys_start & VMEMMAP_CHUNK_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dinit_64.h44 #define VMEMMAP_CHUNK_MASK ~(VMEMMAP_CHUNK - 1UL) macro
45 #define VMEMMAP_ALIGN(x) (((x)+VMEMMAP_CHUNK-1UL)&VMEMMAP_CHUNK_MASK)
H A Dinit_64.c2082 unsigned long addr = phys_start & VMEMMAP_CHUNK_MASK;

Completed in 118 milliseconds