Searched refs:space (Results 1 - 25 of 104) sorted by relevance

12345

/arch/ia64/kernel/
H A Dacpi-ext.c19 * Device CSRs that do not appear in PCI config space should be described
23 * describe the location and size of CSR space.
65 struct csr_space *space = data; local
74 space->base = addr.minimum;
75 space->length = addr.address_length;
83 struct csr_space space = { 0, 0 }; local
85 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space);
86 if (!space.length)
89 *base = space.base;
90 *length = space
[all...]
/arch/mips/sgi-ip22/
H A Dip22-mc.c55 struct mem space[2] = {{SGIMC_SEG0_BADDR, 0}, {SGIMC_SEG1_BADDR, 0}}; local
90 for (j = 0; j < ARRAY_SIZE(space) && !found; j++)
91 if (space[j].addr + space[j].size == bank[i].addr) {
92 space[j].size += bank[i].size;
102 for (i = 0; i < ARRAY_SIZE(space); i++)
103 if (space[i].size)
104 add_memory_region(space[i].addr, space[i].size,
/arch/powerpc/kernel/
H A Dio-workarounds.c94 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \
98 bus = iowa_##space##_find_bus(aa); \
104 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \
108 bus = iowa_##space##_find_bus(aa); \
123 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name,
124 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name,
/arch/unicore32/include/asm/
H A Dmemory.h30 * TASK_SIZE - the maximum size of a user space task.
38 * The module space lives between the addresses given by TASK_SIZE
43 #error Top of user space clashes with start of module space
54 * Physical vs virtual RAM address space conversion. These are
/arch/arm/include/asm/
H A Dvfpmacros.h32 addne \base, \base, #32*4 @ step over unused register space
38 addne \base, \base, #32*4 @ step over unused register space
56 addne \base, \base, #32*4 @ step over unused register space
62 addne \base, \base, #32*4 @ step over unused register space
H A Dmemory.h35 * TASK_SIZE - the maximum size of a user space task.
43 * The maximum size of a 26-bit user space task.
48 * The module space lives between the addresses given by TASK_SIZE
59 #error Top of user space clashes with start of module space
63 * The highmem pkmap virtual space shares the end of the module area.
147 * Physical vs virtual RAM address space conversion. These are
/arch/s390/kernel/
H A Dhead31.S44 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
49 .long 0 # cr1: primary space segment table
55 .long 0 # cr7: secondary space segment table
61 .long 0 # cr13: home space segment table
H A Dhead64.S44 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
49 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space
50 .quad 0 # cr1: primary space segment table
56 .quad 0 # cr7: secondary space segment table
62 .quad 0 # cr13: home space segment table
/arch/x86/vdso/vdso32/
H A Dint80.S55 .space VDSO32_vsyscall_eh_frame_size-(.LENDFDEDLSI-.LSTARTFRAMEDLSI), 0
H A Dsyscall.S76 .space VDSO32_vsyscall_eh_frame_size-(.LENDFDE1-.LSTARTFRAME), 0
H A Dsysenter.S43 .space 7,0x90
/arch/ia64/include/asm/
H A Dio.h31 * The legacy I/O space defined by the ia64 architecture supports only 65536 ports, but
43 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
49 unsigned long mmio_base; /* base in MMIO space */
61 * 0x000000001SPPPPPP PIO cookie (S=space number, P..P=port)
115 * Ensure ordering of I/O space writes. This will make sure that writes
129 struct io_space *space; local
132 space = &io_space[IO_SPACE_NR(port)];
134 if (space->sparse)
139 return (void *) (space
[all...]
/arch/powerpc/platforms/powermac/
H A Dbootx_init.c360 * some space for the header
469 unsigned long space; local
552 space = bi->deviceTreeOffset + bi->deviceTreeSize;
553 if (bi->ramDisk >= space)
554 space = bi->ramDisk + bi->ramDiskSize;
556 space = bi->totalParamsSize;
558 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space);
572 ptr < (unsigned long)bi + space; ptr += PAGE_SIZE)
581 hdr = bootx_flatten_dt(space);
[all...]
/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S33 .space SIZEOF_SPU_SPILL_REGS, 0x0
H A Dspu_save_crt0.S32 .space SIZEOF_SPU_SPILL_REGS, 0x0
/arch/sparc/include/asm/
H A Dpgtable_32.h275 #define mk_pte_io(page,pgprot,space) BTFIXUP_CALL(mk_pte_io)(page,pgprot,space)
438 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
449 unsigned long long offset, space, phys_base; local
452 space = GET_IOSPACE(pfn);
453 phys_base = offset | (space << 32ULL);
/arch/mn10300/kernel/
H A Dhead.S425 .space PTRS_PER_PGD*4
434 .space PAGE_SIZE
438 .space PAGE_SIZE
442 .space PAGE_SIZE
446 .space PAGE_SIZE
450 .space ((VMALLOC_END-VMALLOC_START)/PAGE_SIZE)*4
/arch/unicore32/boot/compressed/
H A Dhead.S100 mov r1, sp @ malloc space above stack
108 * r2 = end of malloc space (and therefore this image)
203 decompress_stack: .space 4096
/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S163 .space 2048
165 .space 2048
/arch/arm/boot/compressed/
H A Dhead-shmobile.S54 .space 256
H A Dhead-shark.S24 .space 128 @ (startaddr,size) ...
25 .space 128 @ bootargs
73 __temp_stack: .space 128
/arch/unicore32/kernel/
H A Ddebug.S84 hexbuf: .space 16
/arch/sh/kernel/
H A Dhead_64.S102 .space PAGE_SIZE, 0
106 .space PAGE_SIZE, 0
110 .space PAGE_SIZE, 0
/arch/powerpc/include/asm/
H A Dio.h249 * The kernel virtual space is thus:
252 * 0xD000080000000000 : PCI PHB IO space
258 * virtual address space is ever to be extended.
501 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at;
502 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at;
512 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \
515 if (DEF_PCI_HOOK_##space(ppc_pci_io.name) != NULL) \
520 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \
523 if (DEF_PCI_HOOK_##space(ppc_pci_io.name) != NULL) \
612 * ioremap - map bus memory into CPU space
[all...]
/arch/x86/math-emu/
H A Dfpu_entry.c91 #define _PUSH_ 3 /* Need to check for space to push onto stack */
585 which accesses user address space. Access to separate segments is
686 void *space = s387->st_space; local
706 space + offset, 0, other);
709 space, 0, offset);
738 const void *space = s387->st_space; local
760 space + offset, 0, other);
763 space, 0, offset);

Completed in 1231 milliseconds

12345