emulate 721 arch/arm/probes/decode-arm.c bool emulate, const union decode_action *actions, emulate 727 arch/arm/probes/decode-arm.c emulate, actions, checkers); emulate 64 arch/arm/probes/decode-arm.h struct arch_probes_insn *, bool emulate, emulate 863 arch/arm/probes/decode-thumb.c bool emulate, const union decode_action *actions, emulate 869 arch/arm/probes/decode-thumb.c emulate, actions, checkers); emulate 874 arch/arm/probes/decode-thumb.c bool emulate, const union decode_action *actions, emulate 880 arch/arm/probes/decode-thumb.c emulate, actions, checkers); emulate 88 arch/arm/probes/decode-thumb.h bool emulate, const union decode_action *actions, emulate 92 arch/arm/probes/decode-thumb.h bool emulate, const union decode_action *actions, emulate 413 arch/arm/probes/decode.c bool emulate, const union decode_action *actions, emulate 442 arch/arm/probes/decode.c if (emulate) emulate 458 arch/arm/probes/decode.c if (!decode_regs(&insn, regs, emulate)) emulate 501 arch/arm/probes/decode.c if (!emulate) emulate 355 arch/arm/vfp/vfpmodule.c goto emulate; emulate 414 arch/arm/vfp/vfpmodule.c emulate: emulate 14 arch/powerpc/kvm/trace.h TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate), emulate 15 arch/powerpc/kvm/trace.h TP_ARGS(inst, _pc, emulate), emulate 20 arch/powerpc/kvm/trace.h __field( unsigned int, emulate ) emulate 26 arch/powerpc/kvm/trace.h __entry->emulate = emulate; emulate 30 arch/powerpc/kvm/trace.h __entry->inst, __entry->pc, __entry->emulate) emulate 505 arch/x86/kernel/uprobes.c bool (*emulate)(struct arch_uprobe *, struct pt_regs *); emulate 706 arch/x86/kernel/uprobes.c .emulate = branch_emulate_op, emulate 711 arch/x86/kernel/uprobes.c .emulate = push_emulate_op, emulate 1046 arch/x86/kernel/uprobes.c if (auprobe->ops->emulate) emulate 1047 arch/x86/kernel/uprobes.c return auprobe->ops->emulate(auprobe, regs); emulate 5551 arch/x86/kvm/mmu.c goto emulate; emulate 5592 arch/x86/kvm/mmu.c emulate: emulate 30 drivers/staging/fbtft/fb_hx8340bn.c static bool emulate; emulate 31 drivers/staging/fbtft/fb_hx8340bn.c module_param(emulate, bool, 0000); emulate 32 drivers/staging/fbtft/fb_hx8340bn.c MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode"); emulate 668 drivers/target/target_core_spc.c sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); emulate 670 drivers/target/target_core_spc.c { .page = 0x00, .emulate = spc_emulate_evpd_00 }, emulate 671 drivers/target/target_core_spc.c { .page = 0x80, .emulate = spc_emulate_evpd_80 }, emulate 672 drivers/target/target_core_spc.c { .page = 0x83, .emulate = spc_emulate_evpd_83 }, emulate 673 drivers/target/target_core_spc.c { .page = 0x86, .emulate = spc_emulate_evpd_86 }, emulate 674 drivers/target/target_core_spc.c { .page = 0xb0, .emulate = spc_emulate_evpd_b0 }, emulate 675 drivers/target/target_core_spc.c { .page = 0xb1, .emulate = spc_emulate_evpd_b1 }, emulate 676 drivers/target/target_core_spc.c { .page = 0xb2, .emulate = spc_emulate_evpd_b2 }, emulate 677 drivers/target/target_core_spc.c { .page = 0xb3, .emulate = spc_emulate_evpd_b3 }, emulate 739 drivers/target/target_core_spc.c ret = evpd_handlers[p].emulate(cmd, buf); emulate 923 drivers/target/target_core_spc.c int (*emulate)(struct se_cmd *, u8, unsigned char *); emulate 925 drivers/target/target_core_spc.c { .page = 0x01, .subpage = 0x00, .emulate = spc_modesense_rwrecovery }, emulate 926 drivers/target/target_core_spc.c { .page = 0x08, .subpage = 0x00, .emulate = spc_modesense_caching }, emulate 927 drivers/target/target_core_spc.c { .page = 0x0a, .subpage = 0x00, .emulate = spc_modesense_control }, emulate 928 drivers/target/target_core_spc.c { .page = 0x1c, .subpage = 0x00, .emulate = spc_modesense_informational_exceptions }, emulate 1063 drivers/target/target_core_spc.c ret = modesense_handlers[i].emulate(cmd, pc, &buf[length]); emulate 1076 drivers/target/target_core_spc.c length += modesense_handlers[i].emulate(cmd, pc, &buf[length]); emulate 1143 drivers/target/target_core_spc.c length = modesense_handlers[i].emulate(cmd, 0, tbuf);