Home
last modified time | relevance | path

Searched refs:SMP_CACHE_BYTES (Results 1 – 25 of 27) sorted by relevance

12

/arch/x86/include/asm/
Dmmzone_32.h101 __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, \
Dprocessor.h114 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/arch/ia64/include/asm/
Dcache.h16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
24 # define SMP_CACHE_BYTES (1 << 3) macro
/arch/ia64/include/asm/sn/
Dpda.h49 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
/arch/sparc/kernel/
Dvmlinux.lds.S21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
61 . = ALIGN(SMP_CACHE_BYTES);
65 . = ALIGN(SMP_CACHE_BYTES);
Dprom_32.c34 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
Dprom_64.c37 unsigned long paddr = lmb_alloc(size, SMP_CACHE_BYTES); in prom_early_alloc()
Dsmp_64.c143 #define SLAVE (SMP_CACHE_BYTES/sizeof(unsigned long))
/arch/mips/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
Dcpu-info.h78 } __attribute__((aligned(SMP_CACHE_BYTES)));
/arch/blackfin/include/asm/
Dpercpu.h13 (ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES) + \
Dcache.h13 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/alpha/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/xtensa/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/parisc/include/asm/
Dcache.h29 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/powerpc/include/asm/
Dcache.h23 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/sparc/include/asm/
Dcache.h20 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/arch/x86/kernel/
Dtlb_64.c51 char pad[SMP_CACHE_BYTES];
/arch/sparc/mm/
Dinit_32.c97 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()
Dinit_64.c824 SMP_CACHE_BYTES, nid, nid_range); in allocate_node_data()
1012 SMP_CACHE_BYTES); in grab_mlgroups()
1053 SMP_CACHE_BYTES); in grab_mblocks()
Dsrmmu.c416 srmmu_nocache_bitmap = __alloc_bootmem(bitmap_bits >> 3, SMP_CACHE_BYTES, 0UL); in srmmu_nocache_init()
/arch/ia64/kernel/
Dsetup.c881 max = SMP_CACHE_BYTES; in get_cache_info()
896 max = SMP_CACHE_BYTES; in get_cache_info()
Dsmpboot.c114 #define SLAVE (SMP_CACHE_BYTES/8)
/arch/x86/mm/
Dnuma_64.c191 SMP_CACHE_BYTES); in setup_node_bootmem()
/arch/powerpc/mm/
Dnuma.c978 SMP_CACHE_BYTES, end_pfn); in do_init_bootmem()

12