Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dkvm.c169 ulong next_inst; in kvm_patch_ins_mtmsrd() local
177 next_inst = ((ulong)inst + 4); in kvm_patch_ins_mtmsrd()
178 distance_end = next_inst - (ulong)&p[kvm_emulate_mtmsrd_branch_offs]; in kvm_patch_ins_mtmsrd()
222 ulong next_inst; in kvm_patch_ins_mtmsr() local
230 next_inst = ((ulong)inst + 4); in kvm_patch_ins_mtmsr()
231 distance_end = next_inst - (ulong)&p[kvm_emulate_mtmsr_branch_offs]; in kvm_patch_ins_mtmsr()
283 ulong next_inst; in kvm_patch_ins_wrtee() local
291 next_inst = ((ulong)inst + 4); in kvm_patch_ins_wrtee()
292 distance_end = next_inst - (ulong)&p[kvm_emulate_wrtee_branch_offs]; in kvm_patch_ins_wrtee()
340 ulong next_inst; in kvm_patch_ins_wrteei_0() local
[all …]