Home
last modified time | relevance | path

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

12345678910

/arch/mips/mm/
A Dtlb-funcs.S22 .space 64
28 .space FASTPATH_SIZE * 4
33 .space FASTPATH_SIZE * 4
38 .space FASTPATH_SIZE * 4
A Dpage-funcs.S35 .space 288
51 .space 1344
/arch/x86/events/intel/
A Dbts.c400 pad = space; in bts_buffer_reset()
401 if (space > handle->size) { in bts_buffer_reset()
402 space = handle->size; in bts_buffer_reset()
403 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
420 if (next_space > space || !space) { in bts_buffer_reset()
428 space = next_space; in bts_buffer_reset()
444 if (space > wakeup) { in bts_buffer_reset()
445 space = wakeup; in bts_buffer_reset()
446 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
449 bb->end = head + space; in bts_buffer_reset()
[all …]
/arch/arm/mach-shmobile/
A Dheadsmp.S37 1: .space 4
86 .space 4
142 .space NR_CPUS * 4
145 .space NR_CPUS * 4
148 .space NR_CPUS * 4
/arch/x86/realmode/rm/
A Dtrampoline_32.S68 SYM_DATA_LOCAL(tr_start, .space 4)
69 SYM_DATA_LOCAL(tr_gdt_pad, .space 2)
70 SYM_DATA_LOCAL(tr_gdt, .space 6)
A Dstack.S14 SYM_DATA(rm_heap, .space 2048)
17 .space 2048
A Dtrampoline_64.S283 SYM_DATA(trampoline_pgd, .space PAGE_SIZE)
287 SYM_DATA_LOCAL(tr_start, .space 8)
288 SYM_DATA(tr_efer, .space 8)
289 SYM_DATA(tr_cr4, .space 4)
290 SYM_DATA(tr_flags, .space 4)
291 SYM_DATA(tr_lock, .space 4)
/arch/arm/include/asm/
A Dvfpmacros.h34 addeq \base, \base, #32*4 @ step over unused register space
40 addne \base, \base, #32*4 @ step over unused register space
59 addeq \base, \base, #32*4 @ step over unused register space
65 addne \base, \base, #32*4 @ step over unused register space
/arch/riscv/kernel/tests/module_test/
A Dtest_uleb128.S21 .space 127
27 .space 1000
A Dtest_sub16.S13 .space 32
A Dtest_sub32.S13 .space 32
/arch/sparc/include/asm/
A Dpgtable_32.h284 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() argument
286 return __pte(((page) >> 4) | (space << 28) | pgprot_val(pgprot)); in mk_pte_io()
394 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4))) argument
405 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
408 space = GET_IOSPACE(pfn); in io_remap_pfn_range()
409 phys_base = offset | (space << 32ULL); in io_remap_pfn_range()
/arch/arm64/boot/dts/freescale/
A Dfsl-lx2160a-rev2.dtsi14 0x80 0x00000000 0x0 0x00002000>; /* configuration space */
30 0x88 0x00000000 0x0 0x00002000>; /* configuration space */
46 0x90 0x00000000 0x0 0x00002000>; /* configuration space */
63 0x98 0x00000000 0x0 0x00002000>; /* configuration space */
79 0xa0 0x00000000 0x0 0x00002000>; /* configuration space */
95 0xa8 0x00000000 0x0 0x00002000>; /* configuration space */
A Dfsl-ls2088a.dtsi140 <0x20 0x00000000 0x0 0x00002000>; /* configuration space */
149 <0x28 0x00000000 0x0 0x00002000>; /* configuration space */
158 <0x30 0x00000000 0x0 0x00002000>; /* configuration space */
167 <0x38 0x00000000 0x0 0x00002000>; /* configuration space */
A Dfsl-ls2080a.dtsi139 <0x10 0x00000000 0x0 0x00002000>; /* configuration space */
147 <0x12 0x00000000 0x0 0x00002000>; /* configuration space */
155 <0x14 0x00000000 0x0 0x00002000>; /* configuration space */
163 <0x16 0x00000000 0x0 0x00002000>; /* configuration space */
/arch/powerpc/tools/
A Dftrace-gen-ool-stubs.sh40 .space $num_ool_stubs_text_end * FTRACE_OOL_STUB_SIZE
49 .space $num_ool_stubs_inittext * FTRACE_OOL_STUB_SIZE
/arch/powerpc/platforms/powermac/
A Dbootx_init.c467 unsigned long space; in bootx_init() local
550 space = bi->deviceTreeOffset + bi->deviceTreeSize; in bootx_init()
551 if (bi->ramDisk >= space) in bootx_init()
552 space = bi->ramDisk + bi->ramDiskSize; in bootx_init()
554 space = bi->totalParamsSize; in bootx_init()
556 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/mips/sgi-ip22/
A DPlatform4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
21 # Set the load address to >= 0xa800000020080000 if you want to leave space for
/arch/arm64/kernel/
A Dreloc_test_syms.S43 .space 0xff8
51 .space 0xffc
/arch/powerpc/xmon/
A Dxmon_bpts.S11 .space NBPTS * BPT_SIZE
/arch/powerpc/kernel/trace/
A Dftrace_64_pg_entry.S72 .space 32
78 .space 32
/arch/arm/mach-rockchip/
A Dheadsmp.S14 1: .space 4
/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-gprimeltecan.dts13 /* Firmware for gprimeltecan needs more space */
95 /* Firmware for gprimeltecan needs more space */
/arch/powerpc/boot/dts/
A 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/x86/math-emu/
A Dfpu_entry.c645 void *space = s387->st_space; in fpregs_soft_set() local
665 space + offset, 0, other); in fpregs_soft_set()
668 space, 0, offset); in fpregs_soft_set()
696 const void *space = s387->st_space; in fpregs_soft_get() local
712 membuf_write(&to, space + offset, other); in fpregs_soft_get()
713 membuf_write(&to, space, offset); in fpregs_soft_get()

Completed in 33 milliseconds

12345678910