Searched defs:gprs (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/lib/libnvmm/ |
H A D | libnvmm_x86.c | 2784 x86_func_and(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_and() 2838 x86_func_sub(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_sub() 2873 x86_func_xor(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_xor() 2905 x86_func_cmp(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_cmp() 2928 x86_func_test(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_test() 2960 x86_func_stos(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_stos() 2975 x86_func_lods(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs) in x86_func_lods()
|
/dflybsd-src/sys/dev/virtual/nvmm/x86/ |
H A D | nvmm_x86.h | 315 uint64_t gprs[NVMM_X64_NGPR]; member
|
H A D | nvmm_x86_svm.c | 580 uint64_t gprs[NVMM_X64_NGPR]; member
|
H A D | nvmm_x86_vmx.c | 827 uint64_t gprs[NVMM_X64_NGPR]; member
|