Searched refs:IO (Results 201 - 225 of 227) sorted by relevance

12345678910

/netbsd-current/sys/arch/hp300/hp300/
H A Dlocore.s1156 .long 0 | KVA of base of internal IO space
1159 .long 0 | KVA of end of internal IO space
1162 .long 0 | KVA of base of external IO space
/netbsd-current/external/gpl2/gmake/dist/
H A Dgetloadavg.c852 && !(sys$qiow (0, channel, IO$_READVBLK, 0, 0, 0,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp574 void yaml::SIMachineFunctionInfo::mappingImpl(yaml::IO &YamlIO) {
/netbsd-current/sys/arch/x68k/x68k/
H A Dlocore.s885 .long 0 | KVA of base of internal IO space
888 .long 0 | KVA of end of internal IO space
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dlocore.s810 .long 0 | KVA of base of internal IO space
812 .long 0 | KVA of end of internal IO space
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1498 for (const auto &IO : IndexOffsets) {
1500 P.formatLine("TI: {0}, Offset: {1}", IO.Type, fmtle(IO.Offset));
/netbsd-current/sys/arch/atari/atari/
H A Dlocore.s383 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
417 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
438 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
452 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
726 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
748 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4_space.c56 #define AP_MS104_SH4_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */
115 m = MODE(type, IO);
/netbsd-current/sys/arch/evbsh3/t_sh7706lan/
H A Dt_sh7706lan_space.c56 #define T_SH7706LAN_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */
115 m = MODE(type, IO);
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dos.s66 # Each IO routine checks to see if the memory write/read is to/from user
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3185 CodeViewRecordIO IO(Writer);
3186 cantFail(IO.mapEncodedInteger(Value));
3265 CodeViewRecordIO IO(Writer);
3266 cantFail(IO.mapEncodedInteger(Value));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp366 static void mapping(IO &io, TemplightEntry &fields) {
/netbsd-current/sys/arch/landisk/dev/
H A Dobio.c227 #define OBIO_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */
288 m = MODE(type, IO);
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_pcix.c427 * get PCI IO space base [addr, size] from SBC PCIe IO BAR
434 RMIXL_PCIX_BAR_INIT(IO, bar, n, n);
446 * initialize the PCI MEM and IO bus space tags
1098 * from PCIX CFG, ECFG, IO, MEM BARs
1139 __LINE__, "IO", r, base * 1024 * 1024, size));
H A Drmixl_pcie.c346 * get PCI IO space base [addr, size] from SBC PCIe IO BAR
353 RMIXL_PCIE_BAR_INIT(IO, bar, n, n);
368 * initialize the PCI MEM and IO bus space tags
1532 * from PCIE CFG, ECFG, IO, MEM BARs
1585 __LINE__, "IO", r, base * 1024 * 1024, size));
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dcheck-format.pl987 report("single-letter name '$2'") if (m/(^|.*\W)([IO])(\W.*|$)/); # single-letter name 'I' or 'O' # maybe re-add 'l'?
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3132 for (unsigned IO = 0, EO = Instr.getNumOperands();
3133 !isSafe && IO != EO; ++IO) {
3134 const MachineOperand &MO = Instr.getOperand(IO);
3151 CC = (ARMCC::CondCodes)Instr.getOperand(IO - 1).getImm();
3200 std::make_pair(&((*I).getOperand(IO - 1)), NewCC));
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.c442 cause |= (1 << IO);
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c8280 NaN raises IO
8281 Infinity raises IO
8282 Out of Range raises IO and IX and saturates value
8291 aarch64_set_FPSR (cpu, IO); \
8301 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8306 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8312 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c8268 NaN raises IO
8269 Infinity raises IO
8270 Out of Range raises IO and IX and saturates value
8279 aarch64_set_FPSR (cpu, IO); \
8289 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8294 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8300 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c453 cause |= (1 << IO);
/netbsd-current/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex97 only have virtual IO devices, which makes it quite simple to work
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-opcode.s412 # IO
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm797 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>

Completed in 709 milliseconds

12345678910