Home
last modified time | relevance | path

Searched refs:INSTANCE_POST_INIT (Results 1 – 3 of 3) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dqom.rs224 T::INSTANCE_POST_INIT.unwrap()(unsafe { state.as_ref() }); in rust_instance_post_init()
486 const INSTANCE_POST_INIT: Option<fn(&Self)> = None; constant
506 instance_post_init: match Self::INSTANCE_POST_INIT {
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs167 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init); constant
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs896 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);
902 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init); global() constant