Displaying 2 results from an estimated 2 matches for "ia64_bundl".
Did you mean:
ia64_bundle
2008 Mar 28
0
[14/17][PATCH] kvm/ia64: Add guest interruption injection support.
...er use macros of PSR bits.
Or you can add the same comments as Xen.
>+
>+/*
>+ * Handle floating-point assist faults and traps for domain.
>+ */
>+unsigned long vmm_handle_fpu_swa(int fp_fault, REGS *regs, unsigned
>long isr)
>+{
>+ struct kvm_vcpu *v = current_vcpu;
>+ IA64_BUNDLE bundle;
>+ unsigned long fault_ip;
>+ fpswa_ret_t ret;
>+
>+ fault_ip = regs->cr_iip;
>+ /*
>+ * When the FP trap occurs, the trapping instruction is
>completed.
>+ * If ipsr.ri == 0, there is the trapping instruction in
>previous
>+ * bundle.
>+ */
>+ if...
2008 Mar 28
0
[14/17][PATCH] kvm/ia64: Add guest interruption injection support.
...er use macros of PSR bits.
Or you can add the same comments as Xen.
>+
>+/*
>+ * Handle floating-point assist faults and traps for domain.
>+ */
>+unsigned long vmm_handle_fpu_swa(int fp_fault, REGS *regs, unsigned
>long isr)
>+{
>+ struct kvm_vcpu *v = current_vcpu;
>+ IA64_BUNDLE bundle;
>+ unsigned long fault_ip;
>+ fpswa_ret_t ret;
>+
>+ fault_ip = regs->cr_iip;
>+ /*
>+ * When the FP trap occurs, the trapping instruction is
>completed.
>+ * If ipsr.ri == 0, there is the trapping instruction in
>previous
>+ * bundle.
>+ */
>+ if...