Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/entry/
Dentry_64.S323 .macro idtentry_body cfunc has_error_code:req
335 call \cfunc
350 .macro idtentry vector asmsym cfunc has_error_code:req
373 idtentry_body \cfunc \has_error_code
388 .macro idtentry_irq vector cfunc
390 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 .macro idtentry_sysvec vector cfunc
398 idtentry \vector asm_\cfunc \cfunc has_error_code=0
417 .macro idtentry_mce_db vector asmsym cfunc
438 call \cfunc
[all …]
Dentry_32.S625 .macro idtentry vector asmsym cfunc has_error_code:req
635 pushl $\cfunc
641 .macro idtentry_irq vector cfunc
643 SYM_CODE_START_LOCAL(asm_\cfunc)
650 call \cfunc
652 SYM_CODE_END(asm_\cfunc)
655 .macro idtentry_sysvec vector cfunc
656 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v5.15/tools/objtool/include/objtool/
Delf.h56 struct symbol *pfunc, *cfunc, *alias; member
/Linux-v5.15/tools/objtool/
Delf.c433 if (sym->cfunc == NULL) in read_symbols()
434 sym->cfunc = sym; in read_symbols()
458 pfunc->cfunc = sym; in read_symbols()
Dcheck.c68 if (func == func->cfunc) in next_insn_same_func()
72 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
924 insn->func->cfunc = insn->jump_dest->func; in add_jump_destinations()