Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/entry/
Dentry_64.S342 .macro idtentry_body cfunc has_error_code:req
365 call \cfunc
383 .macro idtentry vector asmsym cfunc has_error_code:req
408 idtentry_body \cfunc \has_error_code
423 .macro idtentry_irq vector cfunc
425 idtentry \vector asm_\cfunc \cfunc has_error_code=1
432 .macro idtentry_sysvec vector cfunc
433 idtentry \vector asm_\cfunc \cfunc has_error_code=0
452 .macro idtentry_mce_db vector asmsym cfunc
475 call \cfunc
[all …]
Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req
632 pushl $\cfunc
638 .macro idtentry_irq vector cfunc
640 SYM_CODE_START_LOCAL(asm_\cfunc)
647 call \cfunc
649 SYM_CODE_END(asm_\cfunc)
652 .macro idtentry_sysvec vector cfunc
653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v6.1/tools/objtool/include/objtool/
Delf.h56 struct symbol *pfunc, *cfunc, *alias; member
/Linux-v6.1/tools/objtool/
Delf.c498 if (sym->cfunc == NULL) in read_symbols()
499 sym->cfunc = sym; in read_symbols()
523 pfunc->cfunc = sym; in read_symbols()
Dcheck.c74 if (func == func->cfunc) in next_insn_same_func()
78 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1460 insn->func->cfunc = jump_dest->func; in add_jump_destinations()