Home | History | Annotate | Download | only in qemu

Lines Matching refs:boot_devices_bitmap

2530     uint32_t boot_devices_bitmap = 0;
2827 boot_devices_bitmap = 0;
2841 if (boot_devices_bitmap & (1 << (*p - 'a'))) {
2845 boot_devices_bitmap |= 1 << (*p - 'a');
3977 net_boot = (boot_devices_bitmap >> ('n' - 'a')) & 0xF;