Searched refs:read_guest_instr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.h | 273 * read_guest_instr - copy instruction data from guest space to kernel space 282 * The behaviour of read_guest_instr is identical to read_guest, except that 287 int read_guest_instr(struct kvm_vcpu *vcpu, unsigned long ga, void *data, in read_guest_instr() function
|
H A 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()
|
H A D | kvm-s390.c | 4068 rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1); in vcpu_post_run_fault_in_sie()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.h | 331 * 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, in read_guest_instr() function
|
H A 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()
|
H A D | kvm-s390.c | 4731 rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1); in vcpu_post_run_fault_in_sie()
|
Completed in 15 milliseconds