Searched refs:low32 (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | iosapic.c | 139 u32 low32; /* current value of low word of member 218 u32 low32, high32; in set_rte() local 241 low32 = ((pol << IOSAPIC_POLARITY_SHIFT) | in set_rte() 251 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte() 252 iosapic_intr_info[irq].low32 = low32; in set_rte() 290 u32 low32; in mask_irq() local 298 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq() 301 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq() 309 u32 low32; in unmask_irq() local 316 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq() [all …]
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 4140 u32 low32, high32; in vmx_set_constant_host_state() local 4181 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state() 4182 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state() 4187 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state() 4188 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()
|