Searched refs:KVM_HV_TLB_FLUSH_FIFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.c1967 u64 entries[KVM_HV_TLB_FLUSH_FIFO_SIZE];
1976 count = kfifo_out(&tlb_flush_fifo->entries, entries, KVM_HV_TLB_FLUSH_FIFO_SIZE);
2011 * Normally, there can be no more than 'KVM_HV_TLB_FLUSH_FIFO_SIZE'
2016 u64 __tlb_flush_entries[KVM_HV_TLB_FLUSH_FIFO_SIZE - 1];
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h644 #define KVM_HV_TLB_FLUSH_FIFO_SIZE (16) macro
663 DECLARE_KFIFO(entries, u64, KVM_HV_TLB_FLUSH_FIFO_SIZE);

Completed in 151 milliseconds