Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h198 static inline uint64_t get_cr3(void) in get_cr3() function
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h381 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member
/Linux-v5.4/arch/x86/kvm/
Dmmu.c4436 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function