Home
last modified time | relevance | path

Searched full:ways (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/
H A Dcache.json54 "PublicDescription": "Number of ways read in the instruction cache - Tag RAM",
57 "BriefDescription": "Number of ways read in the instruction cache - Tag RAM"
60 "PublicDescription": "Number of ways read in the instruction cache - Data RAM",
63 "BriefDescription": "Number of ways read in the instruction cache - Data RAM"
66 "PublicDescription": "Number of ways read in the instruction BTAC RAM",
69 "BriefDescription": "Number of ways read in the instruction BTAC RAM"
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2836.dtsi58 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
H A Dbcm2837.dtsi57 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 Dbcm2835.dtsi29 d-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
32 i-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
H A Dbcm2711.dtsi478 d-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
481 i-cache-sets = <256>; // 48KiB(size)/64(line-size)=768ways/3-way set
493 d-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
496 i-cache-sets = <256>; // 48KiB(size)/64(line-size)=768ways/3-way set
508 d-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
511 i-cache-sets = <256>; // 48KiB(size)/64(line-size)=768ways/3-way set
523 d-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
526 i-cache-sets = <256>; // 48KiB(size)/64(line-size)=768ways/3-way set
542 cache-sets = <1024>; // 1MiB(size)/64(line-size)=16384ways/16-way set
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dcache.json111 "PublicDescription": "Number of ways read in the instruction cache - Tag RAM",
114 "BriefDescription": "Number of ways read in the instruction cache - Tag RAM"
117 "PublicDescription": "Number of ways read in the instruction cache - Data RAM",
120 "BriefDescription": "Number of ways read in the instruction cache - Data RAM"
123 "PublicDescription": "Number of ways read in the instruction BTAC RAM",
126 "BriefDescription": "Number of ways read in the instruction BTAC RAM"
/freebsd/sys/arm/arm/
H A Didentcpu-v6.c191 uint32_t type, val, size, sets, ways, linesize; in print_v7_cache() local
208 ways = CPUV7_CT_xSIZE_ASSOC(val) + 1; in print_v7_cache()
211 size = (ways * sets * linesize) / 1024; in print_v7_cache()
215 size, linesize,ways); in print_v7_cache()
218 size, linesize, ways); in print_v7_cache()
233 ways = CPUV7_CT_xSIZE_ASSOC(val) + 1; in print_v7_cache()
236 size = (ways * sets * linesize) / 1024; in print_v7_cache()
238 size, linesize, ways); in print_v7_cache()
H A Dcpu_asm-v6.S61 ubfx r3, r0, #3, #10 /* get num ways - 1 from CCSIDR */
76 /* r3 = ways/sets, r2 = way decr, r1 = set decr, r0 and ip are free */
110 ubfx r3, r0, #3, #10 /* get num ways - 1 from CCSIDR */
125 /* r3 = ways/sets, r2 = way decr, r1 = set decr, r0 and ip are free */
157 ubfx r3, r0, #3, #10 /* get num ways - 1 from CCSIDR */
172 /* r3 = ways/sets, r2 = way decr, r1 = set decr, r0 and ip are free */
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
52 altr,tlb-num-ways = <16>;
/freebsd/lib/msun/man/
H A Dieee.3279 Thus, IEEE 754 provides three ways by which programs
293 CAUTION: The only reliable ways to discover
318 other ways to cope with exceptions may be provided:
360 \&... Other ways lie beyond the scope of this document.
376 one to another of the five or so ways of handling
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h25 /// pointer that can use to implement various ways to store data (on the heap,
37 /// different ways of storing data, yet using it in one common way.
85 /// that can use to implement various ways to store data (on the heap, memory
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpamu.txt61 second is the number of "ways". For direct-mapped caches,
67 second is the number of "ways". For direct-mapped caches,
/freebsd/lib/libusb/
H A Dlibusb-0.1.pc.in8 Description: Library that abstracts ways to access USB devices (v0.1)
H A Dlibusb-2.0.pc.in8 Description: Library that abstracts ways to access USB devices (v2.0)
H A Dlibusb-1.0.pc.in8 Description: Library that abstracts ways to access USB devices (v1.0)
/freebsd/contrib/byacc/
H A DNOTES9 performed in particular ways to optimize the code for the VAX.
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dgemini-poweroff.txt4 deals with different ways to power the system down.
/freebsd/usr.bin/units/
H A DREADME8 ways:
/freebsd/contrib/libarchive/
H A DSECURITY.md8 You may submit the report in the following ways:
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h43 /// global table of function pointers. This can be fixed in a number of ways
416 /// Function passes can only mutate the call graph in specific ways. This
417 /// routine provides a helper that updates the call graph in those ways
427 /// CGSCC passes can only mutate the call graph in specific ways. This
428 /// routine provides a helper that updates the call graph in those ways
/freebsd/contrib/ntp/include/
H A Dntp_syscall.h2 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatformDocstrings.i13 It can be connected to a remote platform in order to provide ways
/freebsd/share/man/man4/
H A Dgdb.442 It can be used in a number of ways:
599 in ways for which they were not intended, even if those ways make sense.
/freebsd/contrib/ntp/html/
H A Dpps.html29 <p> The PPS signal can be connected in either of two ways. On FreeBSD systems (with the PPS_SYNC an…
42 <p>The PPS signal can be used in either of two ways, one using the NTP grooming and mitigation alg…
/freebsd/usr.bin/sed/
H A DPOSIX110 program will behave in different ways depending on whether the
193 RE" can be defined in two different ways:

12345678910>>...38