Home | History | Annotate | Download | only in libnvmm

Lines Matching refs:nvmm_mem

561 	struct nvmm_mem mem;
618 struct nvmm_mem mem;
859 void (*func)(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
862 static void x86_func_or(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
863 static void x86_func_and(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
864 static void x86_func_xchg(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
865 static void x86_func_sub(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
866 static void x86_func_xor(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
867 static void x86_func_cmp(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
868 static void x86_func_test(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
869 static void x86_func_mov(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
870 static void x86_func_stos(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
871 static void x86_func_lods(struct nvmm_vcpu *, struct nvmm_mem *, uint64_t *);
2789 x86_func_or(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2821 x86_func_and(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2853 x86_func_xchg(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2875 x86_func_sub(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2910 x86_func_xor(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2942 x86_func_cmp(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2965 x86_func_test(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2988 x86_func_mov(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
2997 x86_func_stos(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
3012 x86_func_lods(struct nvmm_vcpu *vcpu, struct nvmm_mem *mem, uint64_t *gprs)
3293 struct nvmm_mem mem;