/linux-4.4.14/arch/hexagon/kernel/ |
D | asm-offsets.c | 39 COMMENT("This is a comment."); in main() 45 COMMENT("Hexagon pt_regs definitions"); in main() 77 COMMENT("Hexagon thread_info definitions"); in main() 84 COMMENT("Hexagon hexagon_switch_stack definitions"); in main() 97 COMMENT("Hexagon task_struct definitions"); in main() 101 COMMENT("Hexagon thread_struct definitions"); in main()
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 35 COMMENT("SCORE pt_regs offsets."); in output_ptreg_defines() 89 COMMENT("SCORE task_struct offsets."); in output_task_defines() 101 COMMENT("SCORE thread_info offsets."); in output_thread_info_defines() 116 COMMENT("SCORE specific thread_struct offsets."); in output_thread_defines() 142 COMMENT("Size of struct page"); in output_mm_defines() 145 COMMENT("Linux mm_struct offsets."); in output_mm_defines() 168 COMMENT("Linux sigcontext offsets."); in output_sc_defines() 181 COMMENT("Linux signal numbers."); in output_signal_defined()
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 79 %x COMMENT 91 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable 92 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); } 93 <COMMENT>\n { ++yylineno; } 94 <COMMENT>[^*/\n]* ; 95 <COMMENT>"*"+[^*/\n]* ; 96 <COMMENT>"/"+[^*/\n]* ; 97 <COMMENT>"*"+"/" { BEGIN INITIAL; }
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 26 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines() 78 COMMENT("MIPS task_struct offsets."); in output_task_defines() 93 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines() 109 COMMENT("MIPS specific thread_struct offsets."); in output_thread_defines() 177 COMMENT("Size of struct page"); in output_mm_defines() 180 COMMENT("Linux mm_struct offsets."); in output_mm_defines() 216 COMMENT("Linux sigcontext offsets."); in output_sc_defines() 238 COMMENT("Linux sigcontext offsets."); in output_sc_defines() 251 COMMENT("Linux signal numbers."); in output_signal_defined() 290 COMMENT("Octeon specific octeon_cop2_state offsets."); in output_octeon_cop2_state_defines() [all …]
|
/linux-4.4.14/arch/xtensa/boot/lib/ |
D | zmem.c | 29 #define COMMENT 0x10 macro 51 if ((flags & COMMENT) != 0) in gunzip()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | gunzip_util.c | 20 #define COMMENT 0x10 macro 68 if ((flags & COMMENT) != 0) in gunzip_start()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | firmware.c | 39 COMMENT, enumerator 97 return COMMENT; in brcmf_nvram_handle_idle() 101 return COMMENT; in brcmf_nvram_handle_idle() 123 st = COMMENT; in brcmf_nvram_handle_key() 133 return COMMENT; in brcmf_nvram_handle_key()
|
/linux-4.4.14/include/linux/ |
D | kbuild.h | 12 #define COMMENT(x) \ macro
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inflate.h | 23 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
/linux-4.4.14/arch/alpha/boot/ |
D | misc.c | 56 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | misc.c | 61 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.l | 228 <*>{COMMENT}+ /* eat C-style comments */
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 69 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | misc.c | 100 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/linux-4.4.14/lib/ |
D | inflate.c | 1186 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 1252 if ((flags & COMMENT) != 0) { in gunzip()
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 177 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 259 if (buf[3] & COMMENT) { in decompress_exec()
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 2707 CPU 1 CPU 2 COMMENT 2721 CPU 1 CPU 2 COMMENT 2732 CPU 1 CPU 2 COMMENT 2757 CPU 1 CPU 2 COMMENT
|