/linux-4.1.27/arch/arm/crypto/ |
D | sha256-armv4.pl | 579 my @MSG=map("q$_",(8..11)); 606 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 607 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 609 vrev32.8 @MSG[0],@MSG[0] 610 vrev32.8 @MSG[1],@MSG[1] 611 vrev32.8 @MSG[2],@MSG[2] 612 vrev32.8 @MSG[3],@MSG[3] 620 vadd.i32 $W0,$W0,@MSG[0] 621 sha256su0 @MSG[0],@MSG[1] 625 sha256su1 @MSG[0],@MSG[2],@MSG[3] [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | port.h | 5 #ifndef MSG 6 #define MSG(l,f,a...) do { \ macro 10 #define DBG(f,a...) MSG(debug, f, ##a) 11 #define ERR(f,a...) MSG(error, f, ##a)
|
D | pad.h | 46 #ifndef MSG 47 #define MSG(l,f,a...) do { \ macro 53 #define DBG(f,a...) MSG(debug, f, ##a) 54 #define ERR(f,a...) MSG(error, f, ##a)
|
/linux-4.1.27/samples/rpmsg/ |
D | rpmsg_client_sample.c | 24 #define MSG "hello world!" macro 45 ret = rpmsg_send(rpdev, MSG, strlen(MSG)); in rpmsg_sample_cb() 58 ret = rpmsg_send(rpdev, MSG, strlen(MSG)); in rpmsg_sample_probe()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.h | 49 #ifndef MSG 50 #define MSG(l,f,a...) do { \ macro 55 #define DBG(f,a...) MSG(debug, f, ##a) 56 #define ERR(f,a...) MSG(error, f, ##a)
|
D | outp.h | 52 #ifndef MSG 53 #define MSG(l,f,a...) do { \ macro 58 #define DBG(f,a...) MSG(debug, f, ##a) 59 #define ERR(f,a...) MSG(error, f, ##a)
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 86 $(call feature_check,all,$(MSG)) 105 feature_print_status = $(eval $(feature_print_status_code)) $(info $(MSG)) 109 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1)) 111 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1)) 115 feature_print_text = $(eval $(feature_print_text_code)) $(info $(MSG)) 117 MSG = $(shell printf '...%30s: %s' $(1) $(2))
|
/linux-4.1.27/sound/soc/au1x/ |
D | dbdma2.c | 35 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro 37 #define DBG MSG 220 MSG("DDMA channel (re)alloc failed!\n"); in au1xpsc_pcm_hw_params()
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 3 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device, 200 that MSG is a composite gadget (ie. uses the composite framework) 203 kernel hacker's point of view, this means that (i) MSG does not 212 for all logical units whereas in MSG they accept a list of y/n 218 parameters are handled in MSG by the composite layer's parameters 222 3. MSG does not support FSG's test mode, thus “transport”, 224 supported. MSG always uses SCSI protocol with bulk only
|
/linux-4.1.27/drivers/staging/skein/ |
D | skein_base.c | 71 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_256_init() 132 skein_start_new_type(ctx, MSG); in skein_256_init_ext() 297 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_512_init() 357 skein_start_new_type(ctx, MSG); in skein_512_init_ext() 516 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_1024_init() 577 skein_start_new_type(ctx, MSG); in skein_1024_init_ext()
|
D | skein_api.c | 144 skein_start_new_type(&ctx->m, MSG); in skein_reset()
|
D | skein_base.h | 192 #define SKEIN_T1_BLK_TYPE_MSG SKEIN_T1_BLK_TYPE(MSG) /* message processing */
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | masklog.c | 84 define_mask(MSG),
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha512-avx-asm.S | 90 # MSG, DIGEST, K_t, W_t are arrays 94 #define MSG(i) 8*i(msg) macro 316 vmovdqu MSG(t), %xmm0 323 vmovdqu MSG(t), %xmm0
|
D | sha512-ssse3-asm.S | 87 # MSG, DIGEST, K_t, W_t are arrays 91 #define MSG(i) 8*i(msg) macro 315 movdqu MSG(t), %xmm0 322 movdqu MSG(t), %xmm0
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 681 print_var = $(eval $(print_var_code)) $(info $(MSG)) 683 MSG = $(shell printf '...%30s: %s' $(1) $($(1)))
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 159 EN50221 CA MSG=[ 9f 80 32 19 03 01 2d d1 f0 08 01 09 06 06 04 05 50 ff f1 02 e0 c9 00 00 04 e1 2d 0…
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 258 API (as noted by the MSG tag in the POSIX 1003.1-2001 version of the System
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 286 - On MSG REJECT for a negotiation, the driver attempted to restart 591 - Interrupt the SCRIPTS if a device does not go to MSG OUT phase after
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 657 * target to assert REQ before checking MSG, C/D and I/O for 1884 mov NONE,SCSIDATL; /* ACK Identify MSG */
|
D | aic79xx.seq | 846 * target to assert REQ before checking MSG, C/D and I/O for 1117 mov NONE, SCSIDAT; /* ACK Identify MSG */
|