Home
last modified time | relevance | path

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

/linux/arch/hexagon/kernel/
H A Dasm-offsets.c26 COMMENT("This is a comment."); in main()
32 COMMENT("Hexagon pt_regs definitions"); in main()
64 COMMENT("Hexagon thread_info definitions"); in main()
71 COMMENT("Hexagon hexagon_switch_stack definitions"); in main()
84 COMMENT("Hexagon task_struct definitions"); in main()
88 COMMENT("Hexagon thread_struct definitions"); in main()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c23 COMMENT("LoongArch pt_regs offsets."); in output_ptreg_defines()
70 COMMENT("LoongArch task_struct offsets."); in output_task_defines()
85 COMMENT("LoongArch thread_info offsets."); in output_thread_info_defines()
101 COMMENT("LoongArch specific thread_struct offsets."); in output_thread_defines()
188 COMMENT("Size of struct page"); in output_mm_defines()
191 COMMENT("Linux mm_struct offsets."); in output_mm_defines()
220 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
228 COMMENT("Linux signal numbers."); in output_signal_defines()
266 COMMENT("Linux smp cpu boot offsets."); in output_smpboot_defines()
276 COMMENT("Linux struct pbe offsets."); in output_pbe_defines()
[all …]
/linux/arch/mips/kernel/
H A Dasm-offsets.c31 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()
90 COMMENT("MIPS task_struct offsets."); in output_task_defines()
105 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()
123 COMMENT("MIPS specific thread_struct offsets."); in output_thread_defines()
196 COMMENT("Size of struct page"); in output_mm_defines()
199 COMMENT("Linux mm_struct offsets."); in output_mm_defines()
231 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
254 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
268 COMMENT("Linux signal numbers."); in output_signal_defined()
308 COMMENT("Octeon specific octeon_cop2_state offsets."); in output_octeon_cop2_state_defines()
[all …]
/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l78 %x COMMENT
90 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable
91 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
92 <COMMENT>\n { ++yylineno; }
93 <COMMENT>[^*/\n]* ;
94 <COMMENT>"*"+[^*/\n]* ;
95 <COMMENT>"/"+[^*/\n]* ;
96 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/linux/arch/xtensa/boot/lib/
H A Dzmem.c31 #define COMMENT 0x10 macro
53 if ((flags & COMMENT) != 0) in gunzip()
/linux/include/linux/
H A Dkbuild.h13 #define COMMENT(x) \ macro
/linux/lib/zlib_inflate/
H A Dinflate.h25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/linux/arch/x86/um/
H A Duser-offsets.c14 COMMENT(#val " / sizeof(unsigned long)"); \
/linux/arch/alpha/boot/
H A Dmisc.c57 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux/arch/nios2/boot/compressed/
H A Dmisc.c48 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux/fs/
H A Dbinfmt_flat.c178 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
251 if (buf[3] & COMMENT) { in decompress_exec()