Searched refs:read_guest_instr (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dgaccess.h331 * read_guest_instr - copy instruction data from guest space to kernel space
340 * The behaviour of read_guest_instr is identical to read_guest, except that
345 int read_guest_instr(struct kvm_vcpu *vcpu, unsigned long ga, void *data, function
H A Dguestdbg.c450 rc = read_guest_instr(vcpu, *addr, &opcode, 2);
470 rc = read_guest_instr(vcpu, *addr, &opcode, exec_ilen);
H A Dkvm-s390.c4731 rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1);

Completed in 140 milliseconds