OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpa
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h
267
gpa_t (*translate_gpa)(struct kvm_vcpu *vcpu, gpa_t
gpa
, u32 access);
799
int emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t
gpa
,
902
void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t
gpa
,
910
gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t
gpa
, u32 access);
932
static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t
gpa
, u32 access)
934
return
gpa
;
/external/qemu/target-i386/
hax-interface.h
406
uint64_t
gpa
;
member in struct:hax_fastmmio
hax-all.c
418
cpu_physical_memory_rw(hft->
gpa
, &buf, hft->size, hft->direction);
Completed in 101 milliseconds