Home
last modified time | relevance | path

Searched refs:Owned (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dslice.rs822 type Owned = Vec<T>; typedef
H A Dboxed.rs1546 Cow::Owned(slice) => Box::from(slice), in from()
1601 Cow::Owned(s) => Box::from(s), in from()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280.dtsi2268 status = "reserved"; /* Owned by ADSP firmware */
2420 status = "reserved"; /* Owned by ADSP firmware */
2431 status = "reserved"; /* Owned by ADSP firmware */
2502 status = "reserved"; /* Owned by ADSP firmware */
4198 status = "reserved"; /* Owned by firmware */
5200 status = "reserved"; /* Owned by Gunyah hyp */
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3431 [T]: ToOwned<Owned = Vec<T>>,