Home
last modified time | relevance | path

Searched refs:arch_mask (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/system/
H A Dqdev-monitor.c55 uint32_t arch_mask; member
134 if (qdev_alias_table[i].arch_mask && in qdev_class_get_alias()
135 !(qdev_alias_table[i].arch_mask & arch_type)) { in qdev_class_get_alias()
220 if (qdev_alias_table[i].arch_mask && in find_typename_by_alias()
221 !(qdev_alias_table[i].arch_mask & arch_type)) { in find_typename_by_alias()
H A Dvl.c887 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ in help() argument
888 if ((arch_mask) & arch_type) \ in help()
891 #define ARCHHEADING(text, arch_mask) \ in help() argument
892 if ((arch_mask) & arch_type) \ in help()
913 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
916 #define ARCHHEADING(text, arch_mask) argument
927 uint32_t arch_mask; member
933 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
934 { option, opt_arg, opt_enum, arch_mask },
936 #define ARCHHEADING(text, arch_mask) argument
[all …]
/openbmc/qemu/disas/
H A Dm68k.c1870 unsigned int arch_mask; in print_insn_m68k() local
1922 arch_mask = (unsigned int) -1; in print_insn_m68k()
1925 arch_mask = m68000|m68881|m68851; in print_insn_m68k()
1928 arch_mask = m68008|m68881|m68851; in print_insn_m68k()
1931 arch_mask = m68010|m68881|m68851; in print_insn_m68k()
1934 arch_mask = m68020|m68881|m68851; in print_insn_m68k()
1937 arch_mask = m68030|m68881|m68851; in print_insn_m68k()
1940 arch_mask = m68040|m68881|m68851; in print_insn_m68k()
1943 arch_mask = m68060|m68881|m68851; in print_insn_m68k()
1946 arch_mask = mcfisa_a; in print_insn_m68k()
[all …]
H A Dsparc.c356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
357 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
358 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
359 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
/openbmc/qemu/
H A Dqemu-options.hx6 HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to