Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppce500_spin.c97 env->tlb_dirty = true; in spin_kick()
H A De500.c801 env->tlb_dirty = true; in ppce500_cpu_reset()
/openbmc/qemu/target/ppc/
H A Dkvm.c239 env->tlb_dirty = true; in kvm_booke206_tlb_init()
949 if (env->tlb_dirty) { in kvm_arch_put_registers()
951 env->tlb_dirty = false; in kvm_arch_put_registers()
H A Dcpu.h1278 bool tlb_dirty; /* Set to non-zero when modifying TLB */ member