isr_list          477 drivers/virt/fsl_hypervisor.c struct list_head isr_list;
isr_list          838 drivers/virt/fsl_hypervisor.c 	INIT_LIST_HEAD(&isr_list);
isr_list          893 drivers/virt/fsl_hypervisor.c 		list_add(&dbisr->list, &isr_list);
isr_list          902 drivers/virt/fsl_hypervisor.c 	list_for_each_entry_safe(dbisr, n, &isr_list, list) {
isr_list          922 drivers/virt/fsl_hypervisor.c 	list_for_each_entry_safe(dbisr, n, &isr_list, list) {