Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dpaging_tmpl.h217 if (write_fault && !is_dirty_pte(pte)) { in FNAME()
324 if (!is_dirty_pte(gw->ptes[level - 1])) in FNAME()
613 is_dirty_pte(gpte), 0, gpte & PT_GLOBAL_MASK, gfn, in FNAME()
Dmmu.c234 static int is_dirty_pte(unsigned long pte) in is_dirty_pte() function