OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:architecture
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/sys/arch/hpc/stand/hpcboot/arm/
arm_boot.cpp
67
args.
architecture
= ARCHITECTURE_ARM_SA1100;
69
args.
architecture
= ARCHITECTURE_ARM_SA1100;
71
args.
architecture
= ARCHITECTURE_ARM_PXA250;
73
args.
architecture
= ARCHITECTURE_ARM_PXA270;
88
//
Architecture
dependent ops.
89
switch (args.
architecture
) {
91
DPRINTF((TEXT("Unsupported
architecture
.\n")));
131
_cons = ARMConsole::Instance(_mem, args.
architecture
);
/src/sys/arch/hpc/stand/hpcboot/sh3/
sh_boot.cpp
66
args.
architecture
= ARCHITECTURE_SH3_7707;
68
args.
architecture
= ARCHITECTURE_SH3_7709;
70
args.
architecture
= ARCHITECTURE_SH3_7709A;
72
args.
architecture
= ARCHITECTURE_SH4_7750;
100
//
Architecture
dependent ops.
101
switch(args.
architecture
) {
103
DPRINTF((TEXT("unsupported
architecture
.\n")));
149
if (args.
architecture
== ARCHITECTURE_SH4_7750) {
/src/sys/external/bsd/gnu-efi/dist/inc/
efi.h
58
#error Usupported
architecture
/src/sys/arch/hpc/stand/hpcboot/mips/
mips_boot.cpp
68
args.
architecture
= ARCHITECTURE_MIPS_VR41;
70
args.
architecture
= ARCHITECTURE_MIPS_TX3900;
72
args.
architecture
= ARCHITECTURE_MIPS_TX3920;
102
switch(args.
architecture
) {
104
DPRINTF((TEXT("unsupported
architecture
.\n")));
109
_arch = new TX39XX(_cons, _mem, args.
architecture
);
/src/distrib/common/
sunbootcd.sh
50
The
architecture
arguments must be bootable file system image
51
for that
architecture
, or \`-' if no entry is desired.
/src/tests/usr.bin/gdb/
t_regress.sh
81
<
architecture
>i386:x86-64</
architecture
>
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_tsc.h
87
#error Target
architecture
is not supported.
88
#endif // CPU
architecture
/src/sys/external/bsd/common/include/asm/
barrier.h
91
#error Missing Linux memory-mapped I/O barriers for this
architecture
.
/src/sys/dev/tc/
sticvar.h
40
#error No support for your
architecture
/src/usr.sbin/sysinst/
README.md_defs
113
HAVE_GPT_BOOT defined if the
architecture
can boot from GPT
115
HAVE_EFI_BOOT defined if the
architecture
may be able
118
NO_DISKLABEL_BOOT defined if the
architecture
can NOT boot
/src/sys/arch/hpc/stand/hpcboot/
hpcboot.h
90
enum ArchitectureOps
architecture
;
member in struct:BootSetupArgs
/src/sys/dev/ic/
qemufwcfg.c
61
#error driver does not support this
architecture
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt
84
# Adds interception tests for
architecture
.
/src/sys/arch/rs6000/include/
iplcb.h
142
int
architecture
; /*
Architecture
of this box:
member in struct:sys_info
228
int
architecture
; /* proc arch */
member in struct:proc_info
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt
87
# Adds MSan unit tests and benchmarks for
architecture
.
/src/sys/arch/i386/include/
multiboot2.h
103
multiboot_uint32_t
architecture
;
member in struct:multiboot_header
/src/sys/arch/rs6000/stand/boot/
iplcb.c
52
printf("
Architecture
: %d\n", sysinfo->
architecture
);
/src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake
103
# detect target
architecture
123
message(FATAL_ERROR "the ${_TARGET_ARCH}
architecture
is not supported by Findsodium.cmake.")
/src/sys/arch/powerpc/powerpc/
kgdb_machdep.c
75
#error unknown
architecture
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt
135
# Adds sanitizer tests for
architecture
.
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
integratorcp.dts
44
* The Integrator/CP overall clocking
architecture
can be found in
/src/tools/host-mkdep/
configure
592
--prefix=PREFIX install
architecture
-independent files in PREFIX
594
--exec-prefix=EPREFIX install
architecture
-dependent files in EPREFIX
608
--datadir=DIR read-only
architecture
-independent data [PREFIX/share]
610
--sharedstatedir=DIR modifiable
architecture
-independent data [PREFIX/com]
/src/sys/arch/ia64/stand/common/
help.common
307
respectively. Note that the current i386
architecture
/src/sys/arch/i386/stand/lib/
exec_multiboot2.c
1502
if (mbh->
architecture
!= MULTIBOOT_ARCHITECTURE_I386)
1505
if (mbh->magic + mbh->
architecture
+
/src/tools/make/
configure
1250
--prefix=PREFIX install
architecture
-independent files in PREFIX
1252
--exec-prefix=EPREFIX install
architecture
-dependent files in EPREFIX
1267
--sharedstatedir=DIR modifiable
architecture
-independent data [PREFIX/com]
1273
--datadir=DIR read-only
architecture
-independent data [DATAROOTDIR]
Completed in 26 milliseconds
1
2
Indexes created Thu Oct 02 01:09:59 GMT 2025