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

  /external/qemu/
exec-all.h 105 #define CODE_GEN_ALIGN 16 /* must be >= of the size of a icache line */
exec.c 930 code_gen_ptr = (void *)(((unsigned long)code_gen_ptr + code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1));
    [all...]

Completed in 43 milliseconds