Home
last modified time | relevance | path

Searched refs:_vm (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_acpi_bits.py152 self._vm = None
350 if self._vm:
351 self.assertFalse(not self._vm.is_running)
363 self._vm = QEMUBitsMachine(binary=self.qemu_bin,
368 self._vm.add_args('-cdrom', '%s' %iso_file)
372 self._vm.add_args('-icount', 'auto')
377 self._vm.add_args('-machine', 'smbios-entry-point-type=32')
380 self._vm.set_console()
381 self._vm.launch()
386 self._vm.event_wait('SHUTDOWN', timeout=BITS_TIMEOUT)
[all …]
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c418 #define virtio_mem_bbm_for_each_bb(_vm, _bb_id, _state) \ argument
420 _bb_id < vm->bbm.next_bb_id && _vm->bbm.bb_count[_state]; \
422 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state)
424 #define virtio_mem_bbm_for_each_bb_rev(_vm, _bb_id, _state) \ argument
426 _bb_id >= vm->bbm.first_bb_id && _vm->bbm.bb_count[_state]; \
428 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state)
484 #define virtio_mem_sbm_for_each_mb(_vm, _mb_id, _state) \ argument
485 for (_mb_id = _vm->sbm.first_mb_id; \
486 _mb_id < _vm->sbm.next_mb_id && _vm->sbm.mb_count[_state]; \
488 if (virtio_mem_sbm_get_mb_state(_vm, _mb_id) == _state)
[all …]
/openbmc/linux/drivers/regulator/
H A Dtps68470-regulator.c33 _vr, _vm, _er, _em, _lr, _nlr) \ argument
42 .vsel_mask = _vm, \
H A Dlp873x-regulator.c14 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
28 .vsel_mask = _vm, \
H A Dlp87565-regulator.c25 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument
39 .vsel_mask = _vm, \
H A Dtps65217-regulator.c22 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
34 .vsel_mask = _vm, \
H A Dtps65023-regulator.c100 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
112 .vsel_mask = _vm, \
H A Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
46 .vsel_mask = _vm, \
H A Dtps65219-regulator.c92 #define TPS65219_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
106 .vsel_mask = _vm, \
H A Dtps65218-regulator.c23 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
35 .vsel_mask = _vm, \
H A Dtps65086-regulator.c28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument
41 .vsel_mask = _vm, \
H A Dtps6594-regulator.c80 #define TPS6594_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
94 .vsel_mask = _vm, \
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py243 self._vm = vm