nr_bank 105 arch/x86/hyperv/hv_apic.c int nr_bank = 0; nr_bank 124 arch/x86/hyperv/hv_apic.c nr_bank = cpumask_to_vpset(&(ipi_arg->vp_set), mask); nr_bank 126 arch/x86/hyperv/hv_apic.c if (nr_bank < 0) nr_bank 128 arch/x86/hyperv/hv_apic.c if (!nr_bank) nr_bank 131 arch/x86/hyperv/hv_apic.c ret = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, nr_bank 167 arch/x86/hyperv/mmu.c int nr_bank = 0, max_gvas, gva_n; nr_bank 196 arch/x86/hyperv/mmu.c nr_bank = cpumask_to_vpset(&(flush->hv_vp_set), cpus); nr_bank 197 arch/x86/hyperv/mmu.c if (nr_bank < 0) nr_bank 205 arch/x86/hyperv/mmu.c (PAGE_SIZE - sizeof(*flush) - nr_bank * nr_bank 213 arch/x86/hyperv/mmu.c 0, nr_bank, flush, NULL); nr_bank 218 arch/x86/hyperv/mmu.c 0, nr_bank, flush, NULL); nr_bank 220 arch/x86/hyperv/mmu.c gva_n = fill_gva_list(flush->gva_list, nr_bank, nr_bank 224 arch/x86/hyperv/mmu.c gva_n, nr_bank, flush, NULL); nr_bank 66 drivers/gpio/gpio-f7188x.c int nr_bank; nr_bank 398 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f71869_gpio_bank); nr_bank 402 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f71869a_gpio_bank); nr_bank 406 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f71882_gpio_bank); nr_bank 410 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f71889a_gpio_bank); nr_bank 414 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f71889_gpio_bank); nr_bank 418 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f81866_gpio_bank); nr_bank 422 drivers/gpio/gpio-f7188x.c data->nr_bank = ARRAY_SIZE(f81804_gpio_bank); nr_bank 433 drivers/gpio/gpio-f7188x.c for (i = 0; i < data->nr_bank; i++) { nr_bank 1197 drivers/pci/controller/pci-hyperv.c int cpu, nr_bank; nr_bank 1244 drivers/pci/controller/pci-hyperv.c nr_bank = cpumask_to_vpset(¶ms->int_target.vp_set, tmp); nr_bank 1247 drivers/pci/controller/pci-hyperv.c if (nr_bank <= 0) { nr_bank 1257 drivers/pci/controller/pci-hyperv.c var_size = 1 + nr_bank; nr_bank 134 include/asm-generic/mshyperv.h int cpu, vcpu, vcpu_bank, vcpu_offset, nr_bank = 1; nr_bank 159 include/asm-generic/mshyperv.h if (vcpu_bank >= nr_bank) nr_bank 160 include/asm-generic/mshyperv.h nr_bank = vcpu_bank + 1; nr_bank 162 include/asm-generic/mshyperv.h vpset->valid_bank_mask = GENMASK_ULL(nr_bank - 1, 0); nr_bank 163 include/asm-generic/mshyperv.h return nr_bank;