Searched refs:never (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/arm/nwfpe/
H A DMakefile18 CFLAGS_softfloat.o += -mllvm -replexitval=never
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c64 volatile const int never; variable
90 if (never) { \
/linux-master/scripts/
H A Dchecksyscalls.sh254 /* 64-bit ports never needed these, and new 32-bit ports can use statx */
H A Dcheckpatch.pl139 --color[=WHEN] Use colors 'always', 'never', or only when output
365 } elsif ($color =~ /^never$/i) {
/linux-master/scripts/kconfig/
H A Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/linux-master/scripts/dtc/
H A Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
/linux-master/kernel/kcsan/
H A Dkcsan_test.c718 struct expect_report never = { local
730 match_never = report_matches(&never);
750 struct expect_report never = { local
762 match_never |= report_matches(&never);
799 * never apply work.
915 /* Test that races with atomic accesses never result in reports. */
971 /* Zero-sized accesses should never cause data race reports. */
981 struct expect_report never = { local
993 match_never = report_matches(&never);
1063 struct expect_report never local
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c564 /* Skip jumps never taken */
609 bool never = false; local
617 never = imm == 0;
623 never = (u32)imm == U32_MAX;
629 never = imm == S32_MAX && width == 32;
635 never = imm == S32_MIN && width == 32;
642 if (never)
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S58 # Note - we never actually use $2, so this is a moot computation
82 * $2 is number of trailing bytes (0..7) ($2 never used...)
H A Dmemchr.S47 # that we will never have a 56-bit address space, cropping
H A Dev6-memchr.S45 # that we will never have a 56-bit address space, cropping
/linux-master/arch/arc/kernel/
H A Dentry.S232 bnz tracesys ; this never comes back
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S28 | Note: this operation can never overflow.
34 | Note: this operation can never overflow.
H A Dres_func.S1432 .long mvout_end |should never be taken
1436 .long mvout_end |should never be taken
H A Dbindec.S320 tstl %d7 |if negative, never set OPERR
H A Dsetox.S165 | approximately M. Thus 6.2 will never cause over/underflow.
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S180 * Should never return.
186 ret lr @ should never get here
205 reteq lr @ Must never be called for CPU 0
272 b . @ should never get here
331 mov r0, #1 @ never return here
H A Dsleep-tegra20.S90 * should never return
96 ret lr @ should never get here
/linux-master/arch/arm/kernel/
H A Dphys2virt.S93 @ of i:imm3 != 0b0000, but fortunately, we never need more than 8 lower
H A Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
125 * can never be preempted and so we will never have to return to a
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S47 @ the same job in Thumb, therefore the code is never twice as
/linux-master/tools/testing/selftests/wireguard/
H A Dnetns.sh29 export WG_HIDE_KEYS=never
/linux-master/arch/arm/boot/compressed/
H A Dhead.S653 b . @ should never be reached
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6824 # approximately M. Thus 6.2 will never cause #
H A Dfpsp.S673 # will never take this exception.
911 # will never take this exception.
3655 # will never take this exception, but fsincos will.
6930 # approximately M. Thus 6.2 will never cause #
11377 # the 060SP, the FP_DST is never used again anyways.
23012 # Note: this operation can never overflow. #
23018 # Note: this operation can never overflow. #
23767 tst.l %d7 # if negative, never set OPERR

Completed in 313 milliseconds