Searched refs:low32 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/ia64/kernel/ |
| D | iosapic.c | 138 u32 low32; /* current value of low word of member 217 u32 low32, high32; in set_rte() local 240 low32 = ((pol << IOSAPIC_POLARITY_SHIFT) | in set_rte() 250 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte() 251 iosapic_intr_info[irq].low32 = low32; in set_rte() 289 u32 low32; in mask_irq() local 297 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq() 300 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq() 308 u32 low32; in unmask_irq() local 315 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq() [all …]
|
| /Linux-v5.4/drivers/usb/gadget/udc/bdc/ |
| D | bdc_core.c | 163 u32 low32; in scratchpad_setup() local 184 low32 = lower_32_bits(bdc->scratchpad.sp_dma); in scratchpad_setup() 186 cpu_to_le32s(&low32); in scratchpad_setup() 188 bdc_writel(bdc->regs, BDC_SPBBAL, low32); in scratchpad_setup() 220 u32 low32; in bdc_mem_init() local 244 low32 = lower_32_bits(temp); in bdc_mem_init() 246 cpu_to_le32s(&low32); in bdc_mem_init() 250 bdc_writel(bdc->regs, BDC_SRRBAL(0), low32); in bdc_mem_init()
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmx.c | 3875 u32 low32, high32; in vmx_set_constant_host_state() local 3916 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state() 3917 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state() 3922 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state() 3923 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()
|