Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c104 unsigned long should; in do_one_test() local
108 should = *(unsigned long *)p; in do_one_test()
113 if (should != got) { in do_one_test()
114 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should); in do_one_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c104 unsigned long should; in do_one_test() local
108 should = *(unsigned long *)p; in do_one_test()
113 if (should != got) { in do_one_test()
114 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should); in do_one_test()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
H A DMakefile7 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \
11 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-fail $$i > $$i.out 2>&1 ; \
/kernel/linux/linux-5.10/scripts/
H A Dsphinx-pre-install317 printf "ERROR: Sphinx version is %s. It should be >= %s (recommended >= %s)\n",
390 printf("You should run:\n\n\tsudo apt-get install $install\n");
462 printf("You should run:\n\n\tsudo dnf install -y $install\n");
465 printf("You should run:\n\n\tsudo yum install -y $install\n");
513 printf("You should run:\n\n\tsudo zypper install --no-recommends $install\n");
557 printf("You should run:\n\n\tsudo $packager_cmd $install\n");
587 printf("You should run:\n\n\tsudo pacman -S $install\n");
614 printf("You should run:\n\n");
765 # Extra PDF files - should use 2 for is_optional
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dfskeleton.S71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
246 | discovers that the trap condition is true and it should branch to the operating
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dfskeleton.S71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
246 | discovers that the trap condition is true and it should branch to the operating
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install322 printf "ERROR: Sphinx version is %s. It should be >= %s (recommended >= %s)\n",
391 printf("You should run:\n") if ($verbose_warn_install);
463 printf("You should run:\n") if ($verbose_warn_install);
467 printf("You should run:\n") if ($verbose_warn_install);
515 printf("You should run:\n") if ($verbose_warn_install);
559 printf("You should run:\n") if ($verbose_warn_install);
589 printf("You should run:\n") if ($verbose_warn_install);
616 printf("You should run:\n") if ($verbose_warn_install);
769 # Either there are already a virtual env or a new one should be created
967 # Extra PDF files - should us
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c30 #define MAGIC_CHECK(is, should) \
31 if (unlikely((is) != (should))) { \
33 is, should); \
92 In this case, memory should be freed, in videobuf_vm_close()
169 /* All handling should be done by __videobuf_mmap_mapper() */ in __videobuf_iolock()
308 release should happen inside videobuf_vm_close(). in videobuf_vmalloc_free()
309 So, it should free memory only if the memory were allocated for in videobuf_vmalloc_free()
H A Dvideobuf-dma-contig.c31 #define MAGIC_CHECK(is, should) \
32 if (unlikely((is) != (should))) { \
33 pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
103 In this case, memory should be freed, in videobuf_vm_close()
246 /* All handling should be done by __videobuf_mmap_mapper() */ in __videobuf_iolock()
374 release should happen inside videobuf_vm_close(). in videobuf_dma_contig_free()
375 So, it should free memory only if the memory were allocated for in videobuf_dma_contig_free()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c30 #define MAGIC_CHECK(is, should) \
31 if (unlikely((is) != (should))) { \
33 is, should); \
92 In this case, memory should be freed, in videobuf_vm_close()
169 /* All handling should be done by __videobuf_mmap_mapper() */ in __videobuf_iolock()
308 release should happen inside videobuf_vm_close(). in videobuf_vmalloc_free()
309 So, it should free memory only if the memory were allocated for in videobuf_vmalloc_free()
H A Dvideobuf-dma-contig.c31 #define MAGIC_CHECK(is, should) \
32 if (unlikely((is) != (should))) { \
33 pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
103 In this case, memory should be freed, in videobuf_vm_close()
246 /* All handling should be done by __videobuf_mmap_mapper() */ in __videobuf_iolock()
374 release should happen inside videobuf_vm_close(). in videobuf_dma_contig_free()
375 So, it should free memory only if the memory were allocated for in videobuf_dma_contig_free()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S271 LABEL less_than_ %j # less_than_j: Length should be in
286 less_than_8: # Length should be stored in
294 less_than_4: # Length should be stored in
301 less_than_2: # Length should be stored in the MSB
306 less_than_1: # Length should be zero
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S271 LABEL less_than_ %j # less_than_j: Length should be in
286 .Lless_than_8: # Length should be stored in
294 .Lless_than_4: # Length should be stored in
301 .Lless_than_2: # Length should be stored in the MSB
306 .Lless_than_1: # Length should be zero
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmoddivsi3.S26 ; examine what the sign should be
31 ; should be -ve
H A Dmodsi3.S26 ; examine what the sign should be
31 ; should be -ve
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Drelocate_kernel.S49 je .source_test # NO! Well, then it should be the source indicator...
52 tml %r5,0x8 # it should be a source indicator...
/kernel/linux/linux-6.6/scripts/atomic/
H A Dgen-atomic-instrumented.sh139 * KASAN, KCSAN), which should be used unless it is necessary to avoid
141 * raw_atomic*() operations should be used.
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dimage-vars.h12 #error This file should only be included in vmlinux.lds.S
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H A Dtrampoline_64.S42 cli # We should be safe anyway
87 cli # We should be safe anyway
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dxor-neon.c14 #error You should compile this file with '-march=armv7-a -mfloat-abi=softfp -mfpu=neon'
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dxor-neon.c14 #error You should compile this file with '-march=armv7-a -mfloat-abi=softfp -mfpu=neon'
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
H A Dentry-macro.S31 tst \stat, #1 @ bit 0 should be set
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dimage-vars.h12 #error This file should only be included in vmlinux.lds.S
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dimage.h11 #error This file should only be included in vmlinux.lds.S
22 * (for KASLR), these values should not be referenced via R_AARCH64_ABS64
59 * These will output as part of the Image header, which should be little-endian
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dimage.h11 #error This file should only be included in vmlinux.lds.S
22 * (for KASLR), these values should not be referenced via R_AARCH64_ABS64
59 * These will output as part of the Image header, which should be little-endian

Completed in 9 milliseconds

123456