Lines Matching defs:ale
234 struct ale {
383 struct ale ale;
423 rc = read_guest_real(vcpu, ald.alo * 128 + alet.alen * 16, &ale,
424 sizeof(struct ale));
428 if (ale.i == 1)
430 if (ale.alesn != alet.alesn)
433 rc = read_guest_real(vcpu, ale.asteo * 64, &aste, sizeof(struct aste));
439 if (aste.astesn != ale.astesn)
442 if (ale.p == 1) {
444 if (ale.aleax != eax) {
461 if (ale.fo == 1 && mode == GACC_STORE)