Home
last modified time | relevance | path

Searched refs:high32 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
Diosapic.c218 u32 low32, high32; in set_rte() local
248 high32 = (dest << IOSAPIC_DEST_SHIFT); in set_rte()
250 iosapic_write(rte->iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in set_rte()
330 u32 high32, low32; in iosapic_set_affinity() local
353 high32 = dest << IOSAPIC_DEST_SHIFT; in iosapic_set_affinity()
370 iosapic_write(iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in iosapic_set_affinity()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c4105 u32 low32, high32; in vmx_set_constant_host_state() local
4146 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state()
4152 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state()
4153 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()