Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 75) sorted by relevance

123

/arch/arm64/tools/
A Dgen-sysreg.awk140 reg = null
141 res0 = null
142 res1 = null
143 unkn = null
192 if (res0 != null || res1 != null || unkn != null)
195 reg = null
196 op0 = null
197 op1 = null
198 crn = null
199 crm = null
[all …]
/arch/x86/boot/
A Dgenimage.sh129 for s in $(ls -lnL "$@" 2>/dev/null | awk '/^-/{ print $5; }'); do
176 -print 2>/dev/null); do
211 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=1440 2>/dev/null
219 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=2880 2>/dev/null
238 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
240 $dd if="$mbr" of="$FIMAGE" bs=440 count=1 conv=notrunc 2>/dev/null
262 isohybrid "$FIMAGE" 2>/dev/null || true
/arch/powerpc/tools/
A Dgcc-check-mprofile-kernel.sh18 2> /dev/null | grep -q "_mcount"
24 2> /dev/null | grep -q "_mcount" && \
A Dgcc-check-fpatchable-function-entry.sh17 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
22 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
/arch/alpha/lib/
A Dstrrchr.S39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
52 beq t1, $loop # .. e1 : if we havnt seen a null, loop
56 negq t1, t4 # e0 : isolate first null byte match
59 or t4, t5, t4 # e1 : ... and including the null
61 and t3, t4, t3 # e0 : mask out char matches after null
A Dev67-strrchr.S61 andnot t1, t4, t1 # E : clear garbage from null test
79 beq t1, $loop # U : if we havnt seen a null, loop
84 negq t1, t4 # E : isolate first null byte match
87 or t4, t5, t4 # E : ... and including the null
89 and t3, t4, t3 # E : mask out char matches after null
A Dstxcpy.S52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
85 zapnot t1, t6, t1 # e0 : clear src bytes >= null
87 zap t0, t8, t0 # e0 : clear dst bytes <= null
202 cmpbge zero, t1, t8 # e0 : is the null in this first bit?
206 stq_u t1, 0(a0) # e0 : the null was in the high-order bits
225 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null
226 zap t0, t8, t0 # e0 : kill dest bytes <= null
278 srl t12, t5, t12 # e0 : adjust final null return value
A Dev6-stxcpy.S64 cmpbge zero, t2, t8 # E : bits set iff null found
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
103 zap t0, t8, t0 # E : clear dst bytes <= null
229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
233 stq_u t1, 0(a0) # L : the null was in the high-order bits
251 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
308 srl t12, t5, t12 # U : adjust final null return value
A Dstxncpy.S60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
100 zapnot t0, t8, t0 # e0 : clear src bytes > null
101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
233 cmpbge zero, t0, t8 # e0 : is the null in this first bit?
236 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
261 zapnot t0, t8, t0 # .. e1 : kill source bytes > null
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
A Dev6-stxncpy.S72 cmpbge zero, t2, t8 # E : bits set iff null found
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
277 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
280 stq_u t0, 0(a0) # L : the null was in the high-order bits
304 zapnot t0, t8, t0 # U : kill source bytes > null
306 zap t1, t8, t1 # U : kill dest bytes <= null
A Dstrncat.S60 zapnot $1, $27, $2 # was last byte a null?
A Dev67-strncat.S62 zapnot $1, $27, $2 # U : was last byte a null?
/arch/x86/tools/
A Dgen-insn-attr-x86.awk248 imm = null
249 mod = null
290 variant = null
296 ext = null
297 flags = null
298 opnd = null
/arch/powerpc/boot/dts/
A Dps3.dts22 * so we'll put a null entry here.
34 * we'll put a null entries here. These will be initialized after
/arch/um/drivers/
A DMakefile35 obj-$(CONFIG_NULL_CHAN) += null.o
51 USER_OBJS := fd.o null.o pty.o tty.o xterm.o vector_user.o
/arch/um/
A DMakefile-os-Linux9 DEV_NULL_PATH = \"/dev/null\"
/arch/s390/tools/
A Dgcc-thunk-extern.sh6 …rect-branch=thunk-extern -mfunction-return=thunk-extern -mindirect-branch-table -O2 -c -o /dev/null
/arch/mips/kernel/
A DMakefile100 …o = $(shell if $(CC) $(KBUILD_CFLAGS) -Wa,-mdaddi -c -o /dev/null -x c /dev/null >/dev/null 2>&1; …
/arch/arm64/kernel/vdso32/
A DMakefile23 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
25 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
36 VDSO_CPPFLAGS += -isystem $(shell $(CC_COMPAT) -print-file-name=include 2>/dev/null)
/arch/nios2/include/asm/
A Dpgtable.h213 pte_t null; in pte_clear() local
215 pte_val(null) = (addr >> PAGE_SHIFT) & 0xf; in pte_clear()
217 set_pte(ptep, null); in pte_clear()
/arch/x86/kernel/
A Dstatic_call.c142 static inline enum insn_type __sc_insn(bool null, bool tail) in __sc_insn() argument
154 return 2*tail + null; in __sc_insn()
/arch/arm/boot/
A Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/arch/powerpc/kernel/
A Dprom_init_check.sh45 size=$(objdump -h -j $section $file 2>/dev/null | awk "\$2 == \"$section\" {print \$3}")
/arch/mips/include/asm/
A Dpgtable.h145 pte_t null = __pte(0); local
151 null.pte_high = _PAGE_GLOBAL;
154 null.pte_low = null.pte_high = _PAGE_GLOBAL;
157 set_pte(ptep, null);
/arch/arc/lib/
A Dstrcmp-archs.S51 ;; Find null byte

Completed in 25 milliseconds

123