Here is a list of all file members with links to the files they belong to:
- e -
- E
: emulate.c
- eager_page_split
: x86.c
, x86.h
- efer_reserved_bits
: x86.c
- efer_trap()
: svm.c
- EFLAGS_MASK
: emulate.c
- EFLG_RESERVED_ZEROS_MASK
: emulate.c
- elcr_ioport_read()
: i8259.c
- elcr_ioport_write()
: i8259.c
- em_aad()
: emulate.c
- em_aam()
: emulate.c
- em_bsf_c()
: emulate.c
- em_bsr_c()
: emulate.c
- em_bswap()
: emulate.c
- em_call()
: emulate.c
- em_call_far()
: emulate.c
- em_call_near_abs()
: emulate.c
- em_clflush()
: emulate.c
- em_clflushopt()
: emulate.c
- em_cli()
: emulate.c
- em_clts()
: emulate.c
- em_cmpxchg()
: emulate.c
- em_cmpxchg8b()
: emulate.c
- em_cpuid()
: emulate.c
- em_cr_write()
: emulate.c
- em_cwd()
: emulate.c
- em_das()
: emulate.c
- em_dr_write()
: emulate.c
- em_enter()
: emulate.c
- em_fninit()
: emulate.c
- em_fnstcw()
: emulate.c
- em_fnstsw()
: emulate.c
- em_fxrstor()
: emulate.c
- em_fxsave()
: emulate.c
- em_hypercall()
: emulate.c
- em_imul_3op()
: emulate.c
- em_in()
: emulate.c
- em_invlpg()
: emulate.c
- em_iret()
: emulate.c
- em_jcxz()
: emulate.c
- em_jmp_abs()
: emulate.c
- em_jmp_far()
: emulate.c
- em_lahf()
: emulate.c
- em_leave()
: emulate.c
- em_lgdt()
: emulate.c
- em_lgdt_lidt()
: emulate.c
- em_lidt()
: emulate.c
- em_lldt()
: emulate.c
- em_lmsw()
: emulate.c
- em_loop()
: emulate.c
- em_lseg()
: emulate.c
- em_ltr()
: emulate.c
- em_mov()
: emulate.c
- em_mov_rm_sreg()
: emulate.c
- em_mov_sreg_rm()
: emulate.c
- em_movbe()
: emulate.c
- em_movsxd()
: emulate.c
- em_out()
: emulate.c
- em_pop()
: emulate.c
- em_pop_sreg()
: emulate.c
- em_popa()
: emulate.c
- em_popf()
: emulate.c
- em_push()
: emulate.c
- em_push_sreg()
: emulate.c
- em_pusha()
: emulate.c
- em_pushf()
: emulate.c
- em_rdmsr()
: emulate.c
- em_rdpid()
: emulate.c
- em_rdpmc()
: emulate.c
- em_rdtsc()
: emulate.c
- em_ret()
: emulate.c
- em_ret_far()
: emulate.c
- em_ret_far_imm()
: emulate.c
- em_ret_near_imm()
: emulate.c
- em_rsm()
: emulate.c
- em_sahf()
: emulate.c
- em_sgdt()
: emulate.c
- em_sidt()
: emulate.c
- em_sldt()
: emulate.c
- em_smsw()
: emulate.c
- em_sti()
: emulate.c
- em_store_sreg()
: emulate.c
- em_str()
: emulate.c
- em_syscall()
: emulate.c
- em_syscall_is_enabled()
: emulate.c
- em_sysenter()
: emulate.c
- em_sysexit()
: emulate.c
- em_wrmsr()
: emulate.c
- em_xchg()
: emulate.c
- em_xsetbv()
: emulate.c
- empty_routing
: irq_comm.c
- emul_is_noncanonical_address()
: emulate.c
- emul_to_vcpu
: x86.c
- emulate_db()
: emulate.c
- emulate_de()
: emulate.c
- emulate_exception()
: emulate.c
- emulate_gp()
: emulate.c
- emulate_int()
: emulate.c
- emulate_int_real()
: emulate.c
, kvm_emulate.h
- emulate_invalid_guest_state
: vmx.c
- emulate_iret_real()
: emulate.c
- emulate_nm()
: emulate.c
- emulate_on_interception()
: svm.c
- emulate_ops
: x86.c
- emulate_pop()
: emulate.c
- emulate_popf()
: emulate.c
- emulate_ss()
: emulate.c
- emulate_store_desc_ptr()
: emulate.c
- emulate_svm_instr()
: svm.c
- emulate_ts()
: emulate.c
- emulate_ud()
: emulate.c
- emulated_msrs
: x86.c
- emulated_msrs_all
: x86.c
- EmulateOnUD
: emulate.c
- EMULATION_FAILED
: kvm_emulate.h
- EMULATION_INTERCEPTED
: kvm_emulate.h
- EMULATION_OK
: kvm_emulate.h
- EMULATION_RESTART
: kvm_emulate.h
- emulator_bad_iopl()
: emulate.c
- emulator_can_use_gpa()
: emulate.c
, kvm_emulate.h
- emulator_check_intercept()
: emulate.c
- emulator_check_pmc()
: x86.c
- emulator_cmpxchg_emulated()
: x86.c
- emulator_do_task_switch()
: emulate.c
- emulator_fix_hypercall()
: x86.c
- emulator_get_cached_segment_base()
: x86.c
- emulator_get_cpl()
: x86.c
- emulator_get_cpuid()
: x86.c
- emulator_get_cr()
: x86.c
- emulator_get_dr()
: x86.c
- emulator_get_gdt()
: x86.c
- emulator_get_idt()
: x86.c
- emulator_get_msr()
: x86.c
- emulator_get_msr_with_filter()
: x86.c
- emulator_get_segment()
: x86.c
- emulator_get_untagged_addr()
: x86.c
- emulator_guest_has_fxsr()
: x86.c
- emulator_guest_has_movbe()
: x86.c
- emulator_guest_has_rdpid()
: x86.c
- emulator_halt()
: x86.c
- emulator_intercept()
: x86.c
- emulator_invalidate_register_cache()
: kvm_emulate.h
, emulate.c
- emulator_invlpg()
: x86.c
- emulator_io_permitted()
: emulate.c
- emulator_io_port_access_allowed()
: emulate.c
- emulator_is_guest_mode()
: x86.c
- emulator_is_smm()
: x86.c
- emulator_leave_smm()
: smm.c
, x86.c
- emulator_pio_in()
: x86.c
- emulator_pio_in_emulated()
: x86.c
- emulator_pio_in_out()
: x86.c
- emulator_pio_out()
: x86.c
- emulator_pio_out_emulated()
: x86.c
- emulator_read_emulated()
: x86.c
- emulator_read_gpr()
: x86.c
- emulator_read_pmc()
: x86.c
- emulator_read_std()
: x86.c
- emulator_read_write()
: x86.c
- emulator_read_write_onepage()
: x86.c
- emulator_recalc_and_set_mode()
: emulate.c
- emulator_set_cr()
: x86.c
- emulator_set_dr()
: x86.c
- emulator_set_gdt()
: x86.c
- emulator_set_idt()
: x86.c
- emulator_set_msr_with_filter()
: x86.c
- emulator_set_nmi_mask()
: x86.c
- emulator_set_segment()
: x86.c
- emulator_set_xcr()
: x86.c
- emulator_task_switch()
: emulate.c
, kvm_emulate.h
- emulator_triple_fault()
: x86.c
- emulator_try_cmpxchg_user
: x86.c
- emulator_vm_bugged()
: x86.c
- emulator_wbinvd()
: x86.c
- emulator_write_emulated()
: x86.c
- emulator_write_gpr()
: x86.c
- emulator_write_phys()
: x86.c
- emulator_write_std()
: x86.c
- emulator_writeback_register_cache()
: emulate.c
, kvm_emulate.h
- enable_apicv
: x86.c
- enable_ept
: capabilities.h
, vmx.c
- enable_ept_ad_bits
: capabilities.h
, vmx.c
- enable_gif()
: svm.h
- enable_ipiv
: capabilities.h
, vmx.c
- enable_mmio_caching
: spte.c
, mmu.h
- enable_pml
: capabilities.h
, vmx.c
- enable_pmu
: x86.c
, x86.h
- enable_preemption_timer
: vmx.c
- enable_sgx
: sgx.h
, sgx.c
- enable_shadow_vmcs
: nested.c
- enable_unrestricted_guest
: capabilities.h
, vmx.c
- enable_vmware_backdoor
: x86.c
, x86.h
- enable_vnmi
: vmx.c
- enable_vpid
: capabilities.h
, vmx.c
- enable_x2apic_msr_intercepts()
: nested.c
- encls_leaf_enabled_in_guest()
: sgx.c
- enter_guest_mode()
: kvm_cache_regs.h
- enter_pmode()
: vmx.c
- enter_rmode()
: vmx.c
- enter_smm()
: smm.c
- enter_smm_get_segment_flags()
: smm.c
- enter_smm_save_seg_32()
: smm.c
- enter_smm_save_state_32()
: smm.c
- enter_svm_guest_mode()
: nested.c
, svm.h
- enter_vmx_operation()
: nested.c
- ept_caps_to_lpage_level()
: capabilities.h
- ept_save_pdptrs()
: vmx.c
, vmx.h
- EPT_SPTE_HOST_WRITABLE
: spte.h
- EPT_SPTE_MMU_WRITABLE
: spte.h
- ept_sync_context()
: vmx_ops.h
- ept_sync_global()
: vmx_ops.h
- EPTP_PA_MASK
: nested.c
- ERR_PTR_USR
: x86.c
- error_on_inconsistent_vmcs_config
: vmx.c
- Escape
: emulate.c
- escape_d9
: emulate.c
- escape_db
: emulate.c
- escape_dd
: emulate.c
- eventsel
: pmu_intel.c
- eventsel_match_perf_hw_id()
: pmu.c
- EVMCS1_FIELD
: hyperv_evmcs.c
- EVMCS1_OFFSET
: hyperv_evmcs.c
- EVMCS1_SUPPORTED_2NDEXEC
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_3RDEXEC
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_EXEC_CTRL
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_PINCTRL
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_VMENTRY_CTRL
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_VMEXIT_CTRL
: hyperv_evmcs.h
- EVMCS1_SUPPORTED_VMFUNC
: hyperv_evmcs.h
- EVMCS_2NDEXEC
: hyperv.c
- EVMCS_3RDEXEC
: hyperv.c
- evmcs_check_vmcs_conf
: vmx_onhyperv.c
- evmcs_ctrl_type
: hyperv.c
- EVMCS_ENTRY_CTRLS
: hyperv.c
- EVMCS_EXEC_CTRL
: hyperv.c
- EVMCS_EXIT_CTRLS
: hyperv.c
- evmcs_field_offset()
: hyperv_evmcs.h
- evmcs_get_supported_ctls()
: hyperv.c
- evmcs_has_perf_global_ctrl()
: hyperv.c
- evmcs_load()
: vmx_onhyperv.h
- EVMCS_PINCTRL
: hyperv.c
- evmcs_read16()
: vmx_onhyperv.h
- evmcs_read32()
: vmx_onhyperv.h
- evmcs_read64()
: vmx_onhyperv.h
- evmcs_read_any()
: hyperv_evmcs.h
- evmcs_revision
: hyperv.c
- evmcs_sanitize_exec_ctrls()
: vmx_onhyperv.c
- evmcs_supported_ctrls
: hyperv.c
- EVMCS_VMFUNC
: hyperv.c
- evmcs_write16()
: vmx_onhyperv.h
- evmcs_write32()
: vmx_onhyperv.h
- evmcs_write64()
: vmx_onhyperv.h
- EVMCSv1_LEGACY
: hyperv.c
- EVMPTR_INVALID
: hyperv.h
- evmptr_is_set()
: hyperv.h
- evmptr_is_valid()
: hyperv.h
- EVMPTR_MAP_PENDING
: hyperv.h
- EVMPTRLD_DISABLED
: hyperv.h
- EVMPTRLD_ERROR
: hyperv.h
- EVMPTRLD_SUCCEEDED
: hyperv.h
- EVMPTRLD_VMFAIL
: hyperv.h
- evtchn_set_fn()
: xen.c
- exception_class()
: x86.c
- exception_type()
: x86.c
- EXCPT_ABORT
: x86.c
- EXCPT_BENIGN
: x86.c
- EXCPT_CONTRIBUTORY
: x86.c
- EXCPT_DB
: x86.c
- EXCPT_FAULT
: x86.c
- EXCPT_INTERRUPT
: x86.c
- EXCPT_PF
: x86.c
- EXCPT_TRAP
: x86.c
- EXPORT_STATIC_CALL_GPL()
: x86.c
- EXPORT_SYMBOL_GPL()
: x86.c
, kvm_main.c
, guest_memfd.c
, x86.c
, kvm_main.c
, x86.c
, kvm_main.c
, x86.c
, kvm_main.c
, pfncache.c
, kvm_main.c
, mmu.c
, lapic.c
, mmu.c
, lapic.c
, spte.c
, mtrr.c
, pmu.c
, x86.c
, kvm_onhyperv.c
, cpuid.c
, hyperv.c
, irq.c
, irq_comm.c
, x86.c
, kvm_onhyperv.c
, lapic.c
, x86.c
- EXPORT_TRACEPOINT_SYMBOL_GPL()
: x86.c
- EXS
: trace.h
- EXT
: emulate.c