Searched refs:low32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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 …]
|
/linux-6.1.9/drivers/usb/gadget/udc/bdc/ |
D | bdc_core.c | 159 u32 low32; in scratchpad_setup() local 180 low32 = lower_32_bits(bdc->scratchpad.sp_dma); in scratchpad_setup() 182 cpu_to_le32s(&low32); in scratchpad_setup() 184 bdc_writel(bdc->regs, BDC_SPBBAL, low32); in scratchpad_setup() 216 u32 low32; in bdc_mem_init() local 240 low32 = lower_32_bits(temp); in bdc_mem_init() 242 cpu_to_le32s(&low32); in bdc_mem_init() 246 bdc_writel(bdc->regs, BDC_SRRBAL(0), low32); in bdc_mem_init()
|
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | vmx.c | 4180 u32 low32, high32; in vmx_set_constant_host_state() local 4221 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state() 4222 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state() 4237 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state() 4238 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()
|