Searched refs:nr_bank (Results 1 – 5 of 5) 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() 211 * So the variable input header size is equal to nr_bank. 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 | 112 int nr_bank = 0; in __send_ipi_mask_ex() local 135 nr_bank = cpumask_to_vpset_skip(&ipi_arg->vp_set, mask, in __send_ipi_mask_ex() 139 * 'nr_bank <= 0' means some CPUs in cpumask can't be in __send_ipi_mask_ex() 143 if (nr_bank <= 0) in __send_ipi_mask_ex() 152 * So the variable input header size is equal to nr_bank. in __send_ipi_mask_ex() 154 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
|
H A D | irqdomain.c | 24 int nr_bank, var_size; in hv_map_interrupt() local 46 nr_bank = cpumask_to_vpset(&(intr_desc->target.vp_set), cpumask_of(cpu)); in hv_map_interrupt() 47 if (nr_bank < 0) { in hv_map_interrupt() 59 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 in f7188x_gpio_probe() [all...] |
/linux/include/asm-generic/ |
H A D | mshyperv.h | 259 int cpu, vcpu, vcpu_bank, vcpu_offset, nr_bank = 1; in __cpumask_to_vpset() local 287 if (vcpu_bank >= nr_bank) in __cpumask_to_vpset() 288 nr_bank = vcpu_bank + 1; in __cpumask_to_vpset() 290 vpset->valid_bank_mask = GENMASK_ULL(nr_bank - 1, 0); in __cpumask_to_vpset() 291 return nr_bank; in __cpumask_to_vpset()
|