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

12

/u-boot/arch/arm/mach-nexell/include/mach/
H A Dboot0.h22 .space 0x30
25 .space 0x4
29 .space 0x198
36 .space 0x200
/u-boot/cmd/
H A Decho.c14 bool space = false; local
25 if (space) {
29 space = true;
/u-boot/arch/arm/mach-imx/imx8/
H A Dlowlevel_init.S11 .space 32
/u-boot/arch/arm/mach-imx/imx8ulp/
H A Dlowlevel_init.S11 .space 256
/u-boot/arch/arm/mach-imx/imx9/
H A Dlowlevel_init.S11 .space 256
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot0.h10 * tool, but we need to reserve space for it here.
13 * space for this 4-byte header already included in the binary.
17 * We need to add 4 bytes of space for the 'RK33' at the
21 * TPL, but extra space needed in the SPL), we simply insert
59 .space CONFIG_ROCKCHIP_SPL_RESERVE_IRAM /* space for the ATF data */
/u-boot/arch/arm/cpu/armv8/xen/
H A Dlowlevel_init.S12 .space 32
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dboot0.h9 /* reserve space for BOOT0 header information */
11 .space 1532
19 .space 0x7c
/u-boot/include/xen/interface/
H A Dmemory.h129 * any large discontiguities in the machine address space, 2MB gaps in
144 * Returns the location in virtual address space of the machine_to_phys
146 * map it by default into guest address space, do not implement this command.
168 * pseudophysical address space.
179 /* Source mapping space. */
180 unsigned int space; member in struct:xen_add_to_physmap
182 /* Index into source mapping space. */
199 u16 space; /* => enum phys_map_space */ member in struct:xen_add_to_physmap_range
205 /* Indexes into space being mapped. */
251 * pseudophysical address space
[all...]
/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dlowlevel_init.S28 sp, sp, GD_SIZE # reserve space for gd
/u-boot/fs/yaffs2/
H A Dyaffs_nameval.c96 int space; local
107 space = xb_size - start + size_exist;
111 if (reclen > space)
/u-boot/scripts/
H A Dcheckstack.pl45 $xs = "[0-9a-f ]"; # hex character or space
100 $re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
H A DMakefile.lib693 "s:[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\":\1:; \
/u-boot/net/
H A Dndisc.c55 int space = IP6_NDISC_OPT_SPACE(len); local
58 opt[1] = space >> 3;
63 if (space - len > 0)
64 memset(&opt[len], '\0', space - len);
66 return space;
/u-boot/arch/arm/mach-npcm/npcm7xx/
H A Dl2_cache_pl310_init.S18 @ in previous stages when defining CORE0 private address space
61 @ SCU offset from base of private peripheral space = 0x000
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspintable.S31 .space CONFIG_MAX_CPUS*SPIN_TABLE_ELEM_SIZE
/u-boot/drivers/serial/
H A Dusbtty.c455 int space, n; local
461 space = maxlen - usbtty_output.size;
462 /* Empty buffer here, if needed, to ensure space... */
463 if (space) {
466 n = min(space, min(len, maxlen));
790 int space; local
802 space = current_urb->buffer_length - current_urb->actual_length;
803 if (space > 0) {
805 } else { /* No space here */
/u-boot/arch/arm/mach-imx/imx8m/
H A Dlowlevel_init.S11 .space 256
/u-boot/arch/arm/lib/
H A Ddebug.S59 hexbuf: .space 16
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S37 sp, sp, GD_SIZE # reserve space for gd
44 sp, sp, t2 # reserve space for early malloc
/u-boot/arch/mips/cpu/
H A Dstart.S46 sp, sp, GD_SIZE # reserve space for gd
53 sp, sp, t2 # reserve space for early malloc
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S313 * jump there in AS=1 space with cache enabled
325 * Allocate some space for the SDRAM address of the bootpg.
347 /* Fill in the empty space. The actual reset vector is
350 .space 4092 - (__secondary_start_code_end - __secondary_start_page)
487 .space CONFIG_MAX_CPUS*ENTRY_SIZE
498 .space 4096 - (__spin_table_end - __spin_table)
/u-boot/drivers/xen/
H A Dgnttab.c182 xatp.space = XENMAPSPACE_grant_table;
/u-boot/drivers/net/
H A Dhigmacv300.c163 int space; local
170 space = RX_DESC_NUM - (fqw_pos - fqr_pos);
172 space = fqr_pos - fqw_pos;
175 for (i = 0; i < space - 1; i++) {
/u-boot/common/
H A Dcommand.c159 int space; local
161 space = last_char == '\0' || isblank(last_char);
163 if (space && argc == 1)
167 if (!space && argc == 2)
285 /* skip any white space */

Completed in 290 milliseconds

12