Searched refs:max_gvas (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | mmu.c | 58 int cpu, vcpu, gva_n, max_gvas; in hyperv_flush_tlb_others() local 137 * We can flush not more than max_gvas with one hypercall. Flush the in hyperv_flush_tlb_others() 140 max_gvas = (PAGE_SIZE - sizeof(*flush)) / sizeof(flush->gva_list[0]); in hyperv_flush_tlb_others() 147 ((info->end - info->start)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hyperv_flush_tlb_others() 173 int nr_bank = 0, max_gvas, gva_n; in hyperv_flush_tlb_others_ex() local 207 * We can flush not more than max_gvas with one hypercall. Flush the in hyperv_flush_tlb_others_ex() 210 max_gvas = in hyperv_flush_tlb_others_ex() 221 ((info->end - info->start)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hyperv_flush_tlb_others_ex()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | mmu.c | 63 int cpu, vcpu, gva_n, max_gvas; in hyperv_flush_tlb_multi() local 140 * We can flush not more than max_gvas with one hypercall. Flush the in hyperv_flush_tlb_multi() 143 max_gvas = (PAGE_SIZE - sizeof(*flush)) / sizeof(flush->gva_list[0]); in hyperv_flush_tlb_multi() 150 ((info->end - info->start)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hyperv_flush_tlb_multi() 176 int nr_bank = 0, max_gvas, gva_n; in hyperv_flush_tlb_others_ex() local 207 * We can flush not more than max_gvas with one hypercall. Flush the in hyperv_flush_tlb_others_ex() 210 max_gvas = in hyperv_flush_tlb_others_ex() 221 ((info->end - info->start)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hyperv_flush_tlb_others_ex()
|
Completed in 2 milliseconds