Searched refs:hvmemul_read_cache (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/hvm/ |
A D | emulate.h | 125 bool hvmemul_read_cache(const struct vcpu *, paddr_t gpa, 137 static inline bool hvmemul_read_cache(const struct vcpu *v, paddr_t gpa, in hvmemul_read_cache() function
|
/xen/xen/arch/x86/mm/ |
A D | guest_walk.c | 143 if ( !hvmemul_read_cache(v, l4gpa, &gw->l4e, sizeof(gw->l4e)) ) in guest_walk_tables() 178 if ( !hvmemul_read_cache(v, l3gpa, &gw->l3e, sizeof(gw->l3e)) ) in guest_walk_tables() 236 if ( !hvmemul_read_cache(v, l3gpa, &gw->l3e, sizeof(gw->l3e)) ) in guest_walk_tables() 278 if ( !hvmemul_read_cache(v, l2gpa, &gw->l2e, sizeof(gw->l2e)) ) in guest_walk_tables() 367 if ( !hvmemul_read_cache(v, l1gpa, &gw->l1e, sizeof(gw->l1e)) ) in guest_walk_tables()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 3013 bool hvmemul_read_cache(const struct vcpu *v, paddr_t gpa, in hvmemul_read_cache() function 3028 if ( !hvmemul_read_cache(v, gpa, buffer, i) ) in hvmemul_read_cache()
|
A D | hvm.c | 3320 !hvmemul_read_cache(v, gfn_to_gaddr(gfn) | pgoff, buf, count) ) in __hvm_copy()
|
Completed in 19 milliseconds