Searched refs:D_LOG (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/cris/ |
H A D | helper.c | 37 #define D_LOG(...) qemu_log(__VA_ARGS__) macro 40 #define D_LOG(...) do { } while (0) macro 102 D_LOG("exception index=%d interrupt_req=%d\n", in crisv10_cpu_do_interrupt() 163 D_LOG("exception index=%d interrupt_req=%d\n", in cris_cpu_do_interrupt() 200 D_LOG("excp isr=%x PC=%x ds=%d SP=%x" in cris_cpu_do_interrupt() 232 D_LOG("%s isr=%x vec=%x ccs=%x pid=%d erp=%x\n", in cris_cpu_do_interrupt()
|
H A D | mmu.c | 29 #define D_LOG(...) qemu_log(__VA_ARGS__) macro 32 #define D_LOG(...) do { } while (0) macro 187 D_LOG("TLB[%d][%d][%d] v=%x vpage=%x lo=%x hi=%x\n", in cris_mmu_translate_page() 314 D_LOG("flush pid=%x vaddr=%x\n", pid, vaddr); in cris_mmu_flush_pid()
|
H A D | op_helper.c | 33 #define D_LOG(...) qemu_log(__VA_ARGS__) macro 36 #define D_LOG(...) do { } while (0) macro 107 D_LOG("tlb flush vaddr=%x v=%d pc=%x\n", in helper_movl_sreg_reg() 164 D_LOG("rfe: erp=%x pid=%x ccs=%x btarget=%x\n", in helper_rfe() 181 D_LOG("rfn: erp=%x pid=%x ccs=%x btarget=%x\n", in helper_rfn()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | union-sigval.patch | 19 …D_LOG( Direct_Trap, VERBOSE, "NOT RAISING signal %d from %s, waiting for %dms... attach gdb --pid=…
|