Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 92) sorted by relevance

1234

/qemu/
H A DMAINTAINERS36 F: Files and directories with wildcard patterns.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
45 F: net/
64 F: *
65 F: */
75 F: docs/devel/build-environment.rst
[all …]
H A Dqemu-img-cmds.hx27 …E | --add | --remove | --clear | --enable | --disable)... [-b source_file [-F source_fmt]] [-g gra…
29 …E | --add | --remove | --clear | --enable | --disable)... [-b SOURCE_FILE [-F SOURCE_FMT]] [-g GRA…
45 …"compare [--object objectdef] [--image-opts] [-f fmt] [-F fmt] [-T src_cache] [-p] [-q] [-s] [-U] …
47 .. option:: compare [--object OBJECTDEF] [--image-opts] [-f FMT] [-F FMT] [-T SRC_CACHE] [-p] [-q] …
51 … [-n] [-f fmt] [-t cache] [-T src_cache] [-O output_fmt] [-B backing_file [-F backing_fmt]] [-o op…
53 … [-n] [-f FMT] [-t CACHE] [-T SRC_CACHE] [-O OUTPUT_FMT] [-B BACKING_FILE [-F BACKING_FMT]] [-o OP…
57 …"create [--object objectdef] [-q] [-f fmt] [-b backing_file [-F backing_fmt]] [-u] [-o options] fi…
59 .. option:: create [--object OBJECTDEF] [-q] [-f FMT] [-b BACKING_FILE [-F BACKING_FMT]] [-u] [-o O…
93 …U] [-q] [-f fmt] [-t cache] [-T src_cache] [-p] [-u] [-c] -b backing_file [-F backing_fmt] filenam…
95 …U] [-q] [-f FMT] [-t CACHE] [-T SRC_CACHE] [-p] [-u] [-c] -b BACKING_FILE [-F BACKING_FMT] FILENAME
/qemu/tests/tcg/i386/
H A Dtest-avx.c96 #define MMREG(F) \ argument
97 F(mm0, 0x00) \
98 F(mm1, 0x08) \
99 F(mm2, 0x10) \
100 F(mm3, 0x18) \
101 F(mm4, 0x20) \
102 F(mm5, 0x28) \
103 F(mm6, 0x30) \
104 F(mm7, 0x38)
105 #define YMMREG(F) \ argument
[all …]
H A Dtest-mmx.c108 #define MMREG(F) \ argument
109 F(mm0, 0x00) \
110 F(mm1, 0x08) \
111 F(mm2, 0x10) \
112 F(mm3, 0x18) \
113 F(mm4, 0x20) \
114 F(mm5, 0x28) \
115 F(mm6, 0x30) \
116 F(mm7, 0x38)
117 #define XMMREG(F) \ argument
[all …]
H A Dx86.csv183 "AAS","AAS","aas","3F","V","N.S.","","","","",""
207 "ADCX r32, r/m32","ADCXL r/m32, r32","adcxl r/m32, r32","66 0F 38 F6 /r","V","V","ADX","operand16,o…
208 "ADCX r64, r/m64","ADCXQ r/m64, r64","adcxq r/m64, r64","66 REX.W 0F 38 F6 /r","N.S.","V","ADX","",…
222 "ADDPD xmm1, xmm2/m128","ADDPD xmm2/m128, xmm1","addpd xmm2/m128, xmm1","66 0F 58 /r","V","V","SSE2…
223 "ADDPS xmm1, xmm2/m128","ADDPS xmm2/m128, xmm1","addps xmm2/m128, xmm1","0F 58 /r","V","V","SSE",""…
229 "ADDSD xmm1, xmm2/m64","ADDSD xmm2/m64, xmm1","addsd xmm2/m64, xmm1","F2 0F 58 /r","V","V","SSE2","…
230 "ADDSS xmm1, xmm2/m32","ADDSS xmm2/m32, xmm1","addss xmm2/m32, xmm1","F3 0F 58 /r","V","V","SSE",""…
231 "ADDSUBPD xmm1, xmm2/m128","ADDSUBPD xmm2/m128, xmm1","addsubpd xmm2/m128, xmm1","66 0F D0 /r","V",…
232 "ADDSUBPS xmm1, xmm2/m128","ADDSUBPS xmm2/m128, xmm1","addsubps xmm2/m128, xmm1","F2 0F D0 /r","V",…
238 "ADOX r32, r/m32","ADOXL r/m32, r32","adoxl r/m32, r32","F3 0F 38 F6 /r","V","V","ADX","operand16,o…
[all …]
/qemu/tests/unit/
H A Dtest-smp-parse.c21 #define F false macro
141 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, F, 0),
148 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, F, 0, F, 0),
154 .config = SMP_CONFIG_GENERIC(F, 0, T, 2, F, 0, F, 0, F, 0),
160 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, T, 4, F, 0, F, 0),
166 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, T, 2, F, 0),
173 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, T, 16),
179 .config = SMP_CONFIG_GENERIC(T, 8, T, 2, F, 0, F, 0, F, 0),
185 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, T, 4, F, 0, F, 0),
192 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, T, 2, F, 0),
[all …]
/qemu/tests/tcg/s390x/
H A Dex-relative-long.c36 #define FOR_EACH_INSN(F) \ argument
37 F(cgfrl, REG, MEM, 2) \
38 F(cghrl, REG, MEM, 2) \
39 F(cgrl, REG, MEM, 2) \
40 F(chrl, REG, MEM, 1) \
41 F(clgfrl, REG, MEM, 2) \
42 F(clghrl, REG, MEM, 2) \
43 F(clgrl, REG, MEM, 1) \
44 F(clhrl, REG, MEM, 2) \
45 F(clrl, REG, MEM, 1) \
[all …]
H A Dex-branch.c17 #define FOR_EACH_INSN(F) \ argument
18 F(bras, "%[link]", LINK_64) \
19 F(brasl, "%[link]", LINK_64) \
20 F(brc, "0x8", LINK_NONE) \
21 F(brcl, "0x8", LINK_NONE) \
22 F(brct, "%%r0", LINK_NONE) \
23 F(brctg, "%%r0", LINK_NONE) \
24 F(brxh, "%%r2,%%r0", LINK_NONE) \
25 F(brxhg, "%%r2,%%r0", LINK_NONE) \
26 F(brxle, "%%r0,%%r1", LINK_NONE) \
[all …]
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc7 * F(OPC, NAME, FMT, FAC, I1, I2, P, W, OP, CC, FLAGS)
35 F(0xb30a, AEBR, RRE, Z, e1, e2, new, e1, aeb, f32, IF_BFP)
36 F(0xb31a, ADBR, RRE, Z, f1, f2, new, f1, adb, f64, IF_BFP)
37 F(0xb34a, AXBR, RRE, Z, x1, x2, new_x, x1, axb, f128, IF_BFP)
38 F(0xed0a, AEB, RXE, Z, e1, m2_32u, new, e1, aeb, f32, IF_BFP)
39 F(0xed1a, ADB, RXE, Z, f1, m2_64, new, f1, adb, f64, IF_BFP)
163 F(0xb372, CPSDR, RRF_b, FPSSH, f3, f2, new, f1, cps, 0, IF_AFP1 | IF_AFP2 | IF_AFP3)
173 F(0xb309, CEBR, RRE, Z, e1, e2, 0, 0, ceb, 0, IF_BFP)
174 F(0xb319, CDBR, RRE, Z, f1, f2, 0, 0, cdb, 0, IF_BFP)
175 F(0xb349, CXBR, RRE, Z, x1, x2, 0, 0, cxb, 0, IF_BFP)
[all …]
/qemu/rust/qemu-api/src/
H A Dcallbacks.rs190 unsafe impl<F, $($args,)* R> FnCall<($($args,)*), R> for F
192 F: 'static + Sync + Sized + Fn($($args, )*) -> R,
203 let f: &'static F = unsafe { &*NonNull::<Self>::dangling().as_ptr() };
223 fn do_test_call<'a, F: FnCall<(&'a str,), String>>(_f: &F) -> String { in do_test_call()
224 F::call(("hello world",)) in do_test_call()
233 fn do_test_is_some<'a, F: FnCall<(&'a str,), String>>(_f: &F) { in do_test_is_some() argument
234 assert!(F::is_some()); in do_test_is_some()
H A Dmemory.rs43 unsafe extern "C" fn memory_region_ops_read_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>( in memory_region_ops_read_cb()
48 F::call((unsafe { &*(opaque.cast::<T>()) }, addr, size)) in memory_region_ops_read_cb()
51 unsafe extern "C" fn memory_region_ops_write_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>( in memory_region_ops_write_cb()
57 F::call((unsafe { &*(opaque.cast::<T>()) }, addr, data, size)) in memory_region_ops_write_cb()
62 pub const fn read<F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>(mut self, _f: &F) -> Self { in read()
63 self.0.read = Some(memory_region_ops_read_cb::<T, F>); in read()
68 pub const fn write<F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>(mut self, _f: &F) -> Self { in write()
69 self.0.write = Some(memory_region_ops_write_cb::<T, F>); in write()
H A Dtimer.rs48 pub fn init_full<'timer, 'opaque: 'timer, T, F>( in init_full()
54 _cb: F, in init_full() argument
57 F: for<'a> FnCall<(&'a T,)>, in init_full()
59 let _: () = F::ASSERT_IS_SOME; in init_full()
62 unsafe extern "C" fn rust_timer_handler<T, F: for<'a> FnCall<(&'a T,)>>( in init_full()
66 F::call((unsafe { &*(opaque.cast::<T>()) },)) in init_full()
69 let timer_cb: unsafe extern "C" fn(*mut c_void) = rust_timer_handler::<T, F>; in init_full()
H A Dqdev.rs265 fn init_clock_in<F: for<'a> FnCall<(&'a Self::Target, ClockEvent)>>( in init_clock_in()
268 _cb: &F, in init_clock_in() argument
298 let cb: Option<unsafe extern "C" fn(*mut c_void, ClockEvent)> = if F::is_some() { in init_clock_in()
299 unsafe extern "C" fn rust_clock_cb<T, F: for<'a> FnCall<(&'a T, ClockEvent)>>( in init_clock_in()
304 F::call((unsafe { &*(opaque.cast::<T>()) }, event)) in init_clock_in()
306 Some(rust_clock_cb::<Self::Target, F>) in init_clock_in()
346 fn init_gpio_in<F: for<'a> FnCall<(&'a Self::Target, u32, u32)>>( in init_gpio_in()
349 _cb: F, in init_gpio_in() argument
361 let _: () = F::ASSERT_IS_SOME; in init_gpio_in()
362 unsafe extern "C" fn rust_irq_handler<T, F: for<'a> FnCall<(&'a T, u32, u32)>>( in init_gpio_in()
[all …]
H A Dchardev.rs109 unsafe extern "C" fn rust_can_receive_cb<T, F: for<'a> FnCall<(&'a T,), u32>>( in enable_handlers()
115 let r = F::call((owner,)); in enable_handlers()
119 unsafe extern "C" fn rust_receive_cb<T, F: for<'a, 'b> FnCall<(&'a T, &'b [u8])>>( in enable_handlers()
128 F::call((owner, buf)) in enable_handlers()
131 unsafe extern "C" fn rust_event_cb<T, F: for<'a> FnCall<(&'a T, Event)>>( in enable_handlers()
138 F::call((owner, event)) in enable_handlers()
H A Dvmstate.rs439 pub extern "C" fn rust_vms_test_field_exists<T, F: for<'a> FnCall<(&'a T, u8), bool>>( in rust_vms_test_field_exists()
446 F::call((owner, version)) in rust_vms_test_field_exists()
457 const fn test_cb_builder__<T, F: for<'a> $crate::callbacks::FnCall<(&'a T, u8), bool>>(
458 _phantom: ::core::marker::PhantomData<F>,
460 let _: () = F::ASSERT_IS_SOME;
461 $crate::vmstate::rust_vms_test_field_exists::<T, F>
/qemu/target/arm/tcg/
H A Dtranslate-mve.c248 #define F(N) gen_helper_mve_##N macro
254 { NULL, F(vldrb_sg_sh), F(vldrb_sg_sw), NULL }, in trans_VLDR_S_sg()
255 { NULL, NULL, F(vldrh_sg_sw), NULL }, in trans_VLDR_S_sg()
260 { NULL, NULL, F(vldrh_sg_os_sw), NULL }, in trans_VLDR_S_sg()
274 { F(vldrb_sg_ub), F(vldrb_sg_uh), F(vldrb_sg_uw), NULL }, in trans_VLDR_U_sg()
275 { NULL, F(vldrh_sg_uh), F(vldrh_sg_uw), NULL }, in trans_VLDR_U_sg()
276 { NULL, NULL, F(vldrw_sg_uw), NULL }, in trans_VLDR_U_sg()
277 { NULL, NULL, NULL, F(vldrd_sg_ud) } in trans_VLDR_U_sg()
280 { NULL, F(vldrh_sg_os_uh), F(vldrh_sg_os_uw), NULL }, in trans_VLDR_U_sg()
281 { NULL, NULL, F(vldrw_sg_os_uw), NULL }, in trans_VLDR_U_sg()
[all …]
H A Dtranslate-sme.c197 #define FN_LS(F) { gen_helper_sme_ld1##F, gen_helper_sme_st1##F } in trans_LDST1() argument
198 #define FN_MTE(F) { FN_LS(F), FN_LS(F##_mte) } in trans_LDST1() argument
199 #define FN_HV(F) { FN_MTE(F##_h), FN_MTE(F##_v) } in trans_LDST1() argument
/qemu/target/i386/
H A Dops_sse.h211 #define SSE_HELPER_1(name, elem, num, F) \ argument
216 d->elem(i) = F(s->elem(i)); \
220 #define SSE_HELPER_2(name, elem, num, F) \ argument
225 d->elem(i) = F(v->elem(i), s->elem(i)); \
229 #define SSE_HELPER_B(name, F) \ argument
230 SSE_HELPER_2(name, B, 8 << SHIFT, F)
232 #define SSE_HELPER_W(name, F) \ argument
233 SSE_HELPER_2(name, W, 4 << SHIFT, F)
235 #define SSE_HELPER_L(name, F) \ argument
236 SSE_HELPER_2(name, L, 2 << SHIFT, F)
[all …]
/qemu/scripts/coccinelle/
H A Dreturn_directly.cocci6 identifier F;
8 T F(...)
H A Dremove_local_err.cocci5 identifier F;
13 F(..., Error **ERRP)
/qemu/pc-bios/
H A Dqemu.rsrc61 $"828A 808B 808A 028F 6904 AA00 015D 8C82" /* ÇäÄãÄä.èi.™..]åÇ */
64 $"8781 14A9 0002 0E79 8282 8104 8383 818F" /* áÅ.©...yÇÇÅ.ÉÉÅè */
73 $"047B 797F 5E03 A800 0143 7E80 7781 7602" /* .{y.^.®..C~ÄwÅv. */
79 $"FE0B FCF9 E9BB 856F 7273 7374 6F0F A800" /* ˛.¸˘ÈªÖorssto.®. */
82 $"80FE 08FB EFB2 746D 706F 7017 A700 0206" /* IJ.˚Ô≤tmpop.ß... */
84 $"E3CC AD7B 4622 0D07 0B21 3F5C 92E1 FEFA" /* „Ã≠{F"...!?\í·˛˙ */
95 $"A57D 695C 5958 5757 5857 595F 6873 7E8C" /* •}i\YXWWXWY_hs~å */
103 $"4F82 5083 4F01 5050 844F 0152 2EA9 0002" /* OÇPÉO.PPÑO.R.©.. */
110 $"8145 0147 33AB 0001 0C3F 8041 023F 5EFB" /* ÅE.G3´...?ÄA.?^˚ */
119 $"3781 3601 380F AE00 0415 3634 2D77 9AFE" /* 7Å6.8.Æ...64-wö˛ */
[all …]
/qemu/hw/misc/
H A Dmips_itu.c221 (c->tag.F << ITC_CELL_TAG_F); in view_control_read()
228 c->tag.F = (val >> ITC_CELL_TAG_F) & 1; in view_control_write()
245 c->tag.F = 0; in view_ef_common_read()
287 if (blocking && c->tag.F) { in view_ef_common_write()
302 c->tag.F = 1; in view_ef_common_write()
/qemu/docs/interop/
H A Dqemu-ga.rst77 .. option:: -F, --fsfreeze-hook=PATH
82 |CONFDIR|\ ``/fsfreeze-hook``). If using -F with an argument, do
83 not follow -F with a space (for example:
84 ``-F/var/run/fsfreezehook.sh``).
/qemu/po/
H A Dsv.po57 msgstr "Fånga vi_d hovring"
60 msgstr "Fån_ga inmatning"
/qemu/python/qemu/qmp/
H A Dprotocol.py117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name variable
121 def require(required_state: Runstate) -> Callable[[F], F]:
128 def _decorator(func: F) -> F: argument
161 return cast(F, _wrapper)

1234