Home | History | Annotate | Download | only in modules

Lines Matching refs:ed

43     struct e820_data ed;
47 low_ed = lmalloc(sizeof ed);
59 memset(&ed, 0, sizeof ed);
60 ed.extattr = 1;
63 memcpy(low_ed, &ed, sizeof ed);
70 memcpy(&ed, low_ed, sizeof ed);
75 ireg.ebx.l, ed.base, ed.len, ed.base + ed.len, ed.type,
76 ed.extattr);
80 ireg.ebx.l, ed.base, ed.len, ed.base + ed.len, ed.type);
81 ed.extattr = 1;
84 type = ed.type - 1;