Searched refs:cfunc (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/entry/ |
| H A D | entry_64.S | 289 .macro idtentry_body cfunc has_error_code:req 314 call \cfunc 329 .macro idtentry vector asmsym cfunc has_error_code:req 361 idtentry_body \cfunc \has_error_code 376 .macro idtentry_irq vector cfunc argument 378 idtentry \vector asm_\cfunc \cfunc has_error_code=1 397 .macro idtentry_mce_db vector asmsym cfunc argument 420 call \cfunc 426 idtentry_body noist_\cfunc, has_error_code=0 454 .macro idtentry_vc vector asmsym cfunc argument [all …]
|
| H A D | entry_32.S | 622 .macro idtentry vector asmsym cfunc has_error_code:req 632 pushl $\cfunc 638 .macro idtentry_irq vector cfunc argument 640 SYM_CODE_START_LOCAL(asm_\cfunc) 647 call \cfunc 649 SYM_CODE_END(asm_\cfunc)
|
| /linux/sound/soc/ |
| H A D | soc-ops-test.c | 37 #define ITEST(cname, clayout, ctype, cfunc, cmin, cmax, \ argument 41 .func_name = #cfunc, \ 43 .info = snd_soc_info_##cfunc, \ 48 #define ATEST(clayout, cfunc, cctl, cret, cinit, \ argument 51 .func_name = #cfunc, \ 53 .put = snd_soc_put_##cfunc, \ 54 .get = snd_soc_get_##cfunc, \
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 661 if (func->cfunc && func->cfunc != func) in mark_included_function() 662 func->cfunc->included = 1; in mark_included_function()
|
| H A D | elf.c | 530 sym->pfunc = sym->cfunc = sym; in elf_add_symbol() 660 pfunc->cfunc = sym; in read_symbols() 661 pfunc->alias->cfunc = sym; in read_symbols()
|
| H A D | check.c | 80 if (func == func->cfunc) in next_insn_same_func() 84 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func() 1111 if (func->cfunc) in add_ignores() 1112 func->cfunc->ignore = true; in add_ignores()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 72 struct symbol *pfunc, *cfunc, *alias, *file; member
|