OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_gen_ptr
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
exec.c
113
uint8_t *
code_gen_ptr
;
variable
515
code_gen_ptr
= code_gen_buffer;
633
(unsigned long)(
code_gen_ptr
- code_gen_buffer),
635
((unsigned long)(
code_gen_ptr
- code_gen_buffer)) / nb_tbs : 0);
637
if ((unsigned long)(
code_gen_ptr
- code_gen_buffer) > code_gen_buffer_size)
660
code_gen_ptr
= code_gen_buffer;
910
tc_ptr =
code_gen_ptr
;
920
code_gen_ptr
= (void *)(((unsigned long)
code_gen_ptr
+ code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1));
[
all
...]
exec-all.h
255
extern uint8_t *
code_gen_ptr
;
Completed in 10 milliseconds