Searched refs:SMP_CACHE_BYTES (Results 1 – 25 of 27) sorted by relevance
12
/arch/x86/include/asm/ |
D | mmzone_32.h | 101 __alloc_bootmem_node(NODE_DATA(0), (x), SMP_CACHE_BYTES, __pa(MAX_DMA_ADDRESS)) 103 __alloc_bootmem_node_nopanic(NODE_DATA(0), (x), SMP_CACHE_BYTES, \ 106 __alloc_bootmem_node(NODE_DATA(0), (x), SMP_CACHE_BYTES, 0) 118 __alloc_bootmem_node(NODE_DATA(0), (x), SMP_CACHE_BYTES, \
|
D | processor.h | 114 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
|
/arch/ia64/include/asm/ |
D | cache.h | 16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro 24 # define SMP_CACHE_BYTES (1 << 3) macro
|
/arch/ia64/include/asm/sn/ |
D | pda.h | 49 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
|
/arch/sparc/kernel/ |
D | vmlinux.lds.S | 21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro 61 . = ALIGN(SMP_CACHE_BYTES); 65 . = ALIGN(SMP_CACHE_BYTES);
|
D | prom_32.c | 34 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
|
D | prom_64.c | 37 unsigned long paddr = lmb_alloc(size, SMP_CACHE_BYTES); in prom_early_alloc()
|
D | smp_64.c | 143 #define SLAVE (SMP_CACHE_BYTES/sizeof(unsigned long))
|
/arch/mips/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
D | cpu-info.h | 78 } __attribute__((aligned(SMP_CACHE_BYTES)));
|
/arch/blackfin/include/asm/ |
D | percpu.h | 13 (ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES) + \
|
D | cache.h | 13 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/alpha/include/asm/ |
D | cache.h | 21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/xtensa/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/parisc/include/asm/ |
D | cache.h | 29 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/powerpc/include/asm/ |
D | cache.h | 23 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/sparc/include/asm/ |
D | cache.h | 20 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
|
/arch/x86/kernel/ |
D | tlb_64.c | 51 char pad[SMP_CACHE_BYTES];
|
/arch/sparc/mm/ |
D | init_32.c | 97 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init() 424 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()
|
D | init_64.c | 824 SMP_CACHE_BYTES, nid, nid_range); in allocate_node_data() 1012 SMP_CACHE_BYTES); in grab_mlgroups() 1053 SMP_CACHE_BYTES); in grab_mblocks()
|
D | srmmu.c | 416 srmmu_nocache_bitmap = __alloc_bootmem(bitmap_bits >> 3, SMP_CACHE_BYTES, 0UL); in srmmu_nocache_init()
|
/arch/ia64/kernel/ |
D | setup.c | 881 max = SMP_CACHE_BYTES; in get_cache_info() 896 max = SMP_CACHE_BYTES; in get_cache_info()
|
D | smpboot.c | 114 #define SLAVE (SMP_CACHE_BYTES/8)
|
/arch/x86/mm/ |
D | numa_64.c | 191 SMP_CACHE_BYTES); in setup_node_bootmem()
|
/arch/powerpc/mm/ |
D | numa.c | 978 SMP_CACHE_BYTES, end_pfn); in do_init_bootmem()
|
12