/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/ |
H A D | cache.json | 54 "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 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
|
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 | bcm2835.dtsi | 29 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 D | bcm2711.dtsi | 478 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 D | cache.json | 111 "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 D | identcpu-v6.c | 191 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 D | cpu_asm-v6.S | 61 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 D | nios2.txt | 23 - 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 D | ieee.3 | 279 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 D | DataBuffer.h | 25 /// 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 D | pamu.txt | 61 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 D | libusb-0.1.pc.in | 8 Description: Library that abstracts ways to access USB devices (v0.1)
|
H A D | libusb-2.0.pc.in | 8 Description: Library that abstracts ways to access USB devices (v2.0)
|
H A D | libusb-1.0.pc.in | 8 Description: Library that abstracts ways to access USB devices (v1.0)
|
/freebsd/contrib/byacc/ |
H A D | NOTES | 9 performed in particular ways to optimize the code for the VAX.
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | gemini-poweroff.txt | 4 deals with different ways to power the system down.
|
/freebsd/usr.bin/units/ |
H A D | README | 8 ways:
|
/freebsd/contrib/libarchive/ |
H A D | SECURITY.md | 8 You may submit the report in the following ways:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CGSCCPassManager.h | 43 /// 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 D | ntp_syscall.h | 2 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBPlatformDocstrings.i | 13 It can be connected to a remote platform in order to provide ways
|
/freebsd/share/man/man4/ |
H A D | gdb.4 | 42 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 D | pps.html | 29 <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 D | POSIX | 110 program will behave in different ways depending on whether the 193 RE" can be defined in two different ways:
|