Home
last modified time | relevance | path

Searched refs:UNMAPPED_GVA (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h51 #define UNMAPPED_GVA (~(gpa_t)0) macro
/arch/x86/kvm/
Dpaging_tmpl.h523 gpa_t gpa = UNMAPPED_GVA; in FNAME()
Dx86.c1977 if (gpa == UNMAPPED_GVA) { in emulator_read_std()
2019 if (gpa == UNMAPPED_GVA) in emulator_read_emulated()
2065 if (gpa == UNMAPPED_GVA) { in emulator_write_emulated_onepage()
2142 if (gpa == UNMAPPED_GVA || in emulator_cmpxchg_emulated()
3863 tr->valid = gpa != UNMAPPED_GVA; in kvm_arch_vcpu_ioctl_translate()
Dmmu.c1502 if (gpa == UNMAPPED_GVA) in gva_to_page()