Searched refs:size (Results 176 - 200 of 2507) sorted by relevance

1234567891011>>

/arch/powerpc/boot/dts/fsl/
H A Dbsc9131si-pre.dtsi42 #size-cells = <2>;
53 #size-cells = <0>;
H A Dc293si-pre.dtsi42 #size-cells = <2>;
55 #size-cells = <0>;
H A Dpq3-etsec1-0.dtsi37 #size-cells = <1>;
51 #size-cells = <0>;
H A Dpq3-etsec1-1.dtsi37 #size-cells = <1>;
51 #size-cells = <0>;
H A Dpq3-etsec1-2.dtsi37 #size-cells = <1>;
51 #size-cells = <0>;
H A Dpq3-etsec1-3.dtsi37 #size-cells = <1>;
51 #size-cells = <0>;
/arch/powerpc/boot/dts/
H A Dgamecube.dts21 #size-cells = <1>;
34 #size-cells = <0>;
42 i-cache-line-size = <32>;
43 d-cache-line-size = <32>;
44 i-cache-size = <32768>;
45 d-cache-size = <32768>;
52 #size-cells = <1>;
76 #size-cells = <1>;
/arch/powerpc/include/asm/
H A Dswiotlb.h18 static inline void dma_mark_clean(void *addr, size_t size) {} argument
/arch/powerpc/sysdev/
H A Dmsi_bitmap.c117 int size; local
122 size = BITS_TO_LONGS(irq_count) * sizeof(long);
123 pr_debug("msi_bitmap: allocator bitmap size is 0x%x bytes\n", size);
125 bmp->bitmap = zalloc_maybe_bootmem(size, GFP_KERNEL);
151 int rc, i, size = 512; local
157 WARN_ON(msi_bitmap_alloc(&bmp, size, NULL));
160 WARN_ON(bitmap_find_free_region(bmp.bitmap, size, get_count_order(size)));
161 bitmap_release_region(bmp.bitmap, 0, get_count_order(size));
219 int size = 256; local
[all...]
/arch/s390/include/asm/
H A Dos_info.h19 u64 size; member in struct:os_info_entry
36 void os_info_crashkernel_add(unsigned long base, unsigned long size);
40 void *os_info_old_entry(int nr, unsigned long *size);
43 static inline void *os_info_old_entry(int nr, unsigned long *size) argument
/arch/score/include/asm/
H A Duaccess.h21 * - AND "size" doesn't have any high-bits set
22 * - AND "addr+size" doesn't have any high-bits set
26 * sizes; for those we already know at compile time that the size is ok.
28 #define __ua_size(size) \
29 ((__builtin_constant_p(size) && (signed long) (size) > 0) ? 0 : (size))
37 * @size: Size of block to check
51 #define __access_ok(addr, size) \
53 ((addr) | ((addr) + (size)) | \
364 clear_user(char *src, unsigned long size) argument
[all...]
/arch/sh/include/asm/
H A Duaccess_64.h24 #define __get_user_size(x,ptr,size,retval) \
27 switch (size) { \
56 #define __put_user_size(x,ptr,size,retval) \
59 switch (size) { \
H A Ddma-mapping.h39 void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
58 static inline void *dma_alloc_attrs(struct device *dev, size_t size, argument
65 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory))
70 memory = ops->alloc(dev, size, dma_handle, gfp, attrs);
71 debug_dma_alloc_coherent(dev, size, *dma_handle, memory);
78 static inline void dma_free_attrs(struct device *dev, size_t size, argument
84 if (dma_release_from_coherent(dev, get_order(size), vaddr))
87 debug_dma_free_coherent(dev, size, vaddr, dma_handle);
89 ops->free(dev, size, vaddr, dma_handle, attrs);
93 extern void *dma_generic_alloc_coherent(struct device *dev, size_t size,
[all...]
/arch/tile/include/gxio/
H A Dkiorpc.h26 unsigned long size);
/arch/unicore32/mm/
H A Ddma-swiotlb.c20 static void *unicore_swiotlb_alloc_coherent(struct device *dev, size_t size, argument
24 return swiotlb_alloc_coherent(dev, size, dma_handle, flags);
27 static void unicore_swiotlb_free_coherent(struct device *dev, size_t size, argument
31 swiotlb_free_coherent(dev, size, vaddr, dma_addr);
/arch/x86/include/asm/
H A Dmmx.h10 extern void *_mmx_memcpy(void *to, const void *from, size_t size);
/arch/x86/mm/kmemcheck/
H A Derror.h9 unsigned long address, unsigned int size, struct pt_regs *regs);
/arch/xtensa/include/asm/
H A Dio.h42 unsigned long size)
52 unsigned long size)
63 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) argument
65 return ioremap_nocache(offset, size);
41 ioremap_nocache(unsigned long offset, unsigned long size) argument
51 ioremap_cache(unsigned long offset, unsigned long size) argument
/arch/m68k/mm/
H A Dsun3kmap.c63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, argument
70 if(!size)
77 size += offset;
78 size = PAGE_ALIGN(size);
79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL)
83 printk("ioremap: got virt %p size %lx(%lx)\n",
84 area->addr, size, area->size);
87 pages = size / PAGE_SIZ
111 __ioremap(unsigned long phys, unsigned long size, int cache) argument
[all...]
/arch/mips/pci/
H A Dops-bonito64.c102 int where, int size, u32 * val)
106 if ((size == 2) && (where & 1))
108 else if ((size == 4) && (where & 3))
115 if (size == 1)
117 else if (size == 2)
126 int where, int size, u32 val)
130 if ((size == 2) && (where & 1))
132 else if ((size == 4) && (where & 3))
135 if (size == 4)
142 if (size
101 bonito64_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
125 bonito64_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/arch/x86/kernel/
H A Dtce_64.c88 static inline unsigned int table_size_to_number_of_entries(unsigned char size) argument
91 * size is the order of the table, 0-7
95 return (1 << size) << 13;
106 /* set the tce table size - measured in entries */
110 * number of bytes needed for the bitmap size in number of
171 unsigned int size; local
173 size = table_size_to_number_of_entries(specified_table_size);
174 size *= TCE_ENTRY_SIZE;
176 return __alloc_bootmem_low(size, size,
181 unsigned int size; local
189 free_bootmem(__pa(tbl), size); local
[all...]
/arch/arm/boot/dts/
H A Ddra72x.dtsi17 #size-cells = <0>;
H A Dstih41x-b2020x.dtsi13 #size-cells = <1>;
/arch/frv/mm/
H A Dkmap.c32 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) argument
49 void kernel_set_cachemode(void *addr, unsigned long size, int cmode) argument
/arch/mips/include/asm/
H A Dfloppy.h15 static inline void fd_cacheflush(char * addr, long size) argument
17 dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL);

Completed in 689 milliseconds

1234567891011>>