Searched defs:insn_len (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | event.h | 146 u16 insn_len; member
|
D | thread-stack.c | 407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, in thread_stack__event()
|
D | intel-pt.c | 182 u16 insn_len; member
|
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/ |
D | svm.h | 96 u8 insn_len; member
|
/Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 233 int insn_len; member
|
/Linux-v5.15/arch/x86/include/asm/ |
D | svm.h | 151 u8 insn_len; member
|
/Linux-v5.15/arch/x86/kvm/mmu/ |
D | mmu.c | 4039 u64 fault_address, char *insn, int insn_len) in kvm_handle_page_fault() 5271 void *insn, int insn_len) in kvm_mmu_page_fault()
|
/Linux-v5.15/arch/x86/kvm/ |
D | x86.c | 7822 void *insn, int insn_len) in x86_decode_emulated_instruction() 7848 int emulation_type, void *insn, int insn_len) in x86_emulate_instruction() 8012 void *insn, int insn_len) in kvm_emulate_instruction_from_buffer()
|
D | emulate.c | 5017 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn()
|
/Linux-v5.15/arch/x86/kvm/svm/ |
D | svm.c | 4403 static bool svm_can_emulate_instruction(struct kvm_vcpu *vcpu, void *insn, int insn_len) in svm_can_emulate_instruction()
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | vmx.c | 1474 static bool vmx_can_emulate_instruction(struct kvm_vcpu *vcpu, void *insn, int insn_len) in vmx_can_emulate_instruction()
|