HomeSort by relevance Sort by last modified time
    Searched refs:code_gen_buffer (Results 1 - 2 of 2) sorted by null

  /external/qemu/
translate-all.c 607 tcg_ctx.code_gen_buffer = alloc_code_gen_buffer();
608 if (tcg_ctx.code_gen_buffer == NULL) {
613 qemu_madvise(tcg_ctx.code_gen_buffer, tcg_ctx.code_gen_buffer_size,
621 tcg_ctx.code_gen_prologue = tcg_ctx.code_gen_buffer +
640 tcg_ctx.code_gen_ptr = tcg_ctx.code_gen_buffer;
651 return tcg_ctx.code_gen_buffer != NULL;
661 (tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer) >=
732 (unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer),
734 ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer)) /
737 if ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer)
    [all...]
  /external/qemu/tcg/
tcg.h 520 uint8_t *code_gen_buffer; member in struct:TCGContext

Completed in 38 milliseconds