Home
last modified time | relevance | path

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

/linux-4.4.14/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);
405 { struct string_list *decl = *$2; variable
407 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
Dparse.tab.c_shipped1724 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/
Dcopy_user_64.S102 decl %ecx
112 decl %ecx
121 decl %ecx
278 decl %ecx
294 decl %ecx
331 decl %ecx
Dcsum-copy_64.S110 decl %r12d
152 decl %ecx
181 decl %ecx
Dmemset_64.S109 decl %ecx
119 decl %edx
Dclear_page_64.S33 decl %ecx
Dcopy_page_64.S58 decl %ecx
/linux-4.4.14/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.4.14/arch/x86/math-emu/
Dpolynom_Xsig.S63 decl PARAM4
119 decl PARAM4
Dwm_sqrt.S217 decl %eax
/linux-4.4.14/arch/x86/include/asm/
Dasm.h79 decl %ecx
/linux-4.4.14/arch/x86/entry/
Dentry_64.S558 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/
Ddwarf-aux.c739 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/
Dhead_64.S140 decl %ecx
421 decl early_recursion_flag(%rip)
Dhead_32.S611 decl %ss:early_recursion_flag
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h1308 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member
1321 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1730 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/
Dmutex-design.txt46 e21: f0 ff 0b lock decl (%rbx)
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt270 Since no one else will have a decl for that function, you will need to: