Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dx86_mmu.c28 #define pte_write_access(pte) (pte & PT_WRITE) macro
132 if (pt->write_access && !pte_write_access(pte)) { in test_pt_entry()