/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 53 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 D | strrchr.S | 31 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 D | strchr.S | 27 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 D | ev67-strchr.S | 40 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 D | ev6-csum_ipv6_magic.S | 148 zapnot $4,3,$0 # U : clear upper garbage bits
|
H A D | stxncpy.S | 160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
|
H A D | ev6-stxncpy.S | 199 mskql t0, a0, t0 # U : mask trailing garbage in dst 203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
|
H A D | stxcpy.S | 259 lda t2, -1 # e1 : mask out leading garbage in source
|
H A D | ev6-stxcpy.S | 289 lda t2, -1 # E : mask out leading garbage in source
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 53 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 D | strrchr.S | 31 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 D | ev67-strchr.S | 40 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 D | strchr.S | 27 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 D | ev6-csum_ipv6_magic.S | 148 zapnot $4,3,$0 # U : clear upper garbage bits
|
H A D | stxncpy.S | 160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
|
H A D | ev6-stxncpy.S | 199 mskql t0, a0, t0 # U : mask trailing garbage in dst 203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
|
H A D | stxcpy.S | 259 lda t2, -1 # e1 : mask out leading garbage in source
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pmac_zilog.h | 365 #define ZS_CLEARFIFO(port) do { volatile unsigned char garbage; \ 366 garbage = read_zsdata(port); \ 367 garbage = read_zsdata(port); \ 368 garbage = read_zsdata(port); \
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | Makefile | 8 unix-y := af_unix.o garbage.o
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | Makefile | 8 unix-y := af_unix.o garbage.o
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | kcore.c | 259 LIST_HEAD(garbage); in kcore_update_ram() 273 list_splice_tail(&list, &garbage); in kcore_update_ram() 279 list_move(&pos->list, &garbage); in kcore_update_ram() 288 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | kcore.c | 258 LIST_HEAD(garbage); in kcore_update_ram() 272 list_splice_tail(&list, &garbage); in kcore_update_ram() 278 list_move(&pos->list, &garbage); in kcore_update_ram() 287 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the
|
H A D | x_snan.S | 13 | or l, then garbage is written to the dest (actually the upper 32 bits
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the
|