Searched refs:ad_bytes (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.h185 u8 ad_bytes; 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.c588 return (1UL << (c->ad_bytes << 3)) - 1;
595 if (c->ad_bytes == sizeof(unsigned long))
610 if (c->ad_bytes == sizeof(unsigned long))
857 if (c->ad_bytes == 2) {
950 switch (c->ad_bytes) {
1001 c->ad_bytes = def_ad_bytes;
1013 c->ad_bytes = def_ad_bytes ^ 12;
1016 c->ad_bytes = def_ad_bytes ^ 6;
1104 if (c->ad_bytes != 8)
2503 c->op_bytes = c->ad_bytes
[all...]

Completed in 102 milliseconds