/freebsd-src/sys/arm/arm/ |
H A D | cpu_asm-v6.S | 23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 62 clz r1, r3 /* number of bits to MSB of way */ 65 lsl ip, ip, r1 /* ip now contains the way decr */ 71 sub ip, ip, r2 /* subtract numsets - 1 from way decr */ 74 mov r2, ip /* r2 now contains set way decr */ 76 /* r3 = ways/sets, r2 = way decr, r1 = set decr, r0 and ip are free */ 78 movs r0, r3 /* get current way/set */ 80 movs r0, r0, lsl #10 /* clear way bits leaving only set bits*/ 82 subeq r3, r3, r2 /* zero?, decrement way and restore set count */ 111 clz r1, r3 /* number of bits to MSB of way */ [all...] |
/freebsd-src/sys/x86/x86/ |
H A D | identcpu.c | 34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1806 printf(", %d-way associative\n", i); 1815 case 2: printf(", 2-way associative\n"); break; in print_AMD_l2_assoc() 1816 case 4: printf(", 4-way associative\n"); break; in print_AMD_l2_assoc() 1817 case 6: printf(", 8-way associative\n"); break; in print_AMD_l2_assoc() 1818 case 8: printf(", 16-way associative\n"); break; in print_AMD_l2_assoc() 1970 printf("L2 cache: %u kbytes, %u-way associative, %u bytes/line\n", in print_INTEL_info() 1984 printf("Instruction TLB: 4 KB pages, 4-way set associative, 32 entries\n"); in print_INTEL_TLB() 1990 printf("Data TLB: 4 KB pages, 4-way set associative, 64 entries\n"); in print_INTEL_TLB() 1993 printf("Data TLB: 4 MB Pages, 4-way se in print_INTEL_TLB() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P10InstrResources.td | 20 // 2-way crack instructions 40 // 2-way crack instructions 61 // 2-way crack instructions 76 // 2-way crack instructions 249 // 2-way crack instructions 256 // 2-way crack instructions 268 // 2-way crack instructions 295 // 2-way crack instructions 393 // 2-way crack instructions 473 // 2-way crac [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2837.dtsi | 57 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 60 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 72 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 75 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 87 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 90 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 102 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 105 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 120 cache-sets = <512>; // 512KiB(size)/64(line-size)=8192ways/16-way set
|
H A D | bcm2836.dtsi | 58 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 61 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 72 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 75 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 86 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 89 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 100 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 103 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 118 cache-sets = <1024>; // 512KiB(size)/64(line-size)=8192ways/8-way set
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompd-specific.cpp | 118 /* naive way of implementing hard to opt-out empty function in ompd_dll_locations_valid() 124 /* naive way of implementing hard to opt-out empty function in ompd_bp_parallel_begin() 129 /* naive way of implementing hard to opt-out empty function in ompd_bp_parallel_end() 134 /* naive way of implementing hard to opt-out empty function in ompd_bp_task_begin() 139 /* naive way of implementing hard to opt-out empty function in ompd_bp_task_end() 144 /* naive way of implementing hard to opt-out empty function in ompd_bp_thread_begin() 149 /* naive way of implementing hard to opt-out empty function in ompd_bp_thread_end()
|
/freebsd-src/share/doc/psd/02.implement/ |
H A D | fig1.pic | 37 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 77 arrow from 1/4 of the way between PT.PTE.ne and PT.PTE.se right 1.875i 80 …arrow from 3/4 of the way between PT.PTE.ne and PT.PTE.se right .25i then down 1.5i then right .25i 81 arrow from 1/4 of the way between UAS.ne and UAS.se right .375i then up .25i then right .25i 82 arrow from 3/4 of the way between UAS.ne and UAS.se right 2.375i then up .875i then right .5i
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | deptgt-begin.mk | 11 # To register a custom action to be run at the beginning, the simplest way is 21 # One way to run commands at the beginning is to define a custom target and 22 # make the .BEGIN depend on that target. This way, the commands from the 28 # Another way is to define a custom target and make that a .USE dependency.
|
/freebsd-src/crypto/openssl/crypto/engine/ |
H A D | README.md | 40 passed around with impunity and there is no safe way, without requiring massive 43 comes from can "safely" be destroyed. Unless of course the way of getting to 60 Already there is a problem with the way ENGINE supports RSA, DSA, etc whereby 71 solution is to change the way ENGINE feeds existing "classes", ie. how the 75 The way this is now being done is by mostly reverting back to how things used to 106 cleanup) - and having that reference provides a *safe* way to use an EVP_CIPHER 171 hooked in forever). The way this is handled is via "unregistration". With these 198 removed for two obvious reasons; (i) there was no way to generalise them to the 200 method, and (ii) because of (i), there was no meaningful way for library or 204 one and now certainly doesn't make sense in any generalised way. Some of the
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | kerberos | 17 # - Provide a way to round the next offset 19 # - Provide a way to have optional entries 21 # - Provide a way to "save" entries to print them later. 25 # - Provide a way to format strings as hex values
|
/freebsd-src/share/doc/psd/04.uprog/ |
H A D | p3 | 34 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 186 The next thing needed is a way to read or write the file 258 With some of the preliminaries out of the way, 267 This way the program can be used stand-alone 347 is assigned to a program in the same way that 364 finds its way to the user's terminal instead of disappearing 368 The program actually signals errors in another way,
|
/freebsd-src/usr.sbin/nfsd/ |
H A D | pnfsserver.4 | 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 174 will specify that two way mirroring is to be done, via the 181 With two way mirroring, the data file for each exported file on the MDS 214 The above example would be fine for two way mirroring, but four way mirroring 249 Since the data is separated from the metadata, the simple way to back up 253 in such a way that the 288 Assuming two way mirroring, that implies the one DS of the pair stored in the 406 The only way to get rid of such a layout is to restart the
|
/freebsd-src/sbin/mount_unionfs/ |
H A D | mount_unionfs.8 | 27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 50 in such a way that the contents of both directory trees remain visible. 84 Specifies the way to create a file or a directory in the upper layer 89 uses the same way as the old unionfs for backward compatibility, and 152 If a file exists in the upper layer then there is no way to access 362 there is no way that delete and rename operations on lower layer 385 However, a file copied from the lower layer in the same way
|
/freebsd-src/share/man/man9/ |
H A D | kern_testfrwk.9 | 21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 39 kernel in some way and you 40 had no real way from user-land to make what you want to occur happen? 53 That way it will be loaded automatically with your test. 144 That way it can access:
|
H A D | kobj.9 | 26 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 72 in a uniform way). 77 The simplest way to create a kernel object is to call 85 Objects created in this way should be freed by calling
|
/freebsd-src/sys/netgraph/bluetooth/l2cap/ |
H A D | TODO | 31 6) Better way to get information about channels 33 L2CAP can support about 65000 channels. Need define some good way 41 Is there a better way to handle this?
|
/freebsd-src/crypto/heimdal/doc/ |
H A D | copyright.texi | 51 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 118 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 157 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 202 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 245 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 278 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 312 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 345 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 378 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 471 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED [all …]
|
/freebsd-src/lib/libgssapi/ |
H A D | gss_process_context_token.3 | 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 45 Provides a way to pass an asynchronous token to the security service. 70 provides a way to pass such a token to the mechanism at any time. 117 document itself may not be modified in any way, such as by removing
|
/freebsd-src/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4095849 | 27 KERNEL_PLL from the NTP code. This way ntp_Adjtime() system call is 29 NTP. The only hit you might see is the way kernel precision timminig 32 The easiest way to disable ntp_adjtime option is(without changing 45 I complied a new xntpd binary this way and it does nothave any ntp_adjtime()
|
/freebsd-src/contrib/kyua/m4/ |
H A D | compiler-features.m4 | 26 dnl (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 32 dnl Checks if the current compiler has a way to mark functions that do not 65 dnl Checks if the current compiler has a way to mark functions as pure. 97 dnl Checks if the current compiler has a way to mark parameters as unused
|
/freebsd-src/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-controller.txt | 11 space is a simple zero-based enumeration. I.e. 0-1 for a 2-way multiplexer, 12 0-7 for an 8-way multiplexer, etc. 43 /* One consumer of a 2-way mux controller (one GPIO-line) */ 69 * parallel 4-way multiplexers controlled by the same two GPIO-lines. 149 4-way multiplexer):
|
/freebsd-src/share/doc/usd/22.trofftut/ |
H A D | tt08 | 37 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 52 in exactly the same way _ 77 The way we tell 184 This way we can nest our uses of
|
/freebsd-src/share/doc/smm/02.config/ |
H A D | e.t | 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 102 The NS Sequenced Packet Protocol does not require a three-way handshake 104 (A three-way handshake consists of a connection request, an acknowledgement 107 This option forces a three-way handshake before data may be transmitted
|
/freebsd-src/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 25 # accept an alternative way of finding the appropriate 69 # breaks something, figure out a way to do it *without* 70 # "imported targets", and either do this that way, or, 71 # at least, do it that way on older versions of CMake.
|
/freebsd-src/share/man/man4/ |
H A D | crypto.4 | 35 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 61 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 137 keyed and unkeyed one-way hash (HMAC and MAC) algorithms, 227 For keyed one-way hash algorithms, the one-way hash must be specified 310 one-way hash, and initialization vector, respectively.
|