Searched refs:lo_32 (Results 1 – 9 of 9) sorted by relevance
| /hypervisor/include/arch/x86/asm/ |
| A D | lapic.h | 16 uint32_t lo_32; member
|
| A D | apicreg.h | 196 uint32_t lo_32; member
|
| /hypervisor/arch/x86/ |
| A D | lapic.c | 227 icr.value_32.lo_32 = 0U; in send_startup_ipi() 268 icr.value_32.lo_32 = vector | (INTR_LAPIC_ICR_PHYSICAL << 11U); in send_single_ipi() 291 icr.value_32.lo_32 = (INTR_LAPIC_ICR_PHYSICAL << 11U) | (INTR_LAPIC_ICR_INIT << 8U); in send_single_init()
|
| A D | ioapic.c | 176 rte->u.lo_32 = ioapic_read_reg32(ioapic_base, rte_addr); in ioapic_get_rte_entry() 185 ioapic_write_reg32(ioapic_base, rte_addr, rte.u.lo_32); in ioapic_set_rte_entry()
|
| /hypervisor/dm/ |
| A D | vioapic.c | 261 ret = vioapic->rtbl[pin].u.lo_32; in vioapic_indirect_read() 326 new.u.lo_32 &= RTBL_RO_BITS; in vioapic_indirect_write() 327 new.u.lo_32 |= (data & ~RTBL_RO_BITS); in vioapic_indirect_write()
|
| /hypervisor/arch/x86/guest/ |
| A D | assign.c | 286 virt_rte.u.hi_32, virt_rte.u.lo_32, in ptirq_build_physical_rte() 287 rte.u.hi_32, rte.u.lo_32); in ptirq_build_physical_rte() 303 phys_rte.u.hi_32, phys_rte.u.lo_32, in ptirq_build_physical_rte() 304 rte.u.hi_32, rte.u.lo_32); in ptirq_build_physical_rte()
|
| A D | nested.c | 66 val64.u.lo_32 = msr_val.u.lo_32; in adjust_vmx_ctrls() 69 val64.u.hi_32 = msr_val.u.lo_32; in adjust_vmx_ctrls() 104 val64.u.lo_32 &= ~(1U << 14U); in init_vmx_msrs() 107 val64.u.lo_32 &= ~((1U << 15U) | (1U << 28U)); in init_vmx_msrs()
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | nested.h | 16 uint32_t lo_32; member
|
| /hypervisor/debug/ |
| A D | shell.c | 1440 …en = snprintf(str, size, "\r\n%03d\t%03hhu\t0x%08X\t0x%08X\t", gsi, pin, rte.u.hi_32, rte.u.lo_32); in get_ioapic_info()
|
Completed in 20 milliseconds