/arch/ia64/kernel/ |
H A D | acpi-ext.c | 19 * 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 D | ip22-mc.c | 55 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 D | io-workarounds.c | 94 #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 D | memory.h | 30 * 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 D | vfpmacros.h | 32 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 D | memory.h | 35 * 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 D | head31.S | 44 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 D | head64.S | 44 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 D | int80.S | 55 .space VDSO32_vsyscall_eh_frame_size-(.LENDFDEDLSI-.LSTARTFRAMEDLSI), 0
|
H A D | syscall.S | 76 .space VDSO32_vsyscall_eh_frame_size-(.LENDFDE1-.LSTARTFRAME), 0
|
H A D | sysenter.S | 43 .space 7,0x90
|
/arch/ia64/include/asm/ |
H A D | io.h | 31 * 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 D | bootx_init.c | 360 * 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 D | spu_restore_crt0.S | 33 .space SIZEOF_SPU_SPILL_REGS, 0x0
|
H A D | spu_save_crt0.S | 32 .space SIZEOF_SPU_SPILL_REGS, 0x0
|
/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 275 #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 D | head.S | 425 .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 D | head.S | 100 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 D | wakeup.S | 163 .space 2048 165 .space 2048
|
/arch/arm/boot/compressed/ |
H A D | head-shmobile.S | 54 .space 256
|
H A D | head-shark.S | 24 .space 128 @ (startaddr,size) ... 25 .space 128 @ bootargs 73 __temp_stack: .space 128
|
/arch/unicore32/kernel/ |
H A D | debug.S | 84 hexbuf: .space 16
|
/arch/sh/kernel/ |
H A D | head_64.S | 102 .space PAGE_SIZE, 0 106 .space PAGE_SIZE, 0 110 .space PAGE_SIZE, 0
|
/arch/powerpc/include/asm/ |
H A D | io.h | 249 * 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 D | fpu_entry.c | 91 #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);
|