]> Git Repo - qemu.git/commit - target/ppc/cpu.h
target-ppc: add TLB_NEED_LOCAL_FLUSH flag
authorNikunj A Dadhania <[email protected]>
Tue, 20 Sep 2016 16:34:59 +0000 (22:04 +0530)
committerDavid Gibson <[email protected]>
Fri, 23 Sep 2016 02:39:06 +0000 (12:39 +1000)
commita8a6d53e3626e96d5a37b9eb6dc6ce759714502e
treea27e029768b808905c727a1907682d03eb829c6d
parent7ebaf7955603cc50988e0eafd5e6074320fefc70
target-ppc: add TLB_NEED_LOCAL_FLUSH flag

Introduces bit-flag in CPUPPCState::tlb_need_flush:

  TLB_NEED_LOCAL_FLUSH (0x1) - Flush local tlb

This would indicate a pending local tlb flush (isync instructions,
interrupts, ...)

Signed-off-by: Nikunj A Dadhania <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Signed-off-by: David Gibson <[email protected]>
target-ppc/cpu.h
target-ppc/helper_regs.h
target-ppc/mmu-hash64.c
target-ppc/mmu_helper.c
This page took 0.025696 seconds and 4 git commands to generate.