Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 225) sorted by relevance

123456789

/arch/ia64/kernel/
Dacpi-ext.c65 struct csr_space *space = data; in find_csr_space() local
74 space->base = addr.minimum; in find_csr_space()
75 space->length = addr.address_length; in find_csr_space()
83 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
85 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space); in hp_crs_locate()
86 if (!space.length) in hp_crs_locate()
89 *base = space.base; in hp_crs_locate()
90 *length = space.length; in hp_crs_locate()
/arch/tile/gxio/
DKconfig1 # Support direct access to TILE-Gx hardware from user space, via the
2 # gxio library, or from kernel space, via kernel IORPC support.
8 # TILE-Gx mPIPE and Trio hardware from kernel space.
13 # Support direct access to the TILE-Gx mPIPE hardware from kernel space.
19 # Support direct access to the TILE-Gx TRIO hardware from kernel space.
25 # Support direct access to the TILE-Gx USB hardware from kernel space.
30 # Support direct access to the TILE-Gx UART hardware from kernel space.
/arch/mips/mm/
Dtlb-funcs.S22 .space 64
27 .space FASTPATH_SIZE * 4
32 .space FASTPATH_SIZE * 4
37 .space FASTPATH_SIZE * 4
Dpage-funcs.S33 .space 288
48 .space 1344
/arch/mips/sgi-ip22/
Dip22-mc.c55 struct mem space[2] = {{SGIMC_SEG0_BADDR, 0}, {SGIMC_SEG1_BADDR, 0}}; in probe_memory() local
90 for (j = 0; j < ARRAY_SIZE(space) && !found; j++) in probe_memory()
91 if (space[j].addr + space[j].size == bank[i].addr) { in probe_memory()
92 space[j].size += bank[i].size; in probe_memory()
102 for (i = 0; i < ARRAY_SIZE(space); i++) in probe_memory()
103 if (space[i].size) in probe_memory()
104 add_memory_region(space[i].addr, space[i].size, in probe_memory()
DPlatform4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
22 # Set the load address to >= 0xa800000020080000 if you want to leave space for
/arch/arm/mach-shmobile/
Dheadsmp.S43 1: .space 4
46 2: .space 4
92 1: .space NR_CPUS * 4
95 2: .space NR_CPUS * 4
98 3: .space NR_CPUS * 4
/arch/x86/realmode/rm/
Dstack.S16 .space 2048
18 .space 2048
Dtrampoline_64.S143 GLOBAL(trampoline_pgd) .space PAGE_SIZE
147 tr_start: .space 8
148 GLOBAL(tr_efer) .space 8
149 GLOBAL(tr_cr4) .space 4
Dtrampoline_common.S7 GLOBAL(trampoline_status) .space 4
/arch/powerpc/kernel/
Dio-workarounds.c114 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
118 bus = iowa_##space##_find_bus(aa); \
124 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
128 bus = iowa_##space##_find_bus(aa); \
143 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
144 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/arch/s390/kernel/
Dhead64.S42 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
47 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space
48 .quad 0 # cr1: primary space segment table
54 .quad 0 # cr7: secondary space segment table
60 .quad 0 # cr13: home space segment table
Dhead31.S42 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
47 .long 0 # cr1: primary space segment table
53 .long 0 # cr7: secondary space segment table
59 .long 0 # cr13: home space segment table
/arch/arm/include/asm/
Dvfpmacros.h32 addeq \base, \base, #32*4 @ step over unused register space
38 addne \base, \base, #32*4 @ step over unused register space
56 addeq \base, \base, #32*4 @ step over unused register space
62 addne \base, \base, #32*4 @ step over unused register space
/arch/unicore32/include/asm/
Dmemory.h43 #error Top of user space clashes with start of module space
/arch/sparc/include/asm/
Dpgtable_32.h300 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() argument
302 return __pte(((page) >> 4) | (space << 28) | pgprot_val(pgprot)); in mk_pte_io()
428 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument
439 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
442 space = GET_IOSPACE(pfn); in io_remap_pfn_range()
443 phys_base = offset | (space << 32ULL); in io_remap_pfn_range()
/arch/ia64/include/asm/
Dio.h43 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS) argument
129 struct io_space *space; in __ia64_mk_io_addr() local
132 space = &io_space[IO_SPACE_NR(port)]; in __ia64_mk_io_addr()
134 if (space->sparse) in __ia64_mk_io_addr()
139 return (void *) (space->mmio_base | offset); in __ia64_mk_io_addr()
/arch/powerpc/platforms/powermac/
Dbootx_init.c469 unsigned long space; in bootx_init() local
552 space = bi->deviceTreeOffset + bi->deviceTreeSize; in bootx_init()
553 if (bi->ramDisk >= space) in bootx_init()
554 space = bi->ramDisk + bi->ramDiskSize; in bootx_init()
556 space = bi->totalParamsSize; in bootx_init()
558 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space); in bootx_init()
572 ptr < (unsigned long)bi + space; ptr += PAGE_SIZE) in bootx_init()
581 hdr = bootx_flatten_dt(space); in bootx_init()
/arch/arm/mach-rockchip/
Dheadsmp.S28 1: .space 4
/arch/mn10300/kernel/
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/arm64/include/asm/
Dmemory.h64 #error Top of 64-bit user space clashes with start of module space
/arch/cris/arch-v10/
DREADME.mm35 segmentation of the kernel memory space. We use this feature to avoid having
37 space. We also use it to keep the user-mode virtual mapping in the same
42 address 0, overlapping with the user-mode virtual space, so that descriptor
43 registers are needed for each memory access to specify which MMU space to
84 In user-mode it looks the same except that only the space 0-AFFFFFFF is
85 available. Therefore, in this model, the virtual address space per process
91 and shrinking the user-mode memory space.
101 The kernel also needs its own virtual memory space. That is kseg_d. It
155 The paging mechanism uses virtual addresses to split a process memory-space into
227 The vmalloc-system keeps a paged segment in kernel-space at 0xd0000000. What
/arch/mips/boot/dts/
Ddanube.dtsi100 0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
101 reg = <0x7000000 0x8000 /* config space */
/arch/powerpc/boot/dts/
Dcurrituck.dts133 reg = <0x00000101 0x00000000 0x0 0x10000000 /* Config space access */
134 0x00000100 0x00000000 0x0 0x00001000>; /* UTL Registers space access */
171 reg = <0x00000301 0x00000000 0x0 0x10000000 /* Config space access */
172 0x00000300 0x00000000 0x0 0x00001000>; /* UTL Registers space access */
208 reg = <0x00000381 0x00000000 0x0 0x10000000 /* Config space access */
209 0x00000380 0x00000000 0x0 0x00001000>; /* UTL Registers space access */
/arch/arm/common/
Dmcpm_head.S220 .space VLOCK_SIZE * MAX_NR_CLUSTERS
225 .space 4 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
229 .space 8 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
233 .space 4 @ set by mcpm_sync_init()

123456789