Searched refs:handler (Results 1 – 7 of 7) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | vmexit.c | 68 .handler = cpuid_vmexit_handler}, 72 .handler = hlt_vmexit_handler}, 84 .handler = vmcall_vmexit_handler}, 120 .handler = vmread_vmexit_handler, 128 .handler = vmxon_vmexit_handler, 131 .handler = invept_vmexit_handler, 146 .handler = rdmsr_vmexit_handler}, 148 .handler = wrmsr_vmexit_handler}, 157 .handler = mtf_vmexit_handler}, 170 .handler = veoi_vmexit_handler, [all …]
|
| A D | vmcall.c | 42 .handler = hcall_create_vm}, 44 .handler = hcall_destroy_vm}, 46 .handler = hcall_start_vm}, 48 .handler = hcall_reset_vm}, 50 .handler = hcall_pause_vm}, 54 .handler = hcall_create_vcpu}, 56 .handler = hcall_set_irqline}, 58 .handler = hcall_inject_msi}, 72 .handler = hcall_gpa_to_hpa}, 82 .handler = hcall_add_vdev}, [all …]
|
| /hypervisor/common/ |
| A D | softirq.c | 22 void register_softirq(uint16_t nr, softirq_handler handler) in register_softirq() argument 24 softirq_handlers[nr] = handler; in register_softirq()
|
| /hypervisor/include/common/ |
| A D | softirq.h | 18 void register_softirq(uint16_t nr, softirq_handler handler);
|
| /hypervisor/dm/ |
| A D | io_req.c | 590 struct vm_io_handler_desc *handler; in hv_emulate_pio() local 603 handler = &(vm->emul_pio[idx]); in hv_emulate_pio() 605 if ((port < handler->port_start) || (port >= handler->port_end)) { in hv_emulate_pio() 609 if (handler->io_read != NULL) { in hv_emulate_pio() 610 io_read = handler->io_read; in hv_emulate_pio() 612 if (handler->io_write != NULL) { in hv_emulate_pio() 613 io_write = handler->io_write; in hv_emulate_pio()
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vmexit.h | 11 int32_t (*handler)(struct acrn_vcpu *); member
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 2106 * Internally split up x509parse_key() into a (PEM) handler function
|
Completed in 12 milliseconds