Searched refs:emulate (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/powerpc/kvm/
H A Dtrace.h14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
15 TP_ARGS(inst, _pc, emulate),
20 __field( unsigned int, emulate )
26 __entry->emulate = emulate;
29 TP_printk("inst %u pc 0x%lx emulate %u\n",
30 __entry->inst, __entry->pc, __entry->emulate)
H A DMakefile18 emulate.o \
30 emulate.o \
42 emulate.o \
114 emulate.o \
/linux-master/arch/arm/probes/
H A Ddecode-thumb.h88 bool emulate, const union decode_action *actions,
92 bool emulate, const union decode_action *actions,
H A Ddecode-arm.h64 struct arch_probes_insn *, bool emulate,
H A Ddecode.c413 bool emulate, const union decode_action *actions,
442 if (emulate)
458 if (!decode_regs(&insn, regs, emulate))
501 if (!emulate)
411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, const union decode_item *table, bool thumb, bool emulate, const union decode_action *actions, const struct decode_checker *checkers[]) argument
H A Ddecode-thumb.c863 bool emulate, const union decode_action *actions,
869 emulate, actions, checkers);
874 bool emulate, const union decode_action *actions,
880 emulate, actions, checkers);
862 thumb16_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, bool emulate, const union decode_action *actions, const struct decode_checker *checkers[]) argument
873 thumb32_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, bool emulate, const union decode_action *actions, const struct decode_checker *checkers[]) argument
H A Ddecode.h156 * will be used to emulate the instruction when the probe is hit. The
381 const union decode_item *table, bool thumb, bool emulate,
H A Ddecode-arm.c27 * simulate or emulate (almost) all ARM instructions.
721 bool emulate, const union decode_action *actions,
727 emulate, actions, checkers);
720 arm_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, bool emulate, const union decode_action *actions, const struct decode_checker *checkers[]) argument
/linux-master/arch/mips/kvm/
H A DMakefile11 kvm-y += mips.o emulate.o entry.o \
/linux-master/drivers/staging/fbtft/
H A Dfb_hx8340bn.c30 static bool emulate; variable
31 module_param(emulate, bool, 0000);
32 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
/linux-master/arch/x86/kernel/
H A Dstatic_call.c56 const void *emulate = NULL; local
69 emulate = code;
111 text_poke_bp(insn, code, size, emulate);
H A Duprobes.c506 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member in struct:uprobe_xol_ops
690 * out-of-line if ->emulate() fails. We only need this to generate
707 .emulate = branch_emulate_op,
712 .emulate = push_emulate_op,
1052 if (auprobe->ops->emulate)
1053 return auprobe->ops->emulate(auprobe, regs);
H A Dalternative.c1623 * notifier above will emulate CALL for us.
2389 const void *opcode, size_t len, const void *emulate)
2397 if (!emulate)
2398 emulate = opcode;
2400 ret = insn_decode_kernel(&insn, emulate);
2444 case 2: /* NOP2 -- emulate as JMP8+0 */
2445 BUG_ON(memcmp(emulate, x86_nops[len], len));
2450 case 5: /* NOP5 -- emulate as JMP32+0 */
2451 BUG_ON(memcmp(emulate, x86_nops[len], len));
2497 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) argument
2388 text_poke_loc_init(struct text_poke_loc *tp, void *addr, const void *opcode, size_t len, const void *emulate) argument
2518 text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) argument
[all...]
/linux-master/arch/arm/nwfpe/
H A Dentry.S33 the user code. If the emulator is unable to emulate the instruction,
49 2) It calls EmulateAll to emulate a floating point instruction.
73 emulate: label
82 bl EmulateAll @ emulate the instruction
100 b emulate @ check condition and emulate
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h41 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
43 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
/linux-master/tools/perf/
H A Dperf-completion.sh232 emulate -L zsh
251 emulate -L zsh
279 emulate ksh -c __perf_main
/linux-master/drivers/target/
H A Dtarget_core_spc.c700 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member in struct:__anon672
702 { .page = 0x00, .emulate = spc_emulate_evpd_00 },
703 { .page = 0x80, .emulate = spc_emulate_evpd_80 },
704 { .page = 0x83, .emulate = spc_emulate_evpd_83 },
705 { .page = 0x86, .emulate = spc_emulate_evpd_86 },
706 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
707 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
708 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
709 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 },
767 ret = evpd_handlers[p].emulate(cm
960 int (*emulate)(struct se_cmd *, u8, unsigned char *); member in struct:__anon673
[all...]
/linux-master/arch/arm64/kvm/
H A DMakefile17 arch_timer.o trng.o vmid.o emulate-nested.o nested.o \
/linux-master/arch/x86/kvm/
H A DMakefile8 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
H A Dsint.S9 | to emulate the fint and fintrz unimplemented instructions,
H A Dscale.S9 | The entry point sscale is called from do_func to emulate
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c291 pr_debug("VFP: emulate: INST=0x%08x SCR=0x%08x\n", inst, fpscr);
307 * have to emulate it.
314 * emulate it.
354 * Synchronous exception, emulate the trigger instruction
356 goto emulate;
413 emulate:
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S60 | emulate the instruction
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S591 # fout() - emulate an opclass 3 instruction #
831 # fout() - emulate an opclass 3 instruction #
1107 # fout() - emulate an opclass 3 instruction #
2384 # fmovm_dynamic() - emulate dynamic fmovm instruction #
2385 # fmovm_ctrl() - emulate fmovm control instruction #
2421 # decode and emulate the instruction. No FP exceptions can be pending #
2430 # For "fmovm.l", fmovm_ctrl() is used to emulate the instruction. #
3096 # This code must emulate the move out before finally exiting through #
3286 # This code must emulate the move out before finally exiting through #
3565 # smovcr() - emulate a
[all...]

Completed in 245 milliseconds

12