Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/arch/hexagon/kernel/
Dasm-offsets.c39 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/
Dasm-offsets.c35 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/
Daicasm_scan.l79 %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/
Dasm-offsets.c26 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/
Dzmem.c29 #define COMMENT 0x10 macro
51 if ((flags & COMMENT) != 0) in gunzip()
/linux-4.4.14/arch/powerpc/boot/
Dgunzip_util.c20 #define COMMENT 0x10 macro
68 if ((flags & COMMENT) != 0) in gunzip_start()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfirmware.c39 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/
Dkbuild.h12 #define COMMENT(x) \ macro
/linux-4.4.14/lib/zlib_inflate/
Dinflate.h23 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/linux-4.4.14/arch/alpha/boot/
Dmisc.c56 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c61 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l228 <*>{COMMENT}+ /* eat C-style comments */
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c69 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c100 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-4.4.14/lib/
Dinflate.c1186 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
1252 if ((flags & COMMENT) != 0) { in gunzip()
/linux-4.4.14/fs/
Dbinfmt_flat.c177 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
259 if (buf[3] & COMMENT) { in decompress_exec()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt2707 CPU 1 CPU 2 COMMENT
2721 CPU 1 CPU 2 COMMENT
2732 CPU 1 CPU 2 COMMENT
2757 CPU 1 CPU 2 COMMENT