Searched refs:cc_dst (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Ddecnet.h429 word cc_dst; /* destination link address */
428 word cc_dst; /* destination link address */ member in struct:ccmsg
/external/qemu/target-i386/
H A Dexec.h49 #define CC_DST (env->cc_dst)
H A Dcpu.h576 target_ulong cc_dst; member in struct:CPUX86State
H A Dhelper.c784 env->cc_src, env->cc_dst,
790 (uint32_t)env->cc_src, (uint32_t)env->cc_dst,
H A Dtranslate.c7588 cpu_cc_dst = tcg_global_mem_new(TCG_AREG0, offsetof(CPUState, cc_dst),
7589 "cc_dst");

Completed in 103 milliseconds