Searched refs:inner (Results 1 – 7 of 7) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | chardev.rs | 42 inner: BqlRefCell<bindings::CharBackend>, field 77 let chr = self.inner.as_ptr(); in fmt() 154 let mut chr = self.inner.borrow_mut(); in enable_handlers() 172 let mut chr = self.inner.borrow_mut(); in disable_handlers() 190 let mut chr = self.inner.borrow_mut(); in accept_input() 200 self.inner.borrow_mut() in borrow_mut() 206 let mut chr = self.inner.borrow_mut(); in send_break() 230 let r = unsafe { bindings::qemu_chr_fe_write(self.inner.as_ptr(), buf.as_ptr(), len) }; in write() 244 let r = unsafe { bindings::qemu_chr_fe_write_all(self.inner.as_ptr(), buf.as_ptr(), len) }; in write_all()
|
/qemu/tests/qapi-schema/ |
H A D | alternate-conflict-lists.json | 1 # Two lists conflict even if their inner types would be compatible
|
/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 379 enum drain_type outer, inner; in test_nested() local 392 for (inner = 0; inner < DRAIN_TYPE_MAX; inner++) { in test_nested() 394 (inner == BDRV_DRAIN_ALL); in test_nested() 402 do_drain_begin(inner, bs); in test_nested() 409 do_drain_end(inner, bs); in test_nested()
|
/qemu/target/hexagon/imported/ |
H A D | branch.idef | 275 Q6INSN(J2_endloop01,"endloop01",ATTRIBS(A_HWLOOP0_END,A_HWLOOP1_END),"Loopend for inner and outer l… 303 Q6INSN(J2_endloop0,"endloop0",ATTRIBS(A_HWLOOP0_END),"Loopend for inner loop",
|
/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 58 DEF_ATTRIB(RLS_INNER, "Store release inner visibility", "", "")
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 27 Test images are generated from scratch and have valid inner structure with some
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 954 /* Start of inner loop. */ 1028 /* End of the inner loop. */ 1077 /* Start of the inner loop. */ 1086 /* End of the inner loop. */
|