should             30 arch/arc/include/asm/tlb-mmu1.h ; -- should be in cache since in same line
should             72 arch/m68k/fpsp040/fpsp.h |	of these registers, it should modify the saved copy and let
should             24 drivers/media/v4l2-core/videobuf-core.c #define MAGIC_CHECK(is, should)						\
should             26 drivers/media/v4l2-core/videobuf-core.c 		if (unlikely((is) != (should))) {			\
should             29 drivers/media/v4l2-core/videobuf-core.c 					is, should);			\
should             31 drivers/media/v4l2-core/videobuf-dma-contig.c #define MAGIC_CHECK(is, should)						    \
should             32 drivers/media/v4l2-core/videobuf-dma-contig.c 	if (unlikely((is) != (should)))	{				    \
should             33 drivers/media/v4l2-core/videobuf-dma-contig.c 		pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
should             37 drivers/media/v4l2-core/videobuf-dma-sg.c #define MAGIC_CHECK(is, should)						\
should             38 drivers/media/v4l2-core/videobuf-dma-sg.c 	if (unlikely((is) != (should))) {				\
should             40 drivers/media/v4l2-core/videobuf-dma-sg.c 				is, should);				\
should             30 drivers/media/v4l2-core/videobuf-vmalloc.c #define MAGIC_CHECK(is, should)						\
should             31 drivers/media/v4l2-core/videobuf-vmalloc.c 	if (unlikely((is) != (should))) {				\
should             33 drivers/media/v4l2-core/videobuf-vmalloc.c 				is, should);				\
should            104 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	unsigned long should;
should            108 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	should = *(unsigned long *)p;
should            113 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	if (should != got) {
should            114 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 		printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);