Searched refs:decl (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
D | parse.y | 150 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);
|
D | parse.tab.c_shipped | 1748 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/ |
D | copy_user_nocache_64.S | 33 decl %ecx 78 decl %ecx 88 decl %ecx 97 decl %ecx
|
D | copy_user_64.S | 31 decl %ecx 134 decl %ecx 144 decl %ecx 153 decl %ecx
|
D | csum-copy_64.S | 118 decl %r12d 160 decl %ecx 189 decl %ecx
|
D | memset_64.S | 112 decl %ecx 122 decl %edx
|
D | clear_page_64.S | 37 decl %ecx
|
D | copy_page_64.S | 65 decl %ecx
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | head_64.S | 94 decl %eax 142 decl %ecx 152 decl %ecx 322 decl %eax
|
D | head_32.S | 140 decl %eax
|
/linux-4.1.27/arch/x86/math-emu/ |
D | polynom_Xsig.S | 63 decl PARAM4 119 decl PARAM4
|
D | wm_sqrt.S | 217 decl %eax
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | simple_return.cocci | 89 cocci.print_main("decl",q) 99 cocci.print_main("decl",q)
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_64.S | 140 decl %ecx 421 decl early_recursion_flag(%rip)
|
D | entry_64.S | 734 decl PER_CPU_VAR(irq_count) 1136 decl PER_CPU_VAR(irq_count) 1368 decl %ebx /* Return to usergs */
|
D | head_32.S | 612 decl %ss:early_recursion_flag
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 1292 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/ |
D | mutex-design.txt | 46 e21: f0 ff 0b lock decl (%rbx)
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 270 Since no one else will have a decl for that function, you will need to:
|