Searched refs:rep_prefix (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_emulate.h183 u8 rep_prefix; member in struct:decode_cache
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1037 c->rep_prefix = REPNE_PREFIX;
1040 c->rep_prefix = REPE_PREFIX;
1364 unsigned int count = c->rep_prefix ?
2572 if (c->rep_prefix && (c->d & String)) {
2590 if ((c->rep_prefix == REPE_PREFIX) &&
2593 if ((c->rep_prefix == REPNE_PREFIX) &&
3039 if (c->rep_prefix && (c->d & String)) {

Completed in 124 milliseconds