---
title: hv_apic_state
framework: hypervisor
role: symbol
role_heading: Structure
path: hypervisor/hv_apic_state
---

# hv_apic_state

## Declaration

```swift
struct hv_apic_state
```

## Topics

### Initializers

- [init()](hypervisor/hv_apic_state/init().md)
- [init(apic_gpa:apic_controls:tsc_deadline:apic_id:ver:tpr:apr:ldr:dfr:svr:isr:tmr:irr:esr:lvt:icr:icr_timer:dcr_timer:ccr_timer:esr_pending:boot_state:aeoi:)](hypervisor/hv_apic_state/init(apic_gpa:apic_controls:tsc_deadline:apic_id:ver:tpr:apr:ldr:dfr:svr:isr:tmr:irr:esr:lvt:icr:icr_timer:dcr_timer:ccr_timer:esr_pending:boot_state:aeoi:).md)

### Instance Properties

- [aeoi](hypervisor/hv_apic_state/aeoi.md)
- [apic_controls](hypervisor/hv_apic_state/apic_controls.md)
- [apic_gpa](hypervisor/hv_apic_state/apic_gpa.md)
- [apic_id](hypervisor/hv_apic_state/apic_id.md)
- [apr](hypervisor/hv_apic_state/apr.md)
- [boot_state](hypervisor/hv_apic_state/boot_state.md)
- [ccr_timer](hypervisor/hv_apic_state/ccr_timer.md)
- [dcr_timer](hypervisor/hv_apic_state/dcr_timer.md)
- [dfr](hypervisor/hv_apic_state/dfr.md)
- [esr](hypervisor/hv_apic_state/esr.md)
- [esr_pending](hypervisor/hv_apic_state/esr_pending.md)
- [icr](hypervisor/hv_apic_state/icr.md)
- [icr_timer](hypervisor/hv_apic_state/icr_timer.md)
- [irr](hypervisor/hv_apic_state/irr.md)
- [isr](hypervisor/hv_apic_state/isr.md)
- [ldr](hypervisor/hv_apic_state/ldr.md)
- [lvt](hypervisor/hv_apic_state/lvt.md)
- [svr](hypervisor/hv_apic_state/svr.md)
- [tmr](hypervisor/hv_apic_state/tmr.md)
- [tpr](hypervisor/hv_apic_state/tpr.md)
- [tsc_deadline](hypervisor/hv_apic_state/tsc_deadline.md)
- [ver](hypervisor/hv_apic_state/ver.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Structures

- [hv_cache_type_t](hypervisor/hv_cache_type_t.md)
- [hv_vcpu_exit_exception_t](hypervisor/hv_vcpu_exit_exception_t.md)
- [hv_apic_ctrl_t](hypervisor/hv_apic_ctrl_t.md)
- [hv_apic_intr_trigger_t](hypervisor/hv_apic_intr_trigger_t.md)
- [hv_apic_lvt_flavor_t](hypervisor/hv_apic_lvt_flavor_t.md)
- [hv_apic_state_ext_t](hypervisor/hv_apic_state_ext_t.md)
- [hv_atpic_state](hypervisor/hv_atpic_state.md)
- [hv_atpic_state_ext_t](hypervisor/hv_atpic_state_ext_t.md)
- [hv_gic_distributor_reg_t](hypervisor/hv_gic_distributor_reg_t.md)
- [hv_gic_icc_reg_t](hypervisor/hv_gic_icc_reg_t.md)
- [hv_gic_ich_reg_t](hypervisor/hv_gic_ich_reg_t.md)
- [hv_gic_icv_reg_t](hypervisor/hv_gic_icv_reg_t.md)
- [hv_gic_intid_t](hypervisor/hv_gic_intid_t.md)
- [hv_gic_msi_reg_t](hypervisor/hv_gic_msi_reg_t.md)
- [hv_gic_redistributor_reg_t](hypervisor/hv_gic_redistributor_reg_t.md)
