Home
last modified time | relevance | path

Searched refs:PG_DIRTY_MASK (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dexcp_helper.c322 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in mmu_translate()
326 pte |= PG_DIRTY_MASK; in mmu_translate()
331 if (!(pte & PG_DIRTY_MASK)) { in mmu_translate()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dexcp_helper.c313 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in mmu_translate()
317 pte |= PG_DIRTY_MASK; in mmu_translate()
322 if (!(pte & PG_DIRTY_MASK)) { in mmu_translate()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dexcp_helper.c616 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
620 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
625 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
H A Dmonitor.c68 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
H A Dcpu.h288 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dexcp_helper.c616 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
620 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
625 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
H A Dmonitor.c67 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dexcp_helper.c616 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
620 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
625 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
H A Dmonitor.c67 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dexcp_helper.c616 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
620 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
625 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
H A Dmonitor.c68 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dexcp_helper.c616 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
620 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
625 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
H A Dmonitor.c67 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dexcp_helper.c626 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in handle_mmu_fault()
630 pte |= PG_DIRTY_MASK; in handle_mmu_fault()
635 if (!(pte & PG_DIRTY_MASK)) { in handle_mmu_fault()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dexcp_helper.c691 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in x86_cpu_handle_mmu_fault()
694 PG_ACCESSED_MASK | (is_dirty ? PG_DIRTY_MASK : 0)); in x86_cpu_handle_mmu_fault()
700 if (!(pte & PG_DIRTY_MASK)) { in x86_cpu_handle_mmu_fault()
H A Dmonitor.c67 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
H A Dcpu.h295 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dhelper.c738 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in x86_cpu_handle_mmu_fault()
742 pte |= PG_DIRTY_MASK; in x86_cpu_handle_mmu_fault()
754 if (pte & PG_DIRTY_MASK) { in x86_cpu_handle_mmu_fault()
H A Dcpu.h261 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dhelper.c738 is_dirty = is_write && !(pte & PG_DIRTY_MASK); in x86_cpu_handle_mmu_fault()
742 pte |= PG_DIRTY_MASK; in x86_cpu_handle_mmu_fault()
754 if (pte & PG_DIRTY_MASK) { in x86_cpu_handle_mmu_fault()
H A Dcpu.h261 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro
/dports/emulators/qemu/qemu-6.2.0/target/i386/
H A Dmonitor.c67 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Dmonitor.c68 pte & PG_DIRTY_MASK ? 'D' : '-',
/dports/emulators/qemu60/qemu-6.0.0/target/i386/
H A Dmonitor.c68 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
H A Dcpu.h288 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro

12