Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Ddump-guest-memory.py124 note = get_arch_note(self.endianness, len(n_name), len(n_desc))
144 header = get_arch_note(self.endianness, 0, 0)
151 note = get_arch_note(self.endianness,
195 def get_arch_note(endianness, len_name, len_desc): function