Searched refs:ai (Results 1 – 4 of 4) sorted by relevance
351 vector guest_sync, guest_iflags=ai394 cpsid ai
36 unsigned long ai:3; /* Attribute Index */ member
305 .ai = attr, in mfn_to_xen_entry()1079 if ( entry.pt.ai != PAGE_AI_MASK(flags) ) in xen_pt_check_entry()1082 entry.pt.ai, PAGE_AI_MASK(flags)); in xen_pt_check_entry()
191 - ai->ai_canonname = mem_malloc(namelen + 1);193 + ai->ai_canonname = mem_malloc((mem_size_t)(namelen + 1));194 if (ai->ai_canonname == NULL) {
Completed in 8 milliseconds