Searched refs:vlapic_lvt_write_handler (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/amd64/vmm/io/ |
| H A D | vlapic.c | 379 vlapic_lvt_write_handler(struct vlapic *vlapic, uint32_t offset) in vlapic_lvt_write_handler() function 418 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_CMCI_LVT); in vlapic_mask_lvts() 421 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_TIMER_LVT); in vlapic_mask_lvts() 424 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_THERM_LVT); in vlapic_mask_lvts() 427 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_PERF_LVT); in vlapic_mask_lvts() 430 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_LINT0_LVT); in vlapic_mask_lvts() 433 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_LINT1_LVT); in vlapic_mask_lvts() 436 vlapic_lvt_write_handler(vlapic, APIC_OFFSET_ERROR_LVT); in vlapic_mask_lvts() 1525 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);
|
| /freebsd-14.2/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 2218 vlapic_lvt_write_handler(vlapic, offset); in vmx_handle_apic_write()
|