/qemu/tests/qtest/ |
H A D | npcm7xx_emc-test.c | 203 static int emc_module_index(const EMCModule *mod) in emc_module_index() 242 static uint32_t emc_read(QTestState *qts, const EMCModule *mod, in emc_read() 249 static void emc_write(QTestState *qts, const EMCModule *mod, in emc_write() 303 static bool emc_soft_reset(QTestState *qts, const EMCModule *mod) in emc_soft_reset() 344 const EMCModule *mod = td->module; in test_init() local 389 static bool emc_wait_irq(QTestState *qts, const EMCModule *mod, int step, in emc_wait_irq() 406 static bool emc_wait_mista(QTestState *qts, const EMCModule *mod, int step, in emc_wait_mista() 473 static void enable_tx(QTestState *qts, const EMCModule *mod, in enable_tx() 495 static void emc_send_verify1(QTestState *qts, const EMCModule *mod, int fd, in emc_send_verify1() 531 static void emc_send_verify(QTestState *qts, const EMCModule *mod, int fd, in emc_send_verify() [all …]
|
H A D | npcm_gmac-test.c | 60 static int gmac_module_index(const GMACModule *mod) in gmac_module_index() 179 static uint32_t gmac_read(QTestState *qts, const GMACModule *mod, in gmac_read() 185 static uint16_t pcs_read(QTestState *qts, const GMACModule *mod, in pcs_read() 198 const GMACModule *mod = td->module; in test_init() local
|
/qemu/ |
H A D | qemu-keymap.c | 47 static void print_sym(xkb_keysym_t sym, uint32_t qcode, const char *mod) in print_sym() 144 xkb_mod_index_t mod; in get_mod() local 159 xkb_mod_index_t mod, mods; in main() local
|
/qemu/ui/ |
H A D | kbd-state.c | 21 QKbdModifier mod) in qkbd_state_modifier_update() 30 bool qkbd_state_modifier_get(QKbdState *kbd, QKbdModifier mod) in qkbd_state_modifier_get()
|
H A D | sdl2.c | 360 SDL_Keymod mod = SDL_GetModState(); in get_mod_state() local
|
/qemu/tests/multiboot/ |
H A D | modules.c | 28 struct mb_module *mod; in test_main() local
|
/qemu/tests/unit/ |
H A D | test-qht.c | 144 unsigned int mod = *(unsigned int *)userp; in rm_mod_func() local 149 static void iter_rm_mod(unsigned int mod) in iter_rm_mod() 154 static void iter_rm_mod_check(unsigned int mod) in iter_rm_mod_check()
|
/qemu/target/i386/tcg/system/ |
H A D | bpt_helper.c | 138 int mod = ((old_dr7 | old_dr7 * 2) ^ (new_dr7 | new_dr7 * 2)) & 0xff; in cpu_x86_update_dr7() local
|
/qemu/target/s390x/tcg/ |
H A D | crypto_helper.c | 275 const uint8_t mod = env->regs[0] & 0x80ULL; in HELPER() local
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 1717 int def_seg, base, index, scale, mod, rm; in gen_lea_modrm_0() local 1893 int mod, rm; in gen_ld_modrm() local 1909 int mod, rm; in gen_st_modrm() local 2462 int mod, rm, op; in gen_x87() local 3026 int reg, rm, mod, op; in gen_multi0F() local
|
H A D | fpu_helper.c | 1858 static void helper_fprem_common(CPUX86State *env, bool mod) in helper_fprem_common()
|
/qemu/target/i386/emulate/ |
H A D | x86_decode.c | 1772 int mod = decode->modrm.mod; in calc_modrm_operand64() local 1980 int mod = decode->modrm.mod; in decode_displacement() local
|
H A D | x86_decode.h | 220 uint8_t mod:2; member
|
/qemu/hw/input/ |
H A D | ps2.c | 319 int mod; in ps2_keyboard_event() local
|
/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 241 u32 mod:1; /* modification control */ member
|
/qemu/fpu/ |
H A D | softfloat.c | 2651 floatx80 floatx80_modrem(floatx80 a, floatx80 b, bool mod, in floatx80_modrem()
|