Searched refs:decl (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/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); 405 { struct string_list *decl = *$2; variable 407 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
|
D | parse.tab.c_shipped | 1724 struct string_list *decl = (*(yyvsp[(3) - (3)]))->next; 1728 decl, is_extern); 1742 { struct string_list *decl = *(yyvsp[(1) - (1)]); 1745 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 1753 { struct string_list *decl = *(yyvsp[(3) - (3)]); 1758 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 2038 { struct string_list *decl = *(yyvsp[(2) - (3)]); 2040 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
|
/linux-4.4.14/arch/x86/lib/ |
D | copy_user_64.S | 102 decl %ecx 112 decl %ecx 121 decl %ecx 278 decl %ecx 294 decl %ecx 331 decl %ecx
|
D | csum-copy_64.S | 110 decl %r12d 152 decl %ecx 181 decl %ecx
|
D | memset_64.S | 109 decl %ecx 119 decl %edx
|
D | clear_page_64.S | 33 decl %ecx
|
D | copy_page_64.S | 58 decl %ecx
|
/linux-4.4.14/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.4.14/arch/x86/math-emu/ |
D | polynom_Xsig.S | 63 decl PARAM4 119 decl PARAM4
|
D | wm_sqrt.S | 217 decl %eax
|
/linux-4.4.14/arch/x86/include/asm/ |
D | asm.h | 79 decl %ecx
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64.S | 558 decl PER_CPU_VAR(irq_count) 879 decl PER_CPU_VAR(irq_count) 912 decl PER_CPU_VAR(irq_count) 1122 decl %ebx
|
/linux-4.4.14/tools/perf/util/ |
D | dwarf-aux.c | 739 int decl = 0, inl; in die_walk_lines() local 746 dwarf_decl_line(rt_die, &decl); in die_walk_lines() 783 if (inl != decl || in die_walk_lines()
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_64.S | 140 decl %ecx 421 decl early_recursion_flag(%rip)
|
D | head_32.S | 611 decl %ss:early_recursion_flag
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 1308 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member 1321 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 1730 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local 1742 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw() 1749 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw() 1752 &decl->array.surfaceId, NULL); in vmw_cmd_draw() 1758 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw() 1764 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
|
/linux-4.4.14/Documentation/locking/ |
D | mutex-design.txt | 46 e21: f0 ff 0b lock decl (%rbx)
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 270 Since no one else will have a decl for that function, you will need to:
|