Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dkvm.c169 int distance_end; in kvm_patch_ins_mtmsrd() local
179 distance_end = next_inst - (ulong)&p[kvm_emulate_mtmsrd_branch_offs]; in kvm_patch_ins_mtmsrd()
189 p[kvm_emulate_mtmsrd_branch_offs] |= distance_end & KVM_INST_B_MASK; in kvm_patch_ins_mtmsrd()
222 int distance_end; in kvm_patch_ins_mtmsr() local
232 distance_end = next_inst - (ulong)&p[kvm_emulate_mtmsr_branch_offs]; in kvm_patch_ins_mtmsr()
242 p[kvm_emulate_mtmsr_branch_offs] |= distance_end & KVM_INST_B_MASK; in kvm_patch_ins_mtmsr()
283 int distance_end; in kvm_patch_ins_wrtee() local
293 distance_end = next_inst - (ulong)&p[kvm_emulate_wrtee_branch_offs]; in kvm_patch_ins_wrtee()
303 p[kvm_emulate_wrtee_branch_offs] |= distance_end & KVM_INST_B_MASK; in kvm_patch_ins_wrtee()
340 int distance_end; in kvm_patch_ins_wrteei_0() local
[all …]