Searched refs:vlapic_lvt_write_handler (Results 1 – 3 of 3) sorted by relevance
| /src/sys/amd64/vmm/io/ |
| H A D | vlapic.c | 380 vlapic_lvt_write_handler(struct vlapic *vlapic, uint32_t offset) in vlapic_lvt_write_handler() function 419 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_CMCI_LVT); in vlapic_mask_lvts() 422 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_TIMER_LVT); in vlapic_mask_lvts() 425 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_THERM_LVT); in vlapic_mask_lvts() 428 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_PERF_LVT); in vlapic_mask_lvts() 431 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_LINT0_LVT); in vlapic_mask_lvts() 434 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_LINT1_LVT); in vlapic_mask_lvts() 437 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_ERROR_LVT); in vlapic_mask_lvts() 1526 vlapic_lvt_write_handler(vlapic, offset); in vlapic_write()
|
| H A D | vlapic.h | 109 void vlapic_lvt_write_handler(struct vlapic *vlapic, uint32_t offset);
|
| /src/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 2229 vlapic_lvt_write_handler(vlapic, offset); in vmx_handle_apic_write()
|