Searched refs:gdbtype (Results 1 – 2 of 2) sorted by relevance
41 def list_for_each_entry(head, gdbtype, member): argument43 yield utils.container_of(node, gdbtype, member)59 def hlist_for_each_entry(head, gdbtype, member): argument61 yield utils.container_of(node, gdbtype, member)
114 static inline int xlat_gdb_type(CPUState *cpu, int gdbtype) in xlat_gdb_type() argument123 int cputype = xlat[gdbtype]; in xlat_gdb_type()