Lines Matching refs:p_data
138 void *p_data = (void *)data; in hvmemul_do_io() local
181 memcpy(&p.data, p_data, size); in hvmemul_do_io()
307 memcpy(p_data, &p.data, size); in hvmemul_do_io()
1028 void *p_data, in __hvmemul_read() argument
1053 return hvmemul_linear_mmio_read(addr, bytes, p_data, pfec, hvmemul_ctxt, 1); in __hvmemul_read()
1056 hvm_fetch_from_guest_linear(p_data, addr, bytes, pfec, &pfinfo) : in __hvmemul_read()
1057 hvm_copy_from_guest_linear(p_data, addr, bytes, pfec, &pfinfo)); in __hvmemul_read()
1070 return hvmemul_linear_mmio_read(addr, bytes, p_data, pfec, hvmemul_ctxt, 0); in __hvmemul_read()
1084 void *p_data, in hvmemul_read() argument
1092 return set_context_data(p_data, bytes); in hvmemul_read()
1095 seg, offset, p_data, bytes, hvm_access_read, in hvmemul_read()
1102 void *p_data, in hvmemul_insn_fetch() argument
1118 int rc = __hvmemul_read(seg, offset, p_data, bytes, in hvmemul_insn_fetch()
1134 memcpy(&hvmemul_ctxt->insn_buf[insn_off], p_data, bytes); in hvmemul_insn_fetch()
1142 memcpy(p_data, &hvmemul_ctxt->insn_buf[insn_off], bytes); in hvmemul_insn_fetch()
1149 void *p_data, in hvmemul_write() argument
1174 return hvmemul_linear_mmio_write(addr, bytes, p_data, pfec, hvmemul_ctxt, 1); in hvmemul_write()
1181 return hvmemul_linear_mmio_write(addr, bytes, p_data, pfec, hvmemul_ctxt, 0); in hvmemul_write()
1183 memcpy(mapping, p_data, bytes); in hvmemul_write()
1193 void *p_data, in hvmemul_write_discard() argument
1225 void *p_data, in hvmemul_rep_stos_discard() argument
1576 void *p_data, in hvmemul_rep_stos() argument
1637 buf = p_data; in hvmemul_rep_stos()
1648 : "a" (*(const uint##bits##_t *)p_data), \ in hvmemul_rep_stos()
1669 if ( buf != p_data ) in hvmemul_rep_stos()
1691 p_data); in hvmemul_rep_stos()