Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virt/
H A Dfsl_hypervisor.c539 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_thread() local
541 blocking_notifier_call_chain(&failover_subscribers, dbisr->partition, in fsl_hv_state_change_thread()
553 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_isr() local
557 fsl_hv_queue_doorbell(dbisr->doorbell); in fsl_hv_state_change_isr()
560 ret = fh_partition_get_status(dbisr->partition, &status); in fsl_hv_state_change_isr()
817 struct doorbell_isr *dbisr, *n; in fsl_hypervisor_init() local
848 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()
853 dbisr->doorbell = be32_to_cpup(handle); in fsl_hypervisor_init()
[all …]