/external/syzkaller/executor/ |
D | kvm.S | 299 vmread %rdx, %rax 306 vmread %rdx, %rax 316 vmread %rbx, %rdx 318 vmread %rbx, %rcx 320 vmread %rax, %rax 322 vmread %rbx, %rbx
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrVMX.td | 41 "vmread{q}\t{$src, $dst|$dst, $src}", []>, TB; 43 "vmread{q}\t{$src, $dst|$dst, $src}", []>, TB; 45 "vmread{l}\t{$src, $dst|$dst, $src}", []>, TB; 47 "vmread{l}\t{$src, $dst|$dst, $src}", []>, TB;
|
D | X86GenAsmWriter1.inc | 3988 "vmovups\t\000vmpsadbw\t\000vmptrld\t\000vmptrst\t\000vmread\t\000vmresu"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 47 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 49 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 51 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>; 53 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 53 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>, 56 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>, 61 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>, 64 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>,
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/ |
D | vmx.h | 494 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() function 518 vmread(encoding, &value); in vmreadz() 561 void *vmread; member
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | vmx.c | 57 vmx->vmread = (void *)vm_vaddr_alloc(vm, getpagesize(), 0x10000, 0, 0); in vcpu_alloc_vmx() 58 vmx->vmread_hva = addr_gva2hva(vm, (uintptr_t)vmx->vmread); in vcpu_alloc_vmx() 59 vmx->vmread_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmread); in vcpu_alloc_vmx()
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/elfutils/libcpu/defs/ |
D | i386 | 529 00001111,01111000,{mod}{reg64}{64r_m}:vmread {reg64},{mod}{64r_m}
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 6747 "trld\007vmptrst\006vmread\007vmreadl\007vmreadq\010vmresume\005vmrun\006" 28729 …{ 11921 /* vmread */, X86::VMREAD32rr, Convert__Reg1_0__Reg1_1, Feature_Not64BitMode, { MCK_GR32, … 28730 …{ 11921 /* vmread */, X86::VMREAD64rr, Convert__Reg1_0__Reg1_1, Feature_In64BitMode, { MCK_GR64, M… 28731 …{ 11921 /* vmread */, X86::VMREAD32mr, Convert__Mem325_0__Reg1_1, Feature_Not64BitMode, { MCK_Mem3… 28732 …{ 11921 /* vmread */, X86::VMREAD64mr, Convert__Mem645_0__Reg1_1, Feature_In64BitMode, { MCK_Mem64…
|