Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/gdb/linux/
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"):
Dcpus.py42 if utils.is_target_arch("sparc:v9"):
165 if utils.is_target_arch("x86"):
174 elif utils.is_target_arch("aarch64"):
Dtasks.py94 if utils.is_target_arch("ia64"):
Dutils.py169 def is_target_arch(arch): function
Dpgtable.py208 if utils.is_target_arch("x86"):
Dsymbols.py124 if utils.is_target_arch('s390'):
Dmm.py27 if constants.LX_CONFIG_ARM64 and utils.is_target_arch('aarch64'):