Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/virt/
Dfsl_hypervisor.c537 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_thread() local
539 blocking_notifier_call_chain(&failover_subscribers, dbisr->partition, in fsl_hv_state_change_thread()
551 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_isr() local
555 fsl_hv_queue_doorbell(dbisr->doorbell); in fsl_hv_state_change_isr()
558 ret = fh_partition_get_status(dbisr->partition, &status); in fsl_hv_state_change_isr()
818 struct doorbell_isr *dbisr, *n; in fsl_hypervisor_init() local
849 dbisr = kzalloc(sizeof(*dbisr), GFP_KERNEL); in fsl_hypervisor_init()
850 if (!dbisr) in fsl_hypervisor_init()
853 dbisr->irq = irq; in fsl_hypervisor_init()
854 dbisr->doorbell = be32_to_cpup(handle); in fsl_hypervisor_init()
[all …]