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

12

/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S12 @ Allwinner provides a writable alias of this register in MMIO space, so
/u-boot/arch/arm/lib/
H A Dvectors.S262 sub r13, r13, #4 @ space on current stack for scratch reg.
/u-boot/drivers/xen/
H A Dhypervisor.c139 xatp.space = XENMAPSPACE_shared_info;
160 * After removing from physmap there will be a hole in address space on
/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S161 @ Requires dense and single-cluster CPU ID space
279 sub r0, r0, #4 @ Save space for target PC
/u-boot/scripts/
H A Dcheckpatch.pl285 # Perl's Getopt::Long allows options to take optional arguments after a space.
2908 # new versions of GNU diff omit the leading space on completely
3142 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3345 my $space = 1;
3379 $space = 0 if ($input =~ /\bcommit [0-9a-f]/i);
3389 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) &&
3508 # check for repeated words separated by a single space
3898 # check for space before tabs.
3902 "please, no space before tabs\n" . $herevet) &&
3980 # check for space afte
[all...]
/u-boot/
H A DMakefile24 MK_ARCH="${shell echo $(CROSS_COMPILE) | sed -n 's/^[[:space:]]*\([^\/]*\/\)*\([^-]*\)-[^[:space:]]*/\2/p'}"
1056 # Normally we fill empty space with 0xff
1323 subtract_sys_malloc_f_len = space=$$(($${space} - $(CONFIG_SYS_MALLOC_F_LEN)))
1328 # so low that the DTB could probably use 90%+ of the available space, for
1330 # safe for now and tweak this later if space becomes tight.
1332 # space was available. However, since CONFIG_SYS_INIT_SP_BSS_OFFSET is
1338 space=$(CONFIG_SYS_INIT_SP_BSS_OFFSET) ; \
1340 quarter_space=$$(($${space} /
[all...]

Completed in 107 milliseconds

12