Home
last modified time | relevance | path

Searched refs:MAX_INST_LEN (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dx86_emulate.c30 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < MAX_INST_LEN + 1); \
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h26 #define MAX_INST_LEN 15 macro
580 uint8_t buf[MAX_INST_LEN + 1];
A Dx86_emulate.c880 "m" (*(uint8_t(*)[MAX_INST_LEN + 1])stub.ptr) ); \
886 gprintk(XENLOG_INFO, "stub: %"__stringify(MAX_INST_LEN)"ph\n", \
914 ctxt->regs->r(ip)) > MAX_INST_LEN, \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Demulate.c100 if ( (inst_len = svm_nextrip_insn_length(v)) > MAX_INST_LEN ) in __get_instruction_length_from_list()
A Dsvm.c105 if ( unlikely(inst_len > MAX_INST_LEN) ) in __update_guest_eip()
910 memcpy(buf, vmcb->guest_ins, MAX_INST_LEN); in svm_get_insn_bytes()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c2532 BUG_ON((len < 1) || (len > MAX_INST_LEN)); in get_instruction_length()

Completed in 27 milliseconds