Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c147 uint8_t *code_bitmap; member
591 if (p->code_bitmap) { in invalidate_page_bitmap()
592 qemu_free(p->code_bitmap); in invalidate_page_bitmap()
593 p->code_bitmap = NULL; in invalidate_page_bitmap()
858 p->code_bitmap = qemu_mallocz(TARGET_PAGE_SIZE / 8); in build_page_bitmap()
876 set_bits(p->code_bitmap, tb_start, tb_end - tb_start); in build_page_bitmap()
947 if (!p->code_bitmap && in tb_invalidate_phys_page_range()
1049 if (p->code_bitmap) { in tb_invalidate_phys_page_fast()
1051 b = p->code_bitmap[offset >> 3] >> (offset & 7); in tb_invalidate_phys_page_fast()