| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | seek.hpp | 43 seek( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek() argument 47 return seek_device_impl<T>::seek(detail::unwrap(t), off, way, which); in seek() 52 seek( T& t, Device& dev, stream_offset off, BOOST_IOS::seekdir way, in seek() argument 56 return seek_filter_impl<T>::seek(detail::unwrap(t), dev, off, way, which); in seek() 81 BOOST_IOS::seekdir way, in seek() 84 if ( way == BOOST_IOS::beg && in seek() 90 return t.rdbuf()->pubseekoff(off, way, which); in seek() 108 BOOST_IOS::seekdir way, in seek() 111 if ( way == BOOST_IOS::beg && in seek() 117 return t.BOOST_IOSTREAMS_PUBSEEKOFF(off, way, which); in seek() [all …]
|
| H A D | checked_operations.hpp | 73 seek_if( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek_if() argument 78 return seek_if_impl<tag>::seek(t, off, way, which); in seek_if() 138 seek( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek() 140 { return iostreams::seek(t, off, way, which); } in seek()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A 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()
|
| H A 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()
|
| H A D | cache-debugfs.c | 29 unsigned int waysize, way; in cache_seq_show() local 66 for (way = 0; way < cache->ways; way++) { in cache_seq_show() 71 seq_printf(file, "Way %d\n", way); in cache_seq_show()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/ |
| H A D | concept_adapter.hpp | 87 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, in seek() argument 90 return this->seek( off, way, which, in seek() 95 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, in seek() argument 97 { return any_impl::seek(t_, dev, off, way, which); } in seek() 132 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek() 135 return seek(dev, off, way, which, category()); in seek() 150 BOOST_IOS::seekdir way, BOOST_IOS::openmode which, in seek() 153 return iostreams::seek(dev, off, way, which); in seek() 204 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek() 207 return seek(f, dev, off, way, which, category()); in seek() [all …]
|
| H A D | mode_adapter.hpp | 50 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, 67 std::streampos seek(Device& dev, stream_offset off, BOOST_IOS::seekdir way) in seek() argument 68 { return iostreams::seek(t_, dev, off, way); } in seek() 72 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek() argument 73 { return iostreams::seek(t_, dev, off, way, which); } in seek() 104 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek() argument 105 { return boost::iostreams::seek(t_, off, way, which); } in seek()
|
| H A D | range_adapter.hpp | 67 std::streampos seek(stream_offset off, BOOST_IOS::seekdir way); 95 (stream_offset off, BOOST_IOS::seekdir way) in seek() argument 97 impl::seek(first_, cur_, last_, off, way); in seek() 155 BOOST_IOS::seekdir way ) in seek() 158 switch (way) { in seek()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | tlb.c | 874 #define SET_WAY_TO_IDX(mmu, set, way) ((set) * mmu->ways + (way)) argument 901 int is_valid, way; in do_tlb_overlap_fault() local 905 for (way = 0, is_valid = 0; way < n_ways; way++) { in do_tlb_overlap_fault() 907 SET_WAY_TO_IDX(mmu, set, way)); in do_tlb_overlap_fault() 909 pd0[way] = read_aux_reg(ARC_REG_TLBPD0); in do_tlb_overlap_fault() 910 is_valid |= pd0[way] & _PAGE_PRESENT; in do_tlb_overlap_fault() 911 pd0[way] &= PAGE_MASK; in do_tlb_overlap_fault() 919 for (way = 0; way < n_ways - 1; way++) { in do_tlb_overlap_fault() 923 if (!pd0[way]) in do_tlb_overlap_fault() 926 for (n = way + 1; n < n_ways; n++) { in do_tlb_overlap_fault() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7_asm.S | 47 ands r4, r4, r1, lsr #3 @ find maximum number on the way size 48 clz r5, r4 @ find bit position of way size increment 54 ARM( orr r11, r10, r4, lsl r5 ) @ factor way and cache number into r11 56 THUMB( orr r11, r10, r6 ) @ factor way and cache number into r11 60 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way 63 subs r4, r4, #1 @ decrement the way 117 ands r4, r4, r1, lsr #3 @ find maximum number on the way size 118 clz r5, r4 @ find bit position of way size increment 124 ARM( orr r11, r10, r4, lsl r5 ) @ factor way and cache number into r11 126 THUMB( orr r11, r10, r6 ) @ factor way and cache number into r11 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | direct_streambuf.hpp | 87 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, 91 pos_type seek_impl( stream_offset off, BOOST_IOS::seekdir way, 190 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff() argument 191 { return seek_impl(off, way, which); } in seekoff() 218 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl() argument 231 switch (way) { in seek_impl() 245 switch (way) { in seek_impl()
|
| H A D | indirect_streambuf.hpp | 90 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, 120 pos_type seek_impl( stream_offset off, BOOST_IOS::seekdir way, 330 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff() argument 331 { return seek_impl(off, way, which); } in seekoff() 344 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl() argument 346 if ( gptr() != 0 && way == BOOST_IOS::cur && which == BOOST_IOS::in && in seek_impl() 355 if (way == BOOST_IOS::cur && gptr()) in seek_impl() 374 return obj().seek(off, way, which, next_); in seek_impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | basic_pointerbuf.hpp | 60 …inline typename this_type::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios… 77 basic_pointerbuf<charT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_ba… in seekoff() argument 79 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff() 86 switch(static_cast<cast_type>(way)) in seekoff()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | entry_64.rst | 28 either way. 36 magically-generated functions that make their way to do_IRQ with 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
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.N1213 | 23 - 32/64/128-entry 4-way set-associati.ve main TLB. 35 - Set associativity: 2-way, 4-way or direct-mapped.
|
| H A D | README.fsl-ddr | 9 | | 2-way Intlv'ed | | 13 | complexes | 2-way Intlv'ed | Not Intlv'ed | | 15 | | 3-way Intlv'ed | | 19 | complexes | 2-way Intlv'ed | 2-way Intlv'ed | 21 | | 4-way Intlv'ed | 25 Table of 2-way interleaving modes supported in cpu/8xxx/ddr/ 82 # 1KB 3-way interleaving 85 # 4KB 3-way interleaving 88 # 8KB 3-way interleaving 282 Another way to enter the interactive DDR debugger without setting the
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SimPL-2.0 | 28 …way, you may only recover direct damages up to the amount you paid for it (that is zero if you did… 37 …s a license form to use in any way that you find helpful. To avoid confusion, however, if you cha…
|
| H A D | Simple-2.0 | 21 …way, you may only recover direct damages up to the amount you paid for it (that is zero if you did… 26 …s a license form to use in any way that you find helpful. To avoid confusion, however, if you cha…
|
| /OK3568_Linux_fs/buildroot/package/python-docopt/ |
| H A D | Config.in | 6 the beautiful help message that you write yourself. This way 8 and instead can write only the help message-- the way you
|
| /OK3568_Linux_fs/buildroot/package/p11-kit/ |
| H A D | Config.in | 7 Provides a way to load and enumerate PKCS#11 modules. 9 modules in such a way that they're discoverable.
|