Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/svm/
A Demulate.c78 if ( nrip_len > MAX_INST_LEN ) in svm_get_insn_len()
A Dsvm.c107 if ( unlikely(inst_len > MAX_INST_LEN) ) in __update_guest_eip()
894 memcpy(buf, vmcb->guest_ins, MAX_INST_LEN); in svm_get_insn_bytes()
/xen/xen/arch/x86/
A Dx86_emulate.c32 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < MAX_INST_LEN + 1); \
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h28 #define MAX_INST_LEN 15 macro
685 uint8_t buf[MAX_INST_LEN + 1];
A Dx86_emulate.c1270 "m" (*(uint8_t(*)[MAX_INST_LEN + 1])stub.ptr) ); \
1294 ctxt->regs->r(ip)) > MAX_INST_LEN, \
11510 gprintk(XENLOG_INFO, " stub: %"__stringify(MAX_INST_LEN)"ph\n", in x86_emulate()
/xen/xen/arch/x86/hvm/
A Demulate.c2979 (MAX_INST_LEN + 16 * 2); in hvmemul_cache_init()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2575 BUG_ON((len < 1) || (len > MAX_INST_LEN)); in get_instruction_length()

Completed in 39 milliseconds