Home
last modified time | relevance | path

Searched defs:tdp_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dhyperv.h255 bool tdp_enabled) in kvm_hv_nested_transtion_tlb_flush()
323 static inline void kvm_hv_nested_transtion_tlb_flush(struct kvm_vcpu *vcpu, bool tdp_enabled) {} in kvm_hv_nested_transtion_tlb_flush()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c106 bool tdp_enabled = false; variable