Searched refs:panic_vm (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/ia64/kvm/ |
D | mmio.c | 69 panic_vm(v, "Undefined write on PIB INTA\n"); in lsapic_write() 75 panic_vm(v, "Undefined write on PIB XTP\n"); in lsapic_write() 82 panic_vm(v, "Can't LHF write with size %ld!\n", in lsapic_write() 87 panic_vm(v, "IPI-UHF write %lx\n", addr); in lsapic_write() 105 panic_vm(v, "Undefined read on PIB INTA\n"); in lsapic_read() 112 panic_vm(v, "Undefined read on PIB XTP\n"); in lsapic_read() 116 panic_vm(v, "Undefined addr access for lsapic!\n"); in lsapic_read() 155 panic_vm(vcpu, "Unhandled mmio access returned!\n"); in mmio_access() 319 panic_vm(vcpu, "Unsupported MMIO access instruction! " in emulate_io_inst() 332 panic_vm(vcpu, "Unsupported instruction type!\n"); in emulate_io_inst()
|
D | process.c | 522 panic_vm(vcpu, "Interruption with vector :0x%lx occurs " in reflect_interruption() 620 panic_vm(vcpu, "Mis-set for exit reason!\n"); in get_pal_call_result() 648 panic_vm(vcpu, "Mis-set for exit reason!\n"); in get_sal_call_result() 719 panic_vm(vcpu, "Trying to inject one IRQ with psr.ic=0\n"); in generate_exirq() 983 panic_vm(vcpu, "Failed to do vmm sanity check," in vmm_sanity_check() 1022 panic_vm(vcpu, "Unexpected interruption occurs in VMM, vector:0x%lx\n", in vmm_panic_handler()
|
D | vcpu.c | 1642 panic_vm(vcpu, "Only support guests with vpsr.pk =0 " in vcpu_set_psr() 2092 panic_vm(vcpu, "Machine Status conflicts!\n"); in kvm_init_all_rr() 2193 void panic_vm(struct kvm_vcpu *v, const char *fmt, ...) in panic_vm() function
|
D | vtlb.c | 569 panic_vm(current_vcpu, "Invalid gpfn =%lx\n", gpfn); in kvm_get_mpt_entry()
|
D | vcpu.h | 744 void panic_vm(struct kvm_vcpu *v, const char *fmt, ...);
|