Searched refs:FIX_N_COLOURS (Results 1 – 6 of 6) sorted by relevance
49 #define FIX_N_COLOURS 8 macro51 FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * 2),
44 #define FIX_N_COLOURS 8 macro46 FIX_CMAP_END = FIX_CMAP_BEGIN + FIX_N_COLOURS,
55 #define FIX_N_COLOURS 8 macro57 FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS) - 1,
43 (((addr >> PAGE_SHIFT) & (FIX_N_COLOURS - 1)) + in kmap_coherent()44 (FIX_N_COLOURS * smp_processor_id())); in kmap_coherent()
41 #define FIX_N_COLOURS 8 macro
97 idx = (addr >> PAGE_SHIFT) & (FIX_N_COLOURS - 1); in __kmap_pgprot()98 idx += in_interrupt() ? FIX_N_COLOURS : 0; in __kmap_pgprot()