Searched refs:nr_bank (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/hyperv/ |
| H A D | mmu.c | 175 int nr_bank = 0, max_gvas, gva_n; in hyperv_flush_tlb_others_ex() local 200 nr_bank = cpumask_to_vpset_skip(&flush->hv_vp_set, cpus, in hyperv_flush_tlb_others_ex() 202 if (nr_bank < 0) in hyperv_flush_tlb_others_ex() 214 (PAGE_SIZE - sizeof(*flush) - nr_bank * in hyperv_flush_tlb_others_ex() 222 0, nr_bank, flush, NULL); in hyperv_flush_tlb_others_ex() 227 0, nr_bank, flush, NULL); in hyperv_flush_tlb_others_ex() 229 gva_n = fill_gva_list(flush->gva_list, nr_bank, in hyperv_flush_tlb_others_ex() 233 gva_n, nr_bank, flush, NULL); in hyperv_flush_tlb_others_ex()
|
| H A D | hv_apic.c | 117 int nr_bank = 0; in __send_ipi_mask_ex() local 140 nr_bank = cpumask_to_vpset_skip(&ipi_arg->vp_set, mask, in __send_ipi_mask_ex() 148 if (nr_bank <= 0) in __send_ipi_mask_ex() 159 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
|
| H A D | irqdomain.c | 25 int nr_bank, var_size; in hv_map_interrupt() local 47 nr_bank = cpumask_to_vpset(&(intr_desc->target.vp_set), cpumask_of(cpu)); in hv_map_interrupt() 48 if (nr_bank < 0) { in hv_map_interrupt() 60 var_size = nr_bank + 1; in hv_map_interrupt()
|
| /linux/drivers/gpio/ |
| H A D | gpio-f7188x.c | 94 int nr_bank; member 467 data->nr_bank = ARRAY_SIZE(f71869_gpio_bank); in f7188x_gpio_probe() 471 data->nr_bank = ARRAY_SIZE(f71869a_gpio_bank); in f7188x_gpio_probe() 475 data->nr_bank = ARRAY_SIZE(f71882_gpio_bank); in f7188x_gpio_probe() 479 data->nr_bank = ARRAY_SIZE(f71889a_gpio_bank); in f7188x_gpio_probe() 483 data->nr_bank = ARRAY_SIZE(f71889_gpio_bank); in f7188x_gpio_probe() 487 data->nr_bank = ARRAY_SIZE(f81866_gpio_bank); in f7188x_gpio_probe() 491 data->nr_bank = ARRAY_SIZE(f81804_gpio_bank); in f7188x_gpio_probe() 495 data->nr_bank = ARRAY_SIZE(f81865_gpio_bank); in f7188x_gpio_probe() 499 data->nr_bank = ARRAY_SIZE(nct6126d_gpio_bank); in f7188x_gpio_probe() [all …]
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 235 int cpu, vcpu, vcpu_bank, vcpu_offset, nr_bank = 1; in __cpumask_to_vpset() local 263 if (vcpu_bank >= nr_bank) in __cpumask_to_vpset() 264 nr_bank = vcpu_bank + 1; in __cpumask_to_vpset() 266 vpset->valid_bank_mask = GENMASK_ULL(nr_bank - 1, 0); in __cpumask_to_vpset() 267 return nr_bank; in __cpumask_to_vpset()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 622 int cpu, nr_bank; in hv_irq_retarget_interrupt() local 668 nr_bank = cpumask_to_vpset(¶ms->int_target.vp_set, tmp); in hv_irq_retarget_interrupt() 671 if (nr_bank <= 0) { in hv_irq_retarget_interrupt() 681 var_size = 1 + nr_bank; in hv_irq_retarget_interrupt()
|