Home
last modified time | relevance | path

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

/scripts/
A Dzircon.elf-gdb.py543 def __init__(self, sp, pc): argument
545 self.pc = pc
582 def is_in_icommon(self, pc): argument
592 return pc >= self.interrupt_common_begin_addr and pc < end_addr
834 def __init__(self, pc): argument
853 for addr in range(pc, pc+0x10000000, 0x10000):
927 if (pc >> 63) != 1:
948 addr = pc
966 def _is_earlyboot_pc(pc): argument
968 return not (pc >> 32)
[all …]
A Dold-symbolize421 pc = int(off, 16)
433 "/s" if self.args.source else "", pc)
446 if addr == pc:
/scripts/entropy-test/
A Drepeat-boot-test136 pc)

Completed in 6 milliseconds