Searched refs:read_guest_instr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/s390/kvm/ |
D | gaccess.h | 345 int read_guest_instr(struct kvm_vcpu *vcpu, unsigned long ga, void *data, in read_guest_instr() function
|
D | guestdbg.c | 450 rc = read_guest_instr(vcpu, *addr, &opcode, 2); in per_fetched_addr() 470 rc = read_guest_instr(vcpu, *addr, &opcode, exec_ilen); in per_fetched_addr()
|
D | kvm-s390.c | 4734 rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1); in vcpu_post_run_fault_in_sie()
|