Home
last modified time | relevance | path

Searched refs:is_write_to_guest_page_table (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dmmu.c6298 static bool is_write_to_guest_page_table(u64 error_code) in is_write_to_guest_page_table() function
6378 if (((direct && is_write_to_guest_page_table(error_code)) || in kvm_mmu_write_protect_fault()