Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 11 of 11) sorted by relevance

/qemu/disas/
H A Dalpha.c638 #define BASE AXP_OPCODE_BASE macro
710 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
711 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
712 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
713 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
714 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
715 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
716 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
717 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
718 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE },
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_mmu.S6 #define BASE 0x20000000 macro
35 movi a2, BASE | XCHAL_SPANNING_WAY
48 movi a3, BASE + 0x01200004 /* VPN */
54 movi a3, BASE + 0x01000001
63 movi a3, BASE + 0x01234567
66 movi a3, BASE + 0x01234014
68 movi a3, BASE + 0x0123400c
73 movi a3, BASE + 0x01234567
87 movi a3, BASE + 0x00100000
101 movi a3, BASE + 0x00100000
[all …]
/qemu/target/xtensa/
H A Dimport_core.sh6 BASE=$(dirname "$0")
7 TARGET="$BASE"/core-$NAME
69 grep -qxf core-${NAME}.c "$BASE"/cores.list || \
70 echo core-${NAME}.c >> "$BASE"/cores.list
/qemu/rust/qemu-api/src/
H A Dvmstate.rs154 const BASE: VMStateField; constant
175 T::BASE in vmstate_base()
320 const BASE: $crate::bindings::VMStateField = constant
332 const BASE: VMStateField = VMStateField { constant
334 ..<$base as VMState>::BASE
356 const BASE: $crate::bindings::VMStateField = constant
359 as $crate::vmstate::VMState>::BASE;
374 const BASE: VMStateField = VMStateField { constant
403 const BASE: VMStateField = <$base as VMState>::BASE.with_pointer_flag(); constant
422 const BASE: VMStateField = <T as VMState>::BASE.with_array_flag(N); constant
/qemu/tests/docker/
H A Drun18 BASE="$(dirname $(realpath $0))"
32 tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
/qemu/target/m68k/
H A Dtranslate.c5773 #define BASE(name, opcode, mask) \ in register_m68k_insns() macro
5777 BASE(name, opcode, mask); \ in register_m68k_insns()
5779 BASE(undef, 0000, 0000); in register_m68k_insns()
5784 BASE(bitop_reg, 0100, f1c0); in register_m68k_insns()
5785 BASE(bitop_reg, 0140, f1c0); in register_m68k_insns()
5786 BASE(bitop_reg, 0180, f1c0); in register_m68k_insns()
5787 BASE(bitop_reg, 01c0, f1c0); in register_m68k_insns()
5802 BASE(bitop_im, 0800, ffc0); in register_m68k_insns()
5803 BASE(bitop_im, 0840, ffc0); in register_m68k_insns()
5804 BASE(bitop_im, 0880, ffc0); in register_m68k_insns()
[all …]
/qemu/hw/net/can/
H A Dctu_can_fd_frame.h84 BASE = 0x0, enumerator
/qemu/
H A Dqemu-img-cmds.hx41 .. option:: commit [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_…
/qemu/target/arm/tcg/
H A Dmve_helper.c325 #define ADDR_ADD(BASE, OFFSET) ((BASE) + (OFFSET)) argument
326 #define ADDR_ADD_OSH(BASE, OFFSET) ((BASE) + ((OFFSET) << 1)) argument
327 #define ADDR_ADD_OSW(BASE, OFFSET) ((BASE) + ((OFFSET) << 2)) argument
328 #define ADDR_ADD_OSD(BASE, OFFSET) ((BASE) + ((OFFSET) << 3)) argument
/qemu/docs/tools/
H A Dqemu-img.rst361 .. option:: commit [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_…
376 specified as *BASE* (which has to be part of *FILENAME*'s backing
377 chain). If *BASE* is not specified, the immediate backing file of the top
379 all images between *BASE* and the top image will be invalid and may return
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1001 BASE+OFS: The effective address.