kvm_patch_ins      80 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_LD | rt | (addr & 0x0000fffc));
kvm_patch_ins      82 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_LWZ | rt | (addr & 0x0000fffc));
kvm_patch_ins      89 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_LD | rt | (addr & 0x0000fffc));
kvm_patch_ins      91 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_LWZ | rt | ((addr + 4) & 0x0000fffc));
kvm_patch_ins      97 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_LWZ | rt | (addr & 0x0000ffff));
kvm_patch_ins     103 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_STD | rt | (addr & 0x0000fffc));
kvm_patch_ins     105 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_STW | rt | ((addr + 4) & 0x0000fffc));
kvm_patch_ins     111 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_STW | rt | (addr & 0x0000fffc));
kvm_patch_ins     116 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_NOP);
kvm_patch_ins     129 arch/powerpc/kernel/kvm.c 	kvm_patch_ins(inst, KVM_INST_B | (addr & KVM_INST_B_MASK));