PV_CALLEE_SAVE     77 arch/x86/hyperv/hv_spinlock.c 	pv_ops.lock.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock);
PV_CALLEE_SAVE     80 arch/x86/hyperv/hv_spinlock.c 	pv_ops.lock.vcpu_is_preempted = PV_CALLEE_SAVE(hv_vcpu_is_preempted);
PV_CALLEE_SAVE    848 arch/x86/kernel/kvm.c 		PV_CALLEE_SAVE(__pv_queued_spin_unlock);
PV_CALLEE_SAVE    854 arch/x86/kernel/kvm.c 			PV_CALLEE_SAVE(__kvm_vcpu_is_preempted);
PV_CALLEE_SAVE    442 arch/x86/kernel/paravirt.c 				PV_CALLEE_SAVE(__native_queued_spin_unlock),
PV_CALLEE_SAVE    446 arch/x86/kernel/paravirt.c 				PV_CALLEE_SAVE(__native_vcpu_is_preempted),
PV_CALLEE_SAVE    120 arch/x86/xen/irq.c 	.save_fl = PV_CALLEE_SAVE(xen_save_fl),
PV_CALLEE_SAVE    121 arch/x86/xen/irq.c 	.restore_fl = PV_CALLEE_SAVE(xen_restore_fl),
PV_CALLEE_SAVE    122 arch/x86/xen/irq.c 	.irq_disable = PV_CALLEE_SAVE(xen_irq_disable),
PV_CALLEE_SAVE    123 arch/x86/xen/irq.c 	.irq_enable = PV_CALLEE_SAVE(xen_irq_enable),
PV_CALLEE_SAVE   2374 arch/x86/xen/mmu_pv.c 	pv_ops.mmu.make_pte = PV_CALLEE_SAVE(xen_make_pte);
PV_CALLEE_SAVE   2417 arch/x86/xen/mmu_pv.c 	.pte_val = PV_CALLEE_SAVE(xen_pte_val),
PV_CALLEE_SAVE   2418 arch/x86/xen/mmu_pv.c 	.pgd_val = PV_CALLEE_SAVE(xen_pgd_val),
PV_CALLEE_SAVE   2420 arch/x86/xen/mmu_pv.c 	.make_pte = PV_CALLEE_SAVE(xen_make_pte_init),
PV_CALLEE_SAVE   2421 arch/x86/xen/mmu_pv.c 	.make_pgd = PV_CALLEE_SAVE(xen_make_pgd),
PV_CALLEE_SAVE   2430 arch/x86/xen/mmu_pv.c 	.make_pmd = PV_CALLEE_SAVE(xen_make_pmd),
PV_CALLEE_SAVE   2431 arch/x86/xen/mmu_pv.c 	.pmd_val = PV_CALLEE_SAVE(xen_pmd_val),
PV_CALLEE_SAVE   2434 arch/x86/xen/mmu_pv.c 	.pud_val = PV_CALLEE_SAVE(xen_pud_val),
PV_CALLEE_SAVE   2435 arch/x86/xen/mmu_pv.c 	.make_pud = PV_CALLEE_SAVE(xen_make_pud),
PV_CALLEE_SAVE   2442 arch/x86/xen/mmu_pv.c 	.p4d_val = PV_CALLEE_SAVE(xen_p4d_val),
PV_CALLEE_SAVE   2443 arch/x86/xen/mmu_pv.c 	.make_p4d = PV_CALLEE_SAVE(xen_make_p4d),
PV_CALLEE_SAVE    132 arch/x86/xen/spinlock.c 		PV_CALLEE_SAVE(__pv_queued_spin_unlock);
PV_CALLEE_SAVE    135 arch/x86/xen/spinlock.c 	pv_ops.lock.vcpu_is_preempted = PV_CALLEE_SAVE(xen_vcpu_stolen);