HomeSort by: relevance | last modified time | path
    Searched refs:_arch (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_boot.cpp 51 if (_arch)
52 delete _arch;
94 _arch = new SA1100Architecture(_cons, _mem);
98 _arch = new PXA2X0Architecture(_cons, _mem);
101 _arch->setDebug() = args.architectureDebug;
103 lock_pages = _arch->_load_LockPages();
104 unlock_pages = _arch->_load_UnlockPages();
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_boot.cpp 50 if (_arch)
51 delete _arch;
106 _arch = new SH7707(_cons, _mem, SH7707::boot_func);
112 _arch = new SH7709(_cons, _mem, SH7709::boot_func);
118 _arch = new SH7709A(_cons, _mem, SH7709A::boot_func);
124 _arch = new SH7750(_cons, _mem, SH7750::boot_func);
130 _arch->setDebug() = args.architectureDebug;
132 lock_pages = _arch->_load_LockPages();
133 unlock_pages = _arch->_load_UnlockPages();
  /src/sys/dtb/
Makefile 31 .for _arch in ${TARGET_ARCH_LIST}
37 ${MAKE} MACHINE_ARCH=${_arch} dtblist | grep '^[\.#]' | column -t | \
38 sort -u) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
  /src/sys/conf/
dts.mk 10 .for _arch in ${DTSGNUARCH}
11 -@ln -snf ${S:S@^../@../../@}/external/gpl2/dts/dist/arch/${_arch}/boot/dts dts/${_arch}
16 .for _arch in ${DTSARCH}
17 DTSDIR+=$S/arch/${_arch}/dts
19 .for _arch in ${DTSGNUARCH}
20 DTSDIR+=$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts
22 .if exists($S/external/gpl2/dts/dist/arch/${_arch}/boot/dts/${_dir})
23 DTSDIR+=$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts/${_dir}
  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_boot.cpp 52 if (_arch)
53 delete _arch;
109 _arch = new TX39XX(_cons, _mem, args.architecture);
114 _arch = new VR41XX(_cons, _mem);
122 _arch->setDebug() = args.architectureDebug;
126 lock_pages = _arch->_load_LockPages();
127 unlock_pages = _arch->_load_UnlockPages();
  /src/share/mk/
bsd.dtb.mk 26 .for _arch in ${DTSGNUARCH}
27 -@ln -snf ${S:S@^../@../../@}/external/gpl2/dts/dist/arch/${_arch}/boot/dts ${.OBJDIR}/dts/${_arch}
32 .for _arch in ${DTSARCH}
33 DTSDIR+=$S/arch/${_arch}/dts
35 .for _arch in ${DTSGNUARCH}
36 DTSDIR+=$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts
38 DTSDIR+=$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts/${DTSSUBDIR}
99 .for _arch in ${DTSGNUARCH}
100 rm -f dts/${_arch}
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
boot.h 56 Architecture *_arch; // StrongARM/VR41XX/TX39XX/SH3/SH4 member in class:Boot
hpcboot.cpp 130 if (!f._arch->init()) {
135 f._arch->systemInfo();
179 if (!f._arch->allocateMemory(sz)) {
186 if (!f._arch->setupLoader()) {
216 p = f._arch->setupBootInfo(*f._loader);
235 f._arch->jump(p, f._loader->tagStart());
boot.cpp 127 _arch = 0;
  /src/sys/compat/linux32/arch/aarch64/
linux32_siginfo.h 93 unsigned int _arch; member in struct:linux32_siginfo::__anonc820d0d0010a::__anonc820d0d00808

Completed in 48 milliseconds