Searched refs:lowest (Results 1 – 8 of 8) sorted by relevance
137 10. Multicast/broadcast and lowest priority interrupts consideration.314 - Multicast/broadcast and lowest priority interrupts consideration.320 2. For lowest-priority interrupts, new Intel CPU/Chipset/root-complex322 ways (configurable by BIOS) on how the handle lowest priority interrupts:323 A) Round robin: In this method, the chipset simply delivers lowest priority330 CPU to route the lowest priority interrupt. This way, a given vector always goes333 So, gist of above is that, lowest priority interrupts has never been delivered as334 "lowest priority" in physical hardware.
19 # in increasing numeric order with s0 lowest, s(N-1) highest
361 paddr_t lowest = ~(paddr_t)0; in next_module() local374 if ( mod_s > lowest ) in next_module()378 lowest = mod_s; in next_module()381 return lowest; in next_module()
6 # numerical order, with s0 being the lowest
249 Specifies the devid manually instead of letting xl choose the lowest index available.
1750 only the lowest 8 bits of leaf's 0x4000xx00 EAX register are processed, the
201 (* get the lowest path of the query and verify that it hasn't
329 /** pointer to the lowest free block, this is used for faster search */365 /* initialize the lowest-free pointer to the start of the heap */510 + * beginning with the lowest free block.527 - * beginning with the lowest free block.626 - /* Find next free block after mem and update lowest free pointer */630 + /* Find next free block after mem and update lowest free pointer */
Completed in 14 milliseconds