| /netbsd-src/sys/arch/x68k/stand/ |
| H A D | README | 6 It is placed in ffs's boot area and loads secondary bootloader 14 is placed in CD and loads secondary bootloader 17 is placed in floppy's sector#0 and loads secondary 24 and loads secondary bootloader from its filesystem. 31 boot is placed to / (root directory) and loads the kernel. 43 as an alternative to genuine boot selector. And loads 48 loadbsd.x is a Human68k executable and loads the kernel from
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | loads_example.txt | 1 The following is a demonstration of the loads.d script. 4 Here we run both loads.d and the uptime command for comparison, 9 # ./loads.d 12 Both have returned the same load average, confirming that loads.d is 16 The point of loads.d is to demonstrate fetching the same data as uptime
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | loads_example.txt | 1 The following is a demonstration of the loads.d script. 4 Here we run both loads.d and the uptime command for comparison, 9 # ./loads.d 12 Both have returned the same load average, confirming that loads.d is 16 The point of loads.d is to demonstrate fetching the same data as uptime
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | sysinfo-loadavg.c | 33 avg[0] = (double) info.loads[0] / 65536.0; in uv_loadavg() 34 avg[1] = (double) info.loads[1] / 65536.0; in uv_loadavg() 35 avg[2] = (double) info.loads[2] / 65536.0; in uv_loadavg()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-modref.cc | 278 : loads (NULL), stores (NULL), retslot_flags (0), static_chain_flags (0), in modref_summary() 287 if (loads) in ~modref_summary() 288 ggc_delete (loads); in ~modref_summary() 338 if (loads && !loads->every_base) in useful_p() 357 modref_records_lto *loads; member 377 : loads (NULL), stores (NULL), retslot_flags (0), static_chain_flags (0), in modref_summary_lto() 385 if (loads) in ~modref_summary_lto() 386 ggc_delete (loads); in ~modref_summary_lto() 411 if (loads && !loads->every_base) in useful_p() 572 if (loads) in dump() [all …]
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_sysinfo.c | 78 si.loads[0] = la->ldavg[0] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; in linux32_sys_sysinfo() 79 si.loads[1] = la->ldavg[1] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; in linux32_sys_sysinfo() 80 si.loads[2] = la->ldavg[2] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; in linux32_sys_sysinfo()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-cr16.texi | 80 This loads the address of _myfun, shifted right by 1, into r1. 84 This loads the address of _myfun, shifted right by 1, into register-pair r2-r1. 95 …This loads the address of _data1, into global offset table (ie GOT) and its offset value from GOT … 99 …This loads the address of _myfun, shifted right by 1, into global offset table (ie GOT) and its of…
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-cr16.texi | 80 This loads the address of _myfun, shifted right by 1, into r1. 84 This loads the address of _myfun, shifted right by 1, into register-pair r2-r1. 95 …This loads the address of _data1, into global offset table (ie GOT) and its offset value from GOT … 99 …This loads the address of _myfun, shifted right by 1, into global offset table (ie GOT) and its of…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Atomics.rst | 95 Note that speculative loads are allowed; a load which is part of a race returns 101 For cases where simple loads and stores are not sufficient, LLVM provides 106 non-atomic loads and stores, but provide additional guarantees in situations 144 location, loads from that location return undef. 152 The rule is essentially that all memory accessed with basic loads and stores 156 variable. Note that NotAtomic volatile loads and stores are not properly 162 Introducing loads to shared variables along a codepath where they would not 193 platforms for loads of a native width, but can be expensive or unavailable for 194 wider loads, like a 64-bit store on ARM. (A frontend for Java or other "safe" 200 single load into multiple loads, transforms a store into multiple stores, [all …]
|
| H A D | SpeculativeLoadHardening.md | 54 branches and/or loads inside especially risky software (most notably various OS 63 The specific technique we propose is to cause loads to be checked using 66 predicate guarding potentially invalid loads: 153 * To achieve reasonable performance, many loads may not be checked, such as 160 * [Hardened loads](#hardening-the-address-of-the-load) may still load data from 167 block misspeculated loads was developed as part of a HACS 2018 discussion 231 use that validation to check that loads cannot leak information along 267 *implicitly* loads the return address off the stack. However, the 302 Mitigating this requires hardening loads from these locations, or mitigating 329 checking the loads, and checking control transfers between procedures. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | mark_spam.py | 35 response = json.loads(r.text) 68 response = json.loads(r.text) 81 response = json.loads(r.text)
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | mark_spam.py | 35 response = json.loads(r.text) 68 response = json.loads(r.text) 81 response = json.loads(r.text)
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | getloadavg.c | 1005 int loads; in main() local 1008 loads = getloadavg (avg, 3); in main() 1009 if (loads == -1) in main() 1014 if (loads > 0) in main() 1016 if (loads > 1) in main() 1018 if (loads > 2) in main() 1020 if (loads > 0) in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_use_certificate.pod | 57 The SSL_CTX_* class of functions loads the certificates and keys into the 62 The SSL_* class of functions only loads certificates and keys into a 66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>, 67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the 73 SSL_CTX_use_certificate_ASN1() loads the ASN1 encoded certificate from 75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>. 77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file> 80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>. 84 SSL_CTX_use_certificate_chain_file() loads a certificate chain from 89 similar except it loads the certificate chain into B<ssl>.
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 17 SSL_CTX_set_default_ctlog_list_file() loads a list of Certificate Transparency 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_use_certificate.pod | 57 The SSL_CTX_* class of functions loads the certificates and keys into the 62 The SSL_* class of functions only loads certificates and keys into a 66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>, 67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the 73 SSL_CTX_use_certificate_ASN1() loads the ASN1 encoded certificate from 75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>. 77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file> 80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>. 84 SSL_CTX_use_certificate_chain_file() loads a certificate chain from 89 similar except it loads the certificate chain into B<ssl>.
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 17 SSL_CTX_set_default_ctlog_list_file() loads a list of Certificate Transparency 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Java/ |
| H A D | j_package.d | 49 @loads[pid, dirname(stringof(this->class))] = count(); 55 printa(" %6d %@8d %s\n", @loads);
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | j_package.d | 49 @loads[pid, dirname(stringof(this->class))] = count(); 55 printa(" %6d %@8d %s\n", @loads);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrMemory.td | 42 // Defines atomic and non-atomic loads, regular and extending. 69 // Select loads with no constant offset. 82 // Select loads with a constant offset. 104 // Select loads with just a constant offset. 145 // Select extending loads with no constant offset. 157 // Select extending loads with a constant offset. 180 // Select extending loads with just a constant offset. 204 // Resolve "don't care" extending loads to zero-extending loads. This is 207 // Select "don't care" extending loads with no constant offset. 214 // Select "don't care" extending loads with a constant offset. [all …]
|
| H A D | WebAssemblyInstrAtomics.td | 218 // Atomic loads 229 // Select loads with no constant offset. 233 // Select loads with a constant offset. 241 // Select loads with just a constant offset. 249 // Extending loads. Note that there are only zero-extending atomic loads, no 250 // sign-extending loads. 257 // Fragments for extending loads. These are different from regular loads because 262 // Unlike regular loads, extension to i64 is handled differently than i32. 265 // Extension to i32 is elided by SelectionDAG as our atomic loads are 277 // We don't have single sext atomic load instructions. So for sext loads, we [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 372 if (Summary.loads == 1 && Summary.loads == Summary.memory && in restrictStoreLoadOrder() 388 else if (Summary.loads >= 1 && isMemReorderDisabled()) { // }:mem_noshuf in restrictStoreLoadOrder() 412 (Summary.loads == 0) || in restrictStoreLoadOrder() 480 ++Summary.loads; in GetPacketSummary() 506 ++Summary.loads; in GetPacketSummary() 518 ++Summary.loads; in GetPacketSummary()
|
| /netbsd-src/sys/arch/x68k/stand/xxboot/ |
| H A D | boot.S | 4 | (1) IPL (or previous stage loader) loads first 1KB of this primary 7 | (2) The first 1KB loads full primary bootloader (including first 1KB) from 10 | (3) The full primary bootloader loads the secondary bootloader known as
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky_pipeline_ck803.md | 58 ;; Switching between constant pool loads and loads/stores in the data section
|
| H A D | csky_pipeline_ck801.md | 51 ;; Switching between constant pool loads and loads/stores in the data section
|