Home
last modified time | relevance | path

Searched refs:x86_emulate_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h91 struct x86_emulate_ops { struct
300 const struct x86_emulate_ops *ops;
H A Demulate.c1477 const struct x86_emulate_ops *ops = ctxt->ops; in get_descriptor_table_ptr()
2021 const struct x86_emulate_ops *ops = ctxt->ops; in __emulate_int_real()
2365 const struct x86_emulate_ops *ops = ctxt->ops; in em_syscall_is_enabled()
2400 const struct x86_emulate_ops *ops = ctxt->ops; in em_syscall()
2459 const struct x86_emulate_ops *ops = ctxt->ops; in em_sysenter()
2512 const struct x86_emulate_ops *ops = ctxt->ops; in em_sysexit()
2587 const struct x86_emulate_ops *ops = ctxt->ops; in emulator_io_port_access_allowed()
2922 const struct x86_emulate_ops *ops = ctxt->ops; in emulator_do_task_switch()
3145 const struct x86_emulate_ops *ops = ctxt->ops; in em_call_far()
5139 const struct x86_emulate_ops *ops = ctxt->ops; in x86_emulate_insn()
H A Dx86.c8340 static const struct x86_emulate_ops emulate_ops = {