Lines Matching defs:tmp
1784 struct vmx_uret_msr tmp;
1792 tmp = vmx->guest_uret_msrs[to];
1794 vmx->guest_uret_msrs[from] = tmp;
3078 u32 tmp;
3134 tmp = exec_controls_get(vmx);
3135 tmp &= ~CR3_EXITING_BITS;
3136 tmp |= get_vmcs12(vcpu)->cpu_based_vm_exec_control & CR3_EXITING_BITS;
3137 exec_controls_set(vmx, tmp);
3665 u32 tmp;
3687 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER |
3690 &tmp, i * sizeof(tmp), sizeof(tmp));