Lines Matching refs:vmstate
100 $crate::vmstate::VMStateFieldType::null => ::core::ptr::null(),
101 $crate::vmstate::VMStateFieldType::vmstate_info_bool => {
104 $crate::vmstate::VMStateFieldType::vmstate_info_int8 => {
107 $crate::vmstate::VMStateFieldType::vmstate_info_int16 => {
110 $crate::vmstate::VMStateFieldType::vmstate_info_int32 => {
113 $crate::vmstate::VMStateFieldType::vmstate_info_int64 => {
116 $crate::vmstate::VMStateFieldType::vmstate_info_uint8 => {
119 $crate::vmstate::VMStateFieldType::vmstate_info_uint16 => {
122 $crate::vmstate::VMStateFieldType::vmstate_info_uint32 => {
125 $crate::vmstate::VMStateFieldType::vmstate_info_uint64 => {
128 $crate::vmstate::VMStateFieldType::vmstate_info_timer => {
214 $crate::vmstate::vmstate_scalar_type,
219 $crate::vmstate::vmstate_base,
223 $crate::vmstate::vmstate_varray_flag,
317 unsafe impl $crate::vmstate::VMState for $tuple {
318 const SCALAR_TYPE: $crate::vmstate::VMStateFieldType =
319 $crate::call_func_with_field!($crate::vmstate::vmstate_scalar_type, $tuple, 0);
321 $crate::call_func_with_field!($crate::vmstate::vmstate_base, $tuple, 0);
351 unsafe impl $crate::vmstate::VMState for $type {
352 const SCALAR_TYPE: $crate::vmstate::VMStateFieldType =
355 as $crate::vmstate::VMState>::SCALAR_TYPE;
359 as $crate::vmstate::VMState>::BASE;
363 as $crate::vmstate::VMState>::VARRAY_FLAG;
459 ) -> $crate::vmstate::VMSFieldExistCb {
461 $crate::vmstate::rust_vms_test_field_exists::<T, F>
498 $crate::vmstate::vmstate_varray_flag,
532 $crate::vmstate::vmstate_varray_flag,
595 …static _SUBSECTIONS: $crate::vmstate::VMStateSubsectionsWrapper = $crate::vmstate::VMStateSubsecti…