Lines Matching refs:arch
57 def create_syscall_name_to_number_map(arch, names): argument
96 arch_config[arch]['uapi_class']),
99 + arch_config[arch]['extra_cflags']
141 def collect_syscall_names_for_arch(syscall_map, arch): argument
144 if (arch in syscall_map[syscall] or
157 for arch in _SUPPORTED_ARCHS:
158 blocked[arch] = create_syscall_name_to_number_map(
159 arch,
160 collect_syscall_names_for_arch(_SYSCALLS_BLOCKED_IN_CTS, arch))
161 allowed[arch] = create_syscall_name_to_number_map(
162 arch,
163 collect_syscall_names_for_arch(_SYSCALLS_ALLOWED_IN_CTS, arch))