Home
last modified time | relevance | path

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

1234567891011

/arch/ia64/kernel/
Dacpi-ext.c62 struct csr_space *space = data; in find_csr_space() local
71 space->base = addr.address.minimum; in find_csr_space()
72 space->length = addr.address.address_length; in find_csr_space()
80 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
82 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space); in hp_crs_locate()
83 if (!space.length) in hp_crs_locate()
86 *base = space.base; in hp_crs_locate()
87 *length = space.length; in hp_crs_locate()
/arch/mips/mm/
Dtlb-funcs.S22 .space 64
28 .space FASTPATH_SIZE * 4
33 .space FASTPATH_SIZE * 4
38 .space FASTPATH_SIZE * 4
Dpage-funcs.S35 .space 288
51 .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/x86/events/intel/
Dbts.c371 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
382 space = phys->offset + phys->displacement + phys->size - head; in bts_buffer_reset()
383 pad = space; in bts_buffer_reset()
384 if (space > handle->size) { in bts_buffer_reset()
385 space = handle->size; in bts_buffer_reset()
386 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
388 if (space <= BTS_SAFETY_MARGIN) { in bts_buffer_reset()
403 if (next_space > space || !space) { in bts_buffer_reset()
411 space = next_space; in bts_buffer_reset()
427 if (space > wakeup) { in bts_buffer_reset()
[all …]
/arch/powerpc/kernel/
Dio-workarounds.c112 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
116 bus = iowa_##space##_find_bus(aa); \
122 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
126 bus = iowa_##space##_find_bus(aa); \
141 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
142 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/arch/ia64/include/asm/
Dio.h45 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS) argument
118 struct io_space *space; in __ia64_mk_io_addr() local
121 space = &io_space[IO_SPACE_NR(port)]; in __ia64_mk_io_addr()
123 if (space->sparse) in __ia64_mk_io_addr()
128 return (void *) (space->mmio_base | offset); in __ia64_mk_io_addr()
/arch/x86/realmode/rm/
Dstack.S17 .space 2048
19 .space 2048
Dtrampoline_32.S66 tr_start: .space 4
67 tr_gdt_pad: .space 2
68 tr_gdt: .space 6
Dtrampoline_64.S164 GLOBAL(trampoline_pgd) .space PAGE_SIZE
168 tr_start: .space 8
169 GLOBAL(tr_efer) .space 8
170 GLOBAL(tr_cr4) .space 4
171 GLOBAL(tr_flags) .space 4
/arch/arm/mach-shmobile/
Dheadsmp.S37 1: .space 4
86 .space 4
141 .space NR_CPUS * 4
144 .space NR_CPUS * 4
147 .space NR_CPUS * 4
/arch/c6x/
DKconfig.debug7 Usually the pointer transfer from user space is checked to see if its
8 address is in the kernel space.
/arch/arm/include/asm/
Dvfpmacros.h33 addeq \base, \base, #32*4 @ step over unused register space
39 addne \base, \base, #32*4 @ step over unused register space
57 addeq \base, \base, #32*4 @ step over unused register space
63 addne \base, \base, #32*4 @ step over unused register space
/arch/sparc/include/asm/
Dpgtable_32.h294 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() argument
296 return __pte(((page) >> 4) | (space << 28) | pgprot_val(pgprot)); in mk_pte_io()
406 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument
417 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
420 space = GET_IOSPACE(pfn); in io_remap_pfn_range()
421 phys_base = offset | (space << 32ULL); in io_remap_pfn_range()
/arch/powerpc/kernel/trace/
Dftrace_64.S16 .space 64
22 .space 64
/arch/unicore32/include/asm/
Dmemory.h34 #error Top of user space clashes with start of module space
/arch/nds32/include/asm/
Dmemory.h44 #error Top of user space clashes with start of module space
/arch/powerpc/platforms/powermac/
Dbootx_init.c466 unsigned long space; in bootx_init() local
549 space = bi->deviceTreeOffset + bi->deviceTreeSize; in bootx_init()
550 if (bi->ramDisk >= space) in bootx_init()
551 space = bi->ramDisk + bi->ramDiskSize; in bootx_init()
553 space = bi->totalParamsSize; in bootx_init()
555 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space); in bootx_init()
571 ptr < (unsigned long)bi + space; ptr += PAGE_SIZE) in bootx_init()
580 hdr = bootx_flatten_dt(space); in bootx_init()
/arch/arm64/boot/dts/freescale/
Dfsl-ls2088a.dtsi124 0x20 0x00000000 0x0 0x00002000>; /* configuration space */
133 0x28 0x00000000 0x0 0x00002000>; /* configuration space */
142 0x30 0x00000000 0x0 0x00002000>; /* configuration space */
151 0x38 0x00000000 0x0 0x00002000>; /* configuration space */
Dfsl-ls2080a.dtsi123 0x10 0x00000000 0x0 0x00002000>; /* configuration space */
131 0x12 0x00000000 0x0 0x00002000>; /* configuration space */
139 0x14 0x00000000 0x0 0x00002000>; /* configuration space */
147 0x16 0x00000000 0x0 0x00002000>; /* configuration space */
/arch/arm/mach-rockchip/
Dheadsmp.S14 1: .space 4
/arch/arm64/kernel/
Dreloc_test_syms.S43 .space 0xff8
51 .space 0xffc
/arch/mips/boot/dts/lantiq/
Ddanube.dtsi101 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
102 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 */

1234567891011