Home
last modified time | relevance | path

Searched refs:to_vec (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsme.decode29 &mova esz rs pg zr za_imm v:bool to_vec:bool
32 &mova to_vec=0 rs=%mova_rs
34 &mova to_vec=0 rs=%mova_rs esz=4
37 &mova to_vec=1 rs=%mova_rs
39 &mova to_vec=1 rs=%mova_rs esz=4
H A Dtranslate-sme.c163 if (a->to_vec) { in trans_MOVA()
170 if (a->to_vec) { in trans_MOVA()
/openbmc/linux/rust/alloc/
H A Dslice.rs87 pub use hack::to_vec;
113 T::to_vec(s, alloc) in to_vec()
118 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
126 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
163 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
414 pub fn to_vec(&self) -> Vec<T> in to_vec() method
443 hack::to_vec(self, alloc) in to_vec_in()
624 let mut me = self.to_vec(); in to_ascii_uppercase()
645 let mut me = self.to_vec(); in to_ascii_lowercase()
825 self.to_vec() in to_owned()
[all …]
H A Dboxed.rs1494 slice.to_vec().into_boxed_slice() in from_slice()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2883 crate::slice::to_vec(&**self, alloc) in clone()
3378 s.to_vec() in from()
3382 crate::slice::to_vec(s, Global) in from()
3398 s.to_vec() in from()
3402 crate::slice::to_vec(s, Global) in from()
H A Dinto_iter.rs395 crate::slice::to_vec(self.as_slice(), self.alloc.deref().clone()).into_iter() in clone()
/openbmc/linux/mm/
H A Dmemcontrol.c5769 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local
5785 to_vec = mem_cgroup_lruvec(to, pgdat); in mem_cgroup_move_account()
5792 __mod_lruvec_state(to_vec, NR_ANON_MAPPED, nr_pages); in mem_cgroup_move_account()
5796 __mod_lruvec_state(to_vec, NR_ANON_THPS, in mem_cgroup_move_account()
5802 __mod_lruvec_state(to_vec, NR_FILE_PAGES, nr_pages); in mem_cgroup_move_account()
5806 __mod_lruvec_state(to_vec, NR_SHMEM, nr_pages); in mem_cgroup_move_account()
5811 __mod_lruvec_state(to_vec, NR_FILE_MAPPED, nr_pages); in mem_cgroup_move_account()
5820 __mod_lruvec_state(to_vec, NR_FILE_DIRTY, in mem_cgroup_move_account()
5829 __mod_lruvec_state(to_vec, NR_SWAPCACHE, nr_pages); in mem_cgroup_move_account()
5834 __mod_lruvec_state(to_vec, NR_WRITEBACK, nr_pages); in mem_cgroup_move_account()