Home
last modified time | relevance | path

Searched refs:SLAB_MUST_HWCACHE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/ !
Dslab.h41 #define SLAB_MUST_HWCACHE_ALIGN 0x00008000UL /* force alignment */ macro
/linux-2.4.37.9/mm/ !
Dslab.c114 SLAB_MUST_HWCACHE_ALIGN)
117 SLAB_CACHE_DMA | SLAB_MUST_HWCACHE_ALIGN)
655 if ((size < (PAGE_SIZE>>3)) && !(flags & SLAB_MUST_HWCACHE_ALIGN)) in kmem_cache_create()
/linux-2.4.37.9/arch/i386/mm/ !
Dinit.c636 SLAB_HWCACHE_ALIGN | SLAB_MUST_HWCACHE_ALIGN, NULL, NULL); in pgtable_cache_init()