mbox series

[0/2] flush CPU TB cache in breakpoint_invalidate

Message ID 20191127220602.10827-1-jcmvbkbc@gmail.com (mailing list archive)
Headers show
Series flush CPU TB cache in breakpoint_invalidate | expand

Message

Max Filippov Nov. 27, 2019, 10:06 p.m. UTC
Hello,

this series changes breakpoint_invalidate to unconditionally do
tb_flush and then changes remaining users of tb_invalidate_phys_addr
to do the same and removes tb_invalidate_phys_addr.

Changes RFC->v1:
- do tb_flush in breakpoint_invalidate unconditionally
- add tb_invalidate_phys_addr cleanup.

Max Filippov (2):
  exec: flush CPU TB cache in breakpoint_invalidate
  exec: drop tb_invalidate_phys_addr

 exec.c                     | 44 ++++++++------------------------------
 include/exec/exec-all.h    |  3 ---
 target/xtensa/dbg_helper.c | 19 +++-------------
 3 files changed, 12 insertions(+), 54 deletions(-)