OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_arch
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/site_tests/security_x86Registers/
security_x86Registers.py
113
cpu_arch
= power_utils.get_x86_cpu_arch()
114
if not
cpu_arch
:
115
cpu_arch
= utils.get_cpu_arch()
116
if
cpu_arch
== "arm":
117
logging.debug('ok: skipping x86-only test on %s.',
cpu_arch
)
119
raise error.TestNAError('Unsupported CPU: %s' % (
cpu_arch
))
122
if
cpu_arch
is not 'Atom':
/external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py
23
cpu_arch
= utils.get_cpu_arch()
24
if
cpu_arch
== "arm":
25
logging.debug('ok: skipping SMM test for %s.',
cpu_arch
)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp
489
static int calculate_cpu_arch(int
cpu_arch
, int secondary_arch) {
492
((
cpu_arch
+ secondary_arch) != (ARMELFAttributeData::CPU_Arch_ARM_V4T +
494
return
cpu_arch
;
496
if ((
cpu_arch
== ARMELFAttributeData::CPU_Arch_ARM_V4T) &&
499
else if ((
cpu_arch
== ARMELFAttributeData::CPU_Arch_ARM_V6_M) &&
503
return
cpu_arch
;
580
static const char* get_generic_cpu_name(int
cpu_arch
) {
581
assert(static_cast<size_t>(
cpu_arch
) <
583
return generic_cpu_name_table[
cpu_arch
];
656
static bool is_allowed_use_of_div(int
cpu_arch
,
[
all
...]
/external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py
105
cpu_arch
= power_utils.get_x86_cpu_arch()
106
if not
cpu_arch
:
110
if
cpu_arch
is not 'Atom':
/external/autotest/client/cros/
power_utils.py
56
cpu_arch
= get_x86_cpu_arch()
57
if
cpu_arch
and ((
cpu_arch
is 'Celeron') or (
cpu_arch
is 'Core')):
/toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c
714
static const arch_entry
cpu_arch
[] =
variable
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c
6154
int
cpu_arch
;
local
[
all
...]
Completed in 648 milliseconds