OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_LOG_TB_IN_ASM
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
cpu-exec.c
444
qemu_log_mask(
CPU_LOG_TB_IN_ASM
, "Servicing hardware INT=0x%02x\n", intno);
462
qemu_log_mask(
CPU_LOG_TB_IN_ASM
, "Servicing virtual hardware INT=0x%02x\n", intno);
[
all
...]
cpu-all.h
875
#define
CPU_LOG_TB_IN_ASM
(1 << 1)
exec.c
[
all
...]
/external/qemu/target-i386/
op_helper.c
[
all
...]
translate.c
[
all
...]
/external/qemu/target-mips/
translate.c
505
qemu_log_mask(
CPU_LOG_TB_IN_ASM
, \
508
#define LOG_DISAS(...) qemu_log_mask(
CPU_LOG_TB_IN_ASM
, ## __VA_ARGS__)
[
all
...]
/external/qemu/target-arm/
translate.c
[
all
...]
Completed in 4066 milliseconds