/linux-6.1.9/arch/nios2/mm/ |
D | tlb.c | 47 unsigned int way; in replace_tlb_one_pid() local 55 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in replace_tlb_one_pid() 60 tlbmisc = TLBMISC_RD | (way << TLBMISC_WAY_SHIFT); in replace_tlb_one_pid() 73 (way << TLBMISC_WAY_SHIFT); in replace_tlb_one_pid() 126 unsigned int way; in flush_tlb_one() local 136 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_one() 140 tlbmisc = TLBMISC_RD | (way << TLBMISC_WAY_SHIFT); in flush_tlb_one() 148 way, (pid_misc >> TLBMISC_PID_SHIFT)); in flush_tlb_one() 150 tlbmisc = TLBMISC_WE | (way << TLBMISC_WAY_SHIFT); in flush_tlb_one() 169 unsigned int way; in dump_tlb_line() local [all …]
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | tlbflush.h | 130 static inline void write_dtlb_entry (pte_t entry, int way) in write_dtlb_entry() argument 133 : : "r" (way), "r" (entry) ); in write_dtlb_entry() 136 static inline void write_itlb_entry (pte_t entry, int way) in write_itlb_entry() argument 139 : : "r" (way), "r" (entry) ); in write_itlb_entry() 176 static inline unsigned long read_dtlb_virtual (int way) in read_dtlb_virtual() argument 179 __asm__ __volatile__("rdtlb0 %0, %1\n\t" : "=a" (tmp), "+a" (way)); in read_dtlb_virtual() 183 static inline unsigned long read_dtlb_translation (int way) in read_dtlb_translation() argument 186 __asm__ __volatile__("rdtlb1 %0, %1\n\t" : "=a" (tmp), "+a" (way)); in read_dtlb_translation() 190 static inline unsigned long read_itlb_virtual (int way) in read_itlb_virtual() argument 193 __asm__ __volatile__("ritlb0 %0, %1\n\t" : "=a" (tmp), "+a" (way)); in read_itlb_virtual() [all …]
|
/linux-6.1.9/arch/sh/mm/ |
D | cache-sh2a.c | 26 static void sh2a_flush_oc_line(unsigned long v, int way) in sh2a_flush_oc_line() argument 28 unsigned long addr = (v & 0x000007f0) | (way << 11); in sh2a_flush_oc_line() 76 int way; in sh2a__flush_wback_region() local 77 for (way = 0; way < nr_ways; way++) { in sh2a__flush_wback_region() 79 sh2a_flush_oc_line(v, way); in sh2a__flush_wback_region() 106 int way; in sh2a__flush_purge_region() local 108 for (way = 0; way < nr_ways; way++) in sh2a__flush_purge_region() 109 sh2a_flush_oc_line(v, way); in sh2a__flush_purge_region()
|
D | cache-sh2.c | 28 int way; in sh2__flush_wback_region() local 29 for (way = 0; way < 4; way++) { in sh2__flush_wback_region() 30 unsigned long data = __raw_readl(addr | (way << 12)); in sh2__flush_wback_region() 33 __raw_writel(data, addr | (way << 12)); in sh2__flush_wback_region()
|
D | cache-debugfs.c | 29 unsigned int waysize, way; in cache_debugfs_show() local 66 for (way = 0; way < cache->ways; way++) { in cache_debugfs_show() 71 seq_printf(file, "Way %d\n", way); in cache_debugfs_show()
|
/linux-6.1.9/arch/arm/mm/ |
D | cache-xsc3l2.c | 44 int set, way; in xsc3_l2_inv_all() local 49 for (way = 0; way < CACHE_WAY_PER_SET; way++) { in xsc3_l2_inv_all() 50 set_way = (way << 29) | (set << 5); in xsc3_l2_inv_all() 154 int set, way; in xsc3_l2_flush_all() local 159 for (way = 0; way < CACHE_WAY_PER_SET; way++) { in xsc3_l2_flush_all() 160 set_way = (way << 29) | (set << 5); in xsc3_l2_flush_all()
|
D | cache-v7m.S | 198 ands r4, r4, r1, lsr #3 @ find maximum number on the way size 199 clz r5, r4 @ find bit position of way size increment 206 orr r11, r10, r6 @ factor way and cache number into r11 209 dccisw r11, r6 @ clean/invalidate by set/way 212 subs r4, r4, #1 @ decrement the way
|
D | cache-v7.S | 51 moveq r1, #1 @ r1 needs value > 0 even if only 1 way 150 ands r4, r4, r1, lsr #3 @ find maximum number on the way size 151 clz r5, r4 @ find bit position of way size increment 161 orr r5, r5, r4 @ factor way number into r5 163 mcr p15, 0, r5, c7, c14, 2 @ clean & invalidate by set/way 166 subs r4, r4, r6 @ decrement the way
|
/linux-6.1.9/arch/mips/mm/ |
D | cerr-sb1.c | 321 unsigned short way; in extract_ic() local 330 for (way = 0; way < 4; way++) { in extract_ic() 344 : "r" ((way << 13) | addr)); in extract_ic() 347 if (way == 0) { in extract_ic() 377 way, va, valid, taghi, taglo); in extract_ic() 399 : "r" ((way << 13) | addr | (offset << 3))); in extract_ic() 477 int valid, way; in extract_dc() local 485 for (way = 0; way < 4; way++) { in extract_dc() 498 : "r" ((way << 13) | addr)); in extract_dc() 502 if (way == 0) { in extract_dc() [all …]
|
/linux-6.1.9/arch/arc/mm/ |
D | tlb.c | 707 #define SET_WAY_TO_IDX(mmu, set, way) ((set) * mmu->ways + (way)) argument 734 int is_valid, way; in do_tlb_overlap_fault() local 738 for (way = 0, is_valid = 0; way < n_ways; way++) { in do_tlb_overlap_fault() 740 SET_WAY_TO_IDX(mmu, set, way)); in do_tlb_overlap_fault() 742 pd0[way] = read_aux_reg(ARC_REG_TLBPD0); in do_tlb_overlap_fault() 743 is_valid |= pd0[way] & _PAGE_PRESENT; in do_tlb_overlap_fault() 744 pd0[way] &= PAGE_MASK; in do_tlb_overlap_fault() 752 for (way = 0; way < n_ways - 1; way++) { in do_tlb_overlap_fault() 756 if (!pd0[way]) in do_tlb_overlap_fault() 759 for (n = way + 1; n < n_ways; n++) { in do_tlb_overlap_fault() [all …]
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | bcm2836.dtsi | 59 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 62 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 73 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 76 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 87 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 90 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set 101 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 104 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
|
D | bcm2837.dtsi | 58 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 61 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 73 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 76 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 88 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 91 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 103 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 106 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
|
D | bcm2835.dtsi | 30 d-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set 33 i-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
|
/linux-6.1.9/Documentation/x86/ |
D | entry_64.rst | 28 either way. 36 magically-generated functions that make their way to common_interrupt() 64 Now, there's a secondary complication: there's a cheap way to test 65 which mode the CPU is in and an expensive way. 67 The cheap way is to pick this info off the entry frame on the kernel 75 The expensive (paranoid) way is to read back the MSR_GS_BASE value 96 stack but before we executed SWAPGS, then the only safe way to check
|
/linux-6.1.9/drivers/acpi/apei/ |
D | Kconfig | 27 Generic Hardware Error Source provides a way to report 31 Linux by firmware. This way, some non-standard hardware 67 ERST is a way provided by APEI to save and retrieve hardware
|
/linux-6.1.9/net/mpls/ |
D | Kconfig | 11 circuits. Originally conceived as a way of routing packets at 13 MPLS remains a simple way of making tunnels.
|
/linux-6.1.9/Documentation/devicetree/bindings/mux/ |
D | mux-controller.yaml | 20 space is a simple zero-based enumeration. I.e. 0-1 for a 2-way multiplexer, 21 0-7 for an 8-way multiplexer, etc. 55 4-way multiplexer): 116 /* One consumer of a 2-way mux controller (one GPIO-line) */ 140 * parallel 4-way multiplexers controlled by the same two GPIO-lines.
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-log.rst | 30 This log implementation commits the log state to disk. This way, the 42 This log type simply provides a way to export the log API to userspace, 49 diversity, and 2-way communication nature of the exchanges between
|
/linux-6.1.9/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 321 uint64_t way; in cvmx_l2c_lock_line() local 327 for (way = 0; way < assoc; way++) { in cvmx_l2c_lock_line() 328 CVMX_CACHE_LTGL2I(index | (way << shift), 0); in cvmx_l2c_lock_line() 337 if (way >= assoc) { in cvmx_l2c_lock_line() 347 return way; in cvmx_l2c_lock_line()
|
/linux-6.1.9/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 1518 static int sja1105et_fdb_index(int bin, int way) in sja1105et_fdb_index() argument 1520 return bin * SJA1105ET_FDB_BIN_SIZE + way; in sja1105et_fdb_index() 1528 int way; in sja1105et_is_fdb_entry_in_bin() local 1530 for (way = 0; way < SJA1105ET_FDB_BIN_SIZE; way++) { in sja1105et_is_fdb_entry_in_bin() 1532 int index = sja1105et_fdb_index(bin, way); in sja1105et_is_fdb_entry_in_bin() 1540 *last_unused = way; in sja1105et_is_fdb_entry_in_bin() 1548 return way; in sja1105et_is_fdb_entry_in_bin() 1563 int bin, way, rc; in sja1105et_fdb_add() local 1567 way = sja1105et_is_fdb_entry_in_bin(priv, bin, addr, vid, in sja1105et_fdb_add() 1569 if (way >= 0) { in sja1105et_fdb_add() [all …]
|
/linux-6.1.9/Documentation/admin-guide/ |
D | devices.txt | 207 Partitions are handled in the same way as for IDE 509 Partitions are handled the same way as for IDE disks 520 Partitions are handled the same way as for the first 628 Partitions are handled in the same way as for IDE 716 Partitions are handled the same way as for the first 734 Partitions are handled the same way as for the first 861 Partitions are handled in the same way as for IDE 885 Partitions are handled in the same way as for IDE 1034 Partitions are handled the same way as for the first 1046 Partitions are handled the same way as for the first [all …]
|
/linux-6.1.9/Documentation/driver-api/driver-model/ |
D | design-patterns.rst | 21 The most common way to achieve this is to use the state container design 62 This way you always get a pointer back to the correct instance of foo in 115 instance this way, while still keeping the number of parameters passed to the
|
/linux-6.1.9/Documentation/ia64/ |
D | efirtc.rst | 28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock 38 EFI uses a slightly different way of representing the time, noticeably 41 expose this new way of representing time. Instead we use something very 43 One of the reasons for doing it this way is to allow for EFI to still evolve
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | yuv-formats.rst | 12 *color difference* signals, this way the green component can be 16 color in a way compatible with existing receivers a new signal carrier 51 The other option is to subsample chroma values in a way that place them in
|
/linux-6.1.9/Documentation/input/devices/ |
D | rotary-encoder.rst | 52 (i.e. the rotation was not reversed half-way). 61 meaning that there it has seen half the way of a one-step transition. 68 should have happened, unless it flipped back on half the way. The
|