Searched refs:garbage (Results 1 - 18 of 18) sorted by relevance

/linux-master/net/unix/
H A DMakefile8 unix-y := af_unix.o garbage.o
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S53 lda t5, -1 # E : build garbage mask
56 mskqh t5, a0, t4 # E : Complete garbage mask
58 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
61 andnot t1, t4, t1 # E : clear garbage from null test
62 andnot t3, t4, t3 # E : clear garbage from char test
H A Dstrchr.S27 lda t4, -1 # .. e1 : build garbage mask
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 andnot t0, t4, t0 # e0 : clear garbage bits
H A Dev67-strchr.S40 lda t4, -1 # E : build garbage mask
50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
58 andnot t0, t4, t0 # E : clear garbage bits
H A Dstrrchr.S31 lda t4, -1 # .. e1 : build garbage mask
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
40 andnot t3, t4, t3 # e0 : clear garbage from char test
H A Dev6-csum_ipv6_magic.S148 zapnot $4,3,$0 # U : clear upper garbage bits
H A Dstxncpy.S160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
H A Dev6-stxncpy.S199 mskql t0, a0, t0 # U : mask trailing garbage in dst
203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
H A Dstxcpy.S259 lda t2, -1 # e1 : mask out leading garbage in source
H A Dev6-stxcpy.S289 lda t2, -1 # E : mask out leading garbage in source
/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
H A Dx_snan.S13 | or l, then garbage is written to the dest (actually the upper 32 bits
/linux-master/fs/proc/
H A Dkcore.c258 LIST_HEAD(garbage);
272 list_splice_tail(&list, &garbage);
278 list_move(&pos->list, &garbage);
287 list_for_each_entry_safe(pos, tmp, &garbage, list) {
/linux-master/arch/arc/lib/
H A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1760 static struct i915_request *garbage(struct intel_context *ce, function
1800 hang = garbage(ce, prng);
/linux-master/drivers/iio/light/
H A Drpr0521.c200 * Note that the read will put garbage data into
205 u8 garbage; member in struct:rpr0521_data::__anon149
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4482 uint64_t garbage; member in struct:__anon3335
4517 info_garbage.garbage = 0xdeadbeef;
4534 info_garbage.garbage = 0;
/linux-master/arch/x86/kvm/
H A Dx86.c5001 static void wbinvd_ipi(void *garbage) argument

Completed in 215 milliseconds