Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 47) sorted by relevance

12

/qemu/rust/qemu-api/src/
H A Dcell.rs265 fn clone(&self) -> BqlCell<T> { in clone() method
703 fn clone(&self) -> BqlRefCell<T> { in clone() method
704 BqlRefCell::new(self.borrow().clone()) in clone()
809 fn clone(&self) -> Self { in clone() method
848 pub fn clone(orig: &BqlRef<'b, T>) -> BqlRef<'b, T> { in clone() method
851 borrow: orig.borrow.clone(), in clone()
H A Dqom.rs672 fn clone(&self) -> Self { in clone() method
/qemu/docs/system/riscv/
H A Dshakti-c.rst41 $ git clone https://gitlab.com/behindbytes/shakti-sdk.git
69 $ git clone https://github.com/riscv/opensbi.git -b v0.9
/qemu/docs/system/loongarch/
H A Dvirt.rst69 git clone https://github.com/loongson/linux.git
85 git clone https://github.com/yangxiaojuan-loongson/qemu-binary
/qemu/system/
H A Dasync-teardown.c106 clone(async_teardown_fn, new_stack_for_clone(), CLONE_VM, NULL); in init_async_teardown()
H A Dqemu-seccomp.c76 { SCMP_SYS(clone), QEMU_SECCOMP_SET_SPAWN, \
222 { SCMP_SYS(clone), QEMU_SECCOMP_SET_SPAWN,
/qemu/scripts/
H A Dmake-release53 git clone --single-branch -b "v${version}" -c advice.detachedHead=false \
/qemu/subprojects/packagefiles/syn-2-rs/
H A Dmeson.build27 '--cfg', 'feature="clone-impls"',
/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pre69 git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git
H A Demsdk-wasm32-cross.docker61 RUN git clone https://github.com/libffi/libffi /libffi
75 RUN git clone https://gitlab.freedesktop.org/pixman/pixman /pixman/
H A Ddebian.docker160 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
/qemu/rust/qemu-api/tests/
H A Dtests.rs138 assert_eq!(p.clone().typename(), "dummy"); in test_clone()
/qemu/qapi/
H A Dmeson.build3 'qapi-clone-visitor.c',
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()
419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()
/qemu/
H A DREADME.rst74 git clone https://gitlab.com/qemu-project/qemu.git
94 git clone https://gitlab.com/qemu-project/qemu-web.git
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc121 [ 120] = 5, /* clone */
/qemu/rust/qemu-api-macros/src/
H A Dbits.rs67 self.typ.clone(), in parse_primary()
/qemu/docs/devel/migration/
H A Duadk-compression.rst69 git clone https://github.com/Linaro/uadk.git
H A Dqpl-compression.rst49 $git clone --recursive https://github.com/intel/qpl.git qpl
/qemu/docs/system/devices/
H A Dcanokey.rst56 git clone https://github.com/canokeys/canokey-qemu
/qemu/tests/unit/
H A Dmeson.build16 'test-clone-visitor': [testqapi],
/qemu/docs/user/
H A Dmain.rst37 On Linux, QEMU can emulate the ``clone`` syscall and create a real
/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl65 55 n64 clone __sys_clone
/qemu/linux-user/loongarch64/
H A Dsyscall.tbl264 220 common clone sys_clone
/qemu/linux-user/hexagon/
H A Dsyscall.tbl264 220 common clone sys_clone

12