Home
last modified time | relevance | path

Searched defs:get_cr3 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h200 static inline uint64_t get_cr3(void) in get_cr3() function
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h347 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member
/Linux-v4.19/arch/x86/kvm/
Dmmu.c4214 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function