Home
last modified time | relevance | path

Searched refs:dbisr (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/virt/
H A Dfsl_hypervisor.c848 dbisr = kzalloc(sizeof(*dbisr), GFP_KERNEL); in fsl_hypervisor_init()
849 if (!dbisr) in fsl_hypervisor_init()
852 dbisr->irq = irq; in fsl_hypervisor_init()
873 kfree(dbisr); in fsl_hypervisor_init()
885 kfree(dbisr); in fsl_hypervisor_init()
892 dbisr->doorbell); in fsl_hypervisor_init()
899 free_irq(dbisr->irq, dbisr); in fsl_hypervisor_init()
900 list_del(&dbisr->list); in fsl_hypervisor_init()
901 kfree(dbisr); in fsl_hypervisor_init()
919 free_irq(dbisr->irq, dbisr); in fsl_hypervisor_exit()
[all …]