Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/scripts/genksyms/
Dparse.y150 struct string_list *decl = (*$3)->next; variable
154 decl, is_extern);
168 { struct string_list *decl = *$1; variable
171 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
176 { struct string_list *decl = *$3; variable
181 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
396 { struct string_list *decl = *$2; variable
398 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
Dparse.tab.c_shipped1748 struct string_list *decl = (*(yyvsp[(3) - (3)]))->next;
1752 decl, is_extern);
1766 { struct string_list *decl = *(yyvsp[(1) - (1)]);
1769 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
1777 { struct string_list *decl = *(yyvsp[(3) - (3)]);
1782 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
2050 { struct string_list *decl = *(yyvsp[(2) - (3)]);
2052 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
/linux-4.1.27/arch/x86/lib/
Dcopy_user_nocache_64.S33 decl %ecx
78 decl %ecx
88 decl %ecx
97 decl %ecx
Dcopy_user_64.S31 decl %ecx
134 decl %ecx
144 decl %ecx
153 decl %ecx
Dcsum-copy_64.S118 decl %r12d
160 decl %ecx
189 decl %ecx
Dmemset_64.S112 decl %ecx
122 decl %edx
Dclear_page_64.S37 decl %ecx
Dcopy_page_64.S65 decl %ecx
/linux-4.1.27/arch/x86/boot/compressed/
Dhead_64.S94 decl %eax
142 decl %ecx
152 decl %ecx
322 decl %eax
Dhead_32.S140 decl %eax
/linux-4.1.27/arch/x86/math-emu/
Dpolynom_Xsig.S63 decl PARAM4
119 decl PARAM4
Dwm_sqrt.S217 decl %eax
/linux-4.1.27/scripts/coccinelle/misc/
Dsimple_return.cocci89 cocci.print_main("decl",q)
99 cocci.print_main("decl",q)
/linux-4.1.27/arch/x86/kernel/
Dhead_64.S140 decl %ecx
421 decl early_recursion_flag(%rip)
Dentry_64.S734 decl PER_CPU_VAR(irq_count)
1136 decl PER_CPU_VAR(irq_count)
1368 decl %ebx /* Return to usergs */
Dhead_32.S612 decl %ss:early_recursion_flag
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1292 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local
1304 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1311 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw()
1314 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
1320 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw()
1326 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt46 e21: f0 ff 0b lock decl (%rbx)
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt270 Since no one else will have a decl for that function, you will need to: