Lines Matching defs:l1
125 unsigned long l1, l2;
128 l1 = xen_atomic_xchg(pendingl1, 0);
129 while ((l1i = xen_ffs(l1)) != 0) {
131 l1 &= ~(1UL << l1i);
426 hypervisor_set_ipending(uint64_t imask, int l1, int l2)
448 ci->ci_isources[sir]->ipl_evt_mask1 |= 1UL << l1;
449 ci->ci_isources[sir]->ipl_evt_mask2[l1] |= 1UL << l2;
531 * A L1 page contains the list of MFN we are looking for
544 * Each L2 can map a total of @fpp L1 pages
554 /* We now have L3 and L2 pages ready, update L1 mapping */
560 * Update the L1 p2m_frame_list_list mapping (during guest boot or resume)