Searched refs:low32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | iosapic.c | 142 u32 low32; /* current value of low word of member 221 u32 low32, high32; in set_rte() local 244 low32 = ((pol << IOSAPIC_POLARITY_SHIFT) | in set_rte() 254 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte() 255 iosapic_intr_info[irq].low32 = low32; in set_rte() 293 u32 low32; in mask_irq() local 301 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq() 304 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq() 312 u32 low32; in unmask_irq() local 319 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq() [all …]
|
/Linux-v4.19/drivers/usb/gadget/udc/bdc/ |
D | bdc_core.c | 163 u32 low32; in scratchpad_setup() local 183 low32 = lower_32_bits(bdc->scratchpad.sp_dma); in scratchpad_setup() 185 cpu_to_le32s(&low32); in scratchpad_setup() 187 bdc_writel(bdc->regs, BDC_SPBBAL, low32); in scratchpad_setup() 221 u32 low32; in bdc_mem_init() local 245 low32 = lower_32_bits(temp); in bdc_mem_init() 247 cpu_to_le32s(&low32); in bdc_mem_init() 251 bdc_writel(bdc->regs, BDC_SRRBAL(0), low32); in bdc_mem_init()
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 6289 u32 low32, high32; in vmx_set_constant_host_state() local 6333 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state() 6334 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state() 6339 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state() 6340 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()
|