Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h76 #define CF_INVALID 0x00004000 /* TB is stale. Set with @jmp_lock held */ macro
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c54 (tb_cflags(a) & ~CF_INVALID) == (tb_cflags(b) & ~CF_INVALID) && in tb_cmp()
831 g_assert(ptr_locked == 1 && dest->cflags & CF_INVALID); in tb_remove_from_jmp_list()
915 qatomic_set(&tb->cflags, tb->cflags | CF_INVALID); in do_tb_phys_invalidate()
982 tcg_debug_assert(!(tb->cflags & CF_INVALID)); in tb_link_page()
H A Dcpu-exec.c258 tcg_debug_assert(!(cflags & CF_INVALID)); in tb_lookup()
649 if (tb_next->cflags & CF_INVALID) { in tb_add_jump()
H A Duser-exec.c729 current_tb_invalidated = tb_cflags(current_tb) & CF_INVALID; in page_unprotect()