Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgaccess.h345 int read_guest_instr(struct kvm_vcpu *vcpu, unsigned long ga, void *data, in read_guest_instr() function
H A Dguestdbg.c446 rc = read_guest_instr(vcpu, *addr, &opcode, 2); in per_fetched_addr()
466 rc = read_guest_instr(vcpu, *addr, &opcode, exec_ilen); in per_fetched_addr()
H A Dkvm-s390.c4505 rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1); in vcpu_post_run_addressing_exception()