Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.3-rc2/drivers/misc/lkdtm/
A Drefcount.c147 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_NEGATIVE() local
150 refcount_dec(&neg); in lkdtm_REFCOUNT_DEC_NEGATIVE()
152 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_NEGATIVE()
161 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() local
164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
167 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
176 refcount_t neg = REFCOUNT_INIT(3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() local
179 if (refcount_sub_and_test(5, &neg)) in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE()
182 check_negative(&neg, 3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE()
/linux-6.3-rc2/arch/arm64/lib/
A Dtishift.S24 neg w1, w3
46 neg w0, w3
68 neg w0, w3
A Dstrcmp.S114 neg shift, src2, lsl 3 /* Bits to alignment -64. */
135 neg shift, src2, lsl 3
174 neg shift, shift
A Dstrncmp.S167 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
200 neg count, count
236 neg neg_offset, offset
A Dmemset.S71 neg tmp2, dst
168 neg tmp2, dst
/linux-6.3-rc2/arch/sh/lib/
A Dudivsi3_i4i-Os.S97 neg r5,r5
101 neg r4,r4
110 neg r4,r4
126 neg r0,r0
A Dudivsi3_i4i.S91 neg r4,r0
170 neg r5,r5
173 neg r4,r4
232 neg r0,r0
238 neg r4,r4
274 neg r1,r0
/linux-6.3-rc2/kernel/
A Dsysctl.c343 unsigned long *val, bool *neg, in proc_get_long() argument
360 *neg = true; in proc_get_long()
363 *neg = false; in proc_get_long()
506 bool neg; in __do_proc_dointvec() local
567 bool neg; in do_proc_douintvec_w() local
587 if (err || neg) { in do_proc_douintvec_w()
1081 bool neg; in __do_proc_doulongvec_minmax() local
1090 if (err || neg) { in __do_proc_doulongvec_minmax()
1422 bool neg; in proc_do_large_bitmap() local
1441 if (val_a >= bitmap_len || neg) { in proc_do_large_bitmap()
[all …]
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dx_ovfl.S23 | RM For pos overflow, the largest pos number. For neg overflow,
25 | RP For pos overflow, +infinity. For neg overflow, the largest
26 | neg number
A Dkernel_ex.S67 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
84 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
97 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
A Ddo_func.S110 bsr ld_mzero |if neg, load neg zero, return here
118 bne ld_mzero |if neg, load neg zero
311 bra ld_mzero |else neg load -0
461 bra ld_mzero |if neg then load -0
465 bra ld_minf |else neg load -inf
/linux-6.3-rc2/lib/
A Dtest_ubsan.c25 volatile int neg = -1, wrap = 4; in test_ubsan_shift_out_of_bounds() local
30 val1 <<= neg; in test_ubsan_shift_out_of_bounds()
/linux-6.3-rc2/arch/xtensa/lib/
A Ddivsi3.S45 neg a5, a2
51 neg a2, a6 /* if udivisor == 1, then return... */
A Dmulsi3.S99 neg a3, a2
126 neg a3, a2
/linux-6.3-rc2/arch/sparc/lib/
A Dffs.S76 neg %o0, %g1
82 neg %o0, %g1
A Dashldi3.S23 neg %g2
A Dlshrdi3.S16 neg %g2
/linux-6.3-rc2/fs/dlm/
A Drecoverd.c54 int error, neg = 0; in ls_recover() local
79 error = dlm_recover_members(ls, rv, &neg); in ls_recover()
136 if (neg || dlm_no_directory(ls)) { in ls_recover()
/linux-6.3-rc2/tools/include/nolibc/
A Dstdlib.h45 int neg = 0; in atol() local
48 neg = 1; in atol()
60 return neg ? -ret : ret; in atol()
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/frequency/
A Dadi,admv1013.yaml58 se-neg - Single-Ended Mode, Negative Side Disabled.
61 enum: [se-neg, se-pos, diff]
A Dadi,admv1014.yaml95 se-neg - Single-Ended Mode, Negative Side Disabled.
98 enum: [se-neg, se-pos, diff]
/linux-6.3-rc2/arch/powerpc/lib/
A Dmem_64.S23 neg r0,r3
33 neg r0,r3
A Dstring_64.S58 neg r6,r3
150 neg r6,r3
/linux-6.3-rc2/tools/testing/selftests/powerpc/copyloops/
A Dmem_64.S23 neg r0,r3
33 neg r0,r3
/linux-6.3-rc2/arch/arm/boot/dts/
A Dstm32mp15xx-dhcor-testbench.dtsi101 st,neg-edge;
119 st,neg-edge;

Completed in 29 milliseconds

12345