Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dslave_req_handler.rs440 & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() in handle_request()
452 & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() in handle_request()
473 & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() in handle_request()
Dmaster.rs450 if node.acked_protocol_features & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() == 0 in get_max_mem_slots()
463 if node.acked_protocol_features & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() == 0 in add_mem_region()
484 if node.acked_protocol_features & VhostUserProtocolFeatures::CONFIGURE_MEM_SLOTS.bits() == 0 in remove_mem_region()
Dmessage.rs385 const CONFIGURE_MEM_SLOTS = 0x0000_8000; constant