Lines Matching defs:ale
235 struct ale {
384 struct ale ale;
424 rc = read_guest_real(vcpu, ald.alo * 128 + alet.alen * 16, &ale,
425 sizeof(struct ale));
429 if (ale.i == 1)
431 if (ale.alesn != alet.alesn)
434 rc = read_guest_real(vcpu, ale.asteo * 64, &aste, sizeof(struct aste));
440 if (aste.astesn != ale.astesn)
443 if (ale.p == 1) {
445 if (ale.aleax != eax) {
462 if (ale.fo == 1 && mode == GACC_STORE)