Searched refs:vbar (Results 1 – 5 of 5) sorted by relevance
220 unsigned long vbar = read_sysreg(vbar_el1); in do_sdei_event() local262 return vbar + 0x280; in do_sdei_event()264 return vbar + 0x680; in do_sdei_event()266 return vbar + 0x480; in do_sdei_event()
94 unsigned long sctlr, vbar, old, new, mode; in enter_exception64() local110 vbar = __vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception64()115 vbar = __vcpu_read_sys_reg(vcpu, VBAR_EL2); in enter_exception64()124 *vcpu_pc(vcpu) = vbar + exc_offset + type; in enter_exception64()
475 __le32 *vbar; in vfio_bar_fixup() local481 vbar = (__le32 *)&vdev->vconfig[PCI_BASE_ADDRESS_0]; in vfio_bar_fixup()483 for (i = 0; i < PCI_STD_NUM_BARS; i++, vbar++) { in vfio_bar_fixup()487 *vbar = 0; /* Unmapped by host = unimplemented to user */ in vfio_bar_fixup()493 *vbar &= cpu_to_le32((u32)mask); in vfio_bar_fixup()494 *vbar |= vfio_generate_bar_flags(pdev, bar); in vfio_bar_fixup()496 if (*vbar & cpu_to_le32(PCI_BASE_ADDRESS_MEM_TYPE_64)) { in vfio_bar_fixup()497 vbar++; in vfio_bar_fixup()498 *vbar &= cpu_to_le32((u32)(mask >> 32)); in vfio_bar_fixup()503 vbar = (__le32 *)&vdev->vconfig[PCI_ROM_ADDRESS]; in vfio_bar_fixup()[all …]
34 uint32_t vbar; member
11444 addr += A32_BANKED_CURRENT_REG_GET(env, vbar); in arm_cpu_do_interrupt_aarch32()