Searched refs:size (Results 1 - 25 of 11190) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dagp_backend.h24 unsigned long size; member in struct:_alpha_agp_info::__anon4
H A Dcore_irongate.h203 extern void __iomem *irongate_ioremap(unsigned long addr, unsigned long size);
H A Dcore_polaris.h80 unsigned long size)
79 polaris_ioremap(unsigned long addr, unsigned long size) argument
H A Dcore_titan.h384 extern void __iomem *titan_ioremap(unsigned long addr, unsigned long size);
H A Dcore_tsunami.h307 extern void __iomem *tsunami_ioremap(unsigned long addr, unsigned long size);
H A Dcore_wildfire.h287 unsigned long size)
286 wildfire_ioremap(unsigned long addr, unsigned long size) argument
H A Dgct.h11 u16 size; member in struct:__gct6_node
H A Dmce.h10 unsigned int size; /* size in bytes of logout area */ member in struct:el_common
H A Dxchg.h106 ____xchg(, volatile void *ptr, unsigned long x, int size) argument
108 switch (size) {
230 int size)
232 switch (size) {
229 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, int size) argument
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctl.h40 #define _IOC(dir,type,nr,size) \
45 ((size) << _IOC_SIZESHIFT)))
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
/linux-master/arch/alpha/kernel/
H A Dcore_mcpcia.c197 int size, u32 *value)
206 addr |= (size - 1) * 8;
208 switch (size) {
224 int size, u32 value)
233 addr |= (size - 1) * 8;
379 *(vuip)MCPCIA_W0_MASK(mid) = (hose->sg_isa->size - 1) & 0xfff00000;
383 *(vuip)MCPCIA_W1_MASK(mid) = (hose->sg_pci->size - 1) & 0xfff00000;
196 mcpcia_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
223 mcpcia_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
H A Dcore_polaris.c85 int size, u32 *value)
93 switch (size) {
111 int size, u32 value)
119 switch (size) {
84 polaris_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
110 polaris_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
H A Dcore_tsunami.c117 int size, u32 *value)
125 switch (size) {
142 int size, u32 value)
150 switch (size) {
338 pchip->wsm[0].csr = (hose->sg_isa->size - 1) & 0xfff00000;
342 pchip->wsm[1].csr = (hose->sg_pci->size - 1) & 0xfff00000;
366 tsunami_ioremap(unsigned long addr, unsigned long size)
116 tsunami_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
141 tsunami_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
364 tsunami_ioremap(unsigned long addr, unsigned long size) argument
H A Derr_common.c60 mchk_header->size, mchk_header->size,
76 mchk_header->size - mchk_header->sys_offset,
/linux-master/arch/arc/lib/
H A Dmemcpy-archs.S38 ;;; if size is zero
42 ;;; if size <= 8
/linux-master/arch/arm/include/asm/
H A Dedac.h15 static inline void edac_atomic_scrub(void *va, u32 size) argument
22 for (i = 0; i < size / sizeof(*virt_addr); i++, virt_addr++) {
H A Dfncpy.h39 * The size of the function to be copied can't be determined from C:
59 #define fncpy(dest_buf, funcp, size) ({ \
72 memcpy(dest_buf, (void const *)(__funcp_address & ~1), size); \
74 (unsigned long)(dest_buf) + (size)); \
H A Dmemblock.h8 phys_addr_t arm_memblock_steal(phys_addr_t size, phys_addr_t align);
/linux-master/arch/arm/kernel/
H A Datags_compat.c81 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
85 tag->hdr.size = tag_size(tag_mem32);
86 tag->u.mem.size = size;
120 tag->hdr.size = tag_size(tag_core);
127 tag->hdr.size = tag_size(tag_ramdisk);
130 tag->u.ramdisk.size = params->u1.s.ramdisk_size;
135 tag->hdr.size = tag_size(tag_initrd);
137 tag->u.initrd.size = params->u1.s.initrd_size;
141 tag->hdr.size
[all...]
H A Dsigreturn_codes.S140 .size sigreturn_codes, . - sigreturn_codes
/linux-master/arch/arm/mach-orion5x/
H A Dts209-setup.c48 .size = 0x00080000,
53 .size = 0x00200000,
57 .size = 0x00400000,
61 .size = 0x00100000,
65 .size = 0x00020000,
69 .size = 0x00060000,
295 qnap_ts209_partitions[5].size);
H A Dtsx09-common.c112 void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size) argument
116 for (addr = mem_base; addr < (mem_base + size); addr += 1024) {
H A Dtsx09-common.h13 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h119 for (; t->hdr.size; t = tag_next(t)) {
130 nr_pages += (t->u.mem.size / PAGE_SIZE);
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c35 .size = 0x00040000,
40 .size = MTDPART_SIZ_FULL,

Completed in 292 milliseconds

1234567891011>>