Go to the source code of this file.
Functions | |
uint64_t | __read_msr (uint32_t addr) noexcept |
uint64_t | __read_cr0 (void) noexcept |
uint64_t | __read_cr3 (void) noexcept |
uint64_t | __read_cr4 (void) noexcept |
uint64_t | __read_rflags (void) noexcept |
uint64_t | __read_dr7 (void) noexcept |
void | __read_gdt (gdt_reg_x64_t *gdt_reg) noexcept |
void | __read_idt (idt_reg_x64_t *idt_reg) noexcept |
uint16_t | __read_es (void) noexcept |
uint16_t | __read_cs (void) noexcept |
uint16_t | __read_ss (void) noexcept |
uint16_t | __read_ds (void) noexcept |
uint16_t | __read_fs (void) noexcept |
uint16_t | __read_gs (void) noexcept |
uint16_t | __read_ldtr (void) noexcept |
uint16_t | __read_tr (void) noexcept |
uint32_t | __cpuid_ecx (uint32_t val) noexcept |
uint32_t | __cpuid_eax (uint32_t val) noexcept |
void | __cpuid (void *eax, void *ebx, void *ecx, void *edx) noexcept |
|
noexcept |
Definition at line 34 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 38 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 42 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 46 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 50 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 54 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 58 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 62 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 66 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 70 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 74 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 78 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 82 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 86 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 90 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 94 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 98 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 102 of file test_vcpu_intel_x64.cpp.
|
noexcept |
Definition at line 106 of file test_vcpu_intel_x64.cpp.