Searched refs:size (Results 1 - 25 of 11135) 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_apecs.c276 int size, u32 *value)
286 mask = (size - 1) * 8;
295 int size, u32 value)
304 mask = (size - 1) * 8;
362 *(vuip)APECS_IOC_PM2R = (hose->sg_isa->size - 1) & 0xfff00000;
275 apecs_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
294 apecs_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
H A Dcore_lca.c203 int size, u32 *value)
213 mask = (size - 1) * 8;
220 lca_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, argument
229 mask = (size - 1) * 8;
287 *(vulp)LCA_IOC_W_MASK0 = (hose->sg_isa->size - 1) & 0xfff00000;
431 switch (el.c->size) {
461 printk(KERN_CRIT " Unknown errorlog size %d\n", el.c->size);
469 for (i = 0; i < el.c->size / sizeof(long); i += 2) {
202 lca_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
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_t2.c38 * maximum size direct-map window (2GB) to match the maximum amount of
285 int size, u32 *value)
295 mask = (size - 1) * 8;
303 t2_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, argument
313 mask = (size - 1) * 8;
284 t2_read_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,
H A Dpci_impl.h141 unsigned int size; member in struct:pci_iommu_arena
H A Dsmc37c669.c2398 int __init smcc669_read( struct FILE *fp, int size, int number, unsigned char *buf )
2409 length = size * number;
2425 int __init smcc669_write( struct FILE *fp, int size, int number, unsigned char *buf )
2435 length = size * number;
/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

Completed in 222 milliseconds

1234567891011>>