Home
last modified time | relevance | path

Searched refs:static (Results 151 – 175 of 188) sorted by relevance

12345678

/qemu/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc23 static inline uint64_t ATTRIBUTE_ATOMIC128_OPT
/qemu/docs/devel/
H A Dreset.rst152 static void mydev_reset_enter(Object *obj, ResetType type)
164 static void mydev_reset_hold(Object *obj, ResetType type)
176 static void mydev_reset_exit(Object *obj, ResetType type)
194 static void mydev_class_init(ObjectClass *class, void *data)
281 The reset hierarchy is supposed to be static and built during machine creation.
H A Dclocks.rst96 Note that it is possible to create a static array describing clock inputs and
117 static void clk_in_callback(void *opaque, ClockEvent event);
120 * static array describing clocks:
127 static const ClockPortInitArray mydev_clocks = {
134 static void mydev_init(Object *obj)
H A Dbuild-system.rst235 are then turned into static libraries as follows::
307 All binaries link with a static library ``libqemuutil.a``. This library
387 This avoids warnings on static builds of user-mode emulators, for example.
389 static linking.
H A Dsecure-coding-practices.rst55 static void mydev_writel(void *opaque, uint32_t addr, uint32_t val)
H A Dcontrol-flow-integrity.rst103 static inline tcg_target_ulong cpu_tb_exec(CPUState *cpu, TranslationBlock *itb)
/qemu/target/loongarch/
H A DREADME27 …./configure --static --prefix=/usr --disable-werror --target-list="loongarch64-linux-user" --en…
/qemu/tests/qemu-iotests/
H A Dpylintrc22 # pylint's static analysis causes false positives for file_path();
/qemu/tests/tcg/aarch64/
H A DMakefile.softmmu-target20 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc
/qemu/docs/interop/
H A Dfirmware.json183 # @verbose-static.
185 # @verbose-static: The firmware unconditionally produces a large amount
191 # PL011 UART. @verbose-static is mutually exclusive
201 'verbose-dynamic', 'verbose-static' ] }
/qemu/tests/tcg/hexagon/
H A DMakefile.target28 $(CC) -static -mv67 -nostdlib $^ -o $@
/qemu/accel/tcg/
H A Datomic_common.c.inc16 static void atomic_trace_rmw_post(CPUArchState *env, uint64_t addr,
H A Dldst_common.c.inc126 static void plugin_load_cb(CPUArchState *env, abi_ptr addr, MemOpIdx oi)
189 static void plugin_store_cb(CPUArchState *env, abi_ptr addr, MemOpIdx oi)
/qemu/tests/tcg/
H A DMakefile.target112 LDFLAGS+=-static
/qemu/tests/docker/dockerfiles/
H A Dfedora-win64-cross.docker45 pcre-static \
/qemu/docs/system/arm/
H A Dsbsa.rst36 ``sbsa-ref`` is a static system that reports a very minimal devicetree to the
/qemu/target/hexagon/
H A DREADME77 static void generate_A2_add(
137 static void generate_V6_vaddw(DisasContext *ctx)
168 static void generate_V6_vaddw(DisasContext *ctx)
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css4 * Based on Linux Documentation/sphinx-static/theme_overrides.css
/qemu/tests/tcg/mips/user/ase/dsp/
H A DMakefile9 CFLAGS = -EL -mabi=32 -march=mips32r2 -mgp32 -mdsp -mdspr2 -static
/qemu/python/
H A DREADME.rst55 with static analysis tools being able to locate and analyze the code
/qemu/subprojects/packagefiles/berkeley-testfloat-3/
H A Dmeson.build7 platform_data.set('INLINE', 'static inline')
/qemu/tcg/tci/
H A DREADME98 u0 = static hello works
/qemu/docs/devel/migration/
H A Dmain.rst141 static const VMStateDescription vmstate_kbd = {
266 static bool ide_drive_pio_state_needed(void *opaque)
329 c) Add a static bool support_foo function that tests the property.
/qemu/subprojects/packagefiles/berkeley-softfloat-3/
H A Dmeson.build7 platform_data.set('INLINE', 'static inline')
/qemu/target/mips/
H A Dcpu-defs.c.inc1021 static void fpu_init (CPUMIPSState *env, const mips_def_t *def)
1031 static void mvp_init(CPUMIPSState *env)

12345678