| /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} 124 .for _arch in ${DTSGNUARCH} 125 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::__anon2350::__anon2357
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| configure | 13943 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| configure | 14317 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
|
| /src/external/gpl3/binutils/dist/bfd/ |
| configure | 16136 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| configure | 15779 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
|
| /src/external/gpl3/gdb/dist/bfd/ |
| configure | 16119 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| configure | 14447 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| configure | 16123 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| configure | 14449 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
|