Searched refs:cfunc (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 331 .macro idtentry_body cfunc has_error_code:req 354 call \cfunc 372 .macro idtentry vector asmsym cfunc has_error_code:req 404 idtentry_body \cfunc \has_error_code 419 .macro idtentry_irq vector cfunc argument 421 idtentry \vector asm_\cfunc \cfunc has_error_code=1 428 .macro idtentry_sysvec vector cfunc argument 429 idtentry \vector asm_\cfunc \cfunc has_error_code=0 448 .macro idtentry_mce_db vector asmsym cfunc argument 471 call \cfunc [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) 652 .macro idtentry_sysvec vector cfunc argument 653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 129 return ct->cfunc(blk, argc, argv); in command() 700 .cfunc = read_f, 897 .cfunc = readv_f, 1039 .cfunc = write_f, 1252 .cfunc = writev_f, 1468 .cfunc = aio_read_f, 1580 .cfunc = aio_write_f, 1717 .cfunc = aio_flush_f, 1729 .cfunc = flush_f, 1784 .cfunc = zone_report_f, [all …]
|
H A D | qemu-io.c | 81 .cfunc = close_f, 148 .cfunc = open_f, 280 .cfunc = quit_f,
|
/openbmc/qemu/include/ |
H A D | qemu-io.h | 35 cfunc_t cfunc; member
|
/openbmc/linux/tools/objtool/ |
H A D | elf.c | 526 if (sym->cfunc == NULL) in read_symbols() 527 sym->cfunc = sym; in read_symbols() 551 pfunc->cfunc = sym; in read_symbols()
|
H A D | check.c | 76 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() 1636 insn_func(insn)->cfunc = insn_func(jump_dest); in add_jump_destinations()
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 60 struct symbol *pfunc, *cfunc, *alias; member
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2637 cfunc.c: 33674 2638 cfunc.h: 23021
|