Home
last modified time | relevance | path

Searched refs:cfunc (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/entry/
H A Dentry_64.S289 .macro idtentry_body cfunc has_error_code:req
314 call \cfunc
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
454 .macro idtentry_vc vector asmsym cfunc argument
495 call kernel_\cfunc
518 .macro idtentry_df vector asmsym cfunc argument
[all …]
H A Dentry_32.S622 .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-6.15/sound/soc/
H A Dsoc-ops-test.c37 #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-6.15/tools/objtool/
H A Delf.c527 if (sym->cfunc == NULL) in read_symbols()
528 sym->cfunc = sym; in read_symbols()
550 pfunc->cfunc = sym; in read_symbols()
H A Dcheck.c76 if (func == func->cfunc) in next_insn_same_func()
80 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1014 if (func->cfunc) in add_ignores()
1015 func->cfunc->ignore = true; in add_ignores()
1604 func->cfunc = insn_func(jump_dest); in add_jump_destinations()
/linux-6.15/tools/objtool/include/objtool/
H A Delf.h60 struct symbol *pfunc, *cfunc, *alias; member