Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dcpus.py38 if utils.is_target_arch("sparc:v9"):
178 if utils.is_target_arch("x86"):
187 elif utils.is_target_arch("aarch64"):
195 elif utils.is_target_arch("riscv"):
H A Dinterrupts.py192 if utils.is_target_arch("x86"):
194 elif utils.is_target_arch("aarch64"):
196 elif utils.is_target_arch("arm"):
198 elif utils.is_target_arch("mips"):
H A Dsymbols.py78 if utils.is_target_arch('s390'):
98 if utils.is_target_arch("s390"):
194 if utils.is_target_arch('s390'):
H A Dmm.py27 if constants.LX_CONFIG_ARM64 and utils.is_target_arch('aarch64'):
29 elif utils.is_target_arch('x86_64') or utils.is_target_arch('x86-64'):
H A Dpgtable.py206 if utils.is_target_arch("x86"):
H A Dutils.py174 def is_target_arch(arch): function