Home
last modified time | relevance | path

Searched refs:stores (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/fs/fscache/
H A Dpage.c24 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_check_page_write()
75 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_maybe_release_page()
85 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page()
96 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page()
104 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page()
158 radix_tree_tag_clear(&cookie->stores, page->index, in fscache_end_page_write()
161 if (!radix_tree_tag_get(&cookie->stores, page->index, in fscache_end_page_write()
164 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write()
168 val = radix_tree_lookup(&cookie->stores, page->index); in fscache_end_page_write()
838 n = radix_tree_gang_lookup_tag(&cookie->stores, result in fscache_write_op()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c112 uint64_t stores; member
505 const uint64_t stores = rdmsr(msr_base + 1); in masked_events_guest_test() local
516 pmc_results.stores = rdmsr(msr_base + 1) - stores; in masked_events_guest_test()
588 * For each test, the guest enables 3 PMU counters (loads, stores,
589 * loads + stores). The filter is then set in KVM with the masked events
610 .msg = "Only allow stores.",
619 .msg = "Only allow loads + stores.",
629 .msg = "Only allow loads and stores.",
640 .msg = "Only allow loads and loads + stores
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h23 u64 stores; member
H A Dfpu_emulator.h27 unsigned long stores; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h23 u64 stores; member
H A Dfpu_emulator.h27 unsigned long stores; member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dxfarray.h93 uint64_t stores; member
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memset.S32 * For small 6 or fewer bytes stores, bytes will be stored.
34 * For less than 32 bytes stores, align the address on 4 byte boundary.
41 * Using BIS stores, set the first long word of each
46 * Using BIS stores, set the first long word of each of
66 * similar to prefetching for normal stores.
71 * BIS stores must be followed by a membar #StoreStore. The benefit of
79 * store and the final stores.
167 ! Use long word stores.
179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
187 ! initial cache-clearing stores
[all...]
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memset.S32 * For small 6 or fewer bytes stores, bytes will be stored.
34 * For less than 32 bytes stores, align the address on 4 byte boundary.
41 * Using BIS stores, set the first long word of each
46 * Using BIS stores, set the first long word of each of
66 * similar to prefetching for normal stores.
71 * BIS stores must be followed by a membar #StoreStore. The benefit of
79 * store and the final stores.
167 ! Use long word stores.
179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
187 ! initial cache-clearing stores
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dmemcpy_64.S115 ld r9,0(r4) # 3+2n loads, 2+2n stores
127 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S115 ld r9,0(r4) # 3+2n loads, 2+2n stores
127 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dmemcpy_64.S115 ld r9,0(r4) # 3+2n loads, 2+2n stores
127 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S115 ld r9,0(r4) # 3+2n loads, 2+2n stores
127 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivi.S23 ;; call to divu. It stores B3 in on the stack.
H A Dremi.S23 ;; call to divu. It stores B3 in on the stack.
H A Ddivu.S23 ;; call to divu. It stores B3 in on the stack.
H A Dremu.S23 ;; call to divu. It stores B3 in on the stack.
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dudivsi3.S4 ;; This function also computes the remainder and stores it in er3.
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c1418 MIPS_R2_STATS(stores); in mipsr2_decoder()
1488 MIPS_R2_STATS(stores); in mipsr2_decoder()
1845 MIPS_R2_STATS(stores); in mipsr2_decoder()
1963 MIPS_R2_STATS(stores); in mipsr2_decoder()
2269 seq_printf(s, "stores\t\t%ld\t%ld\n", in mipsr2_emul_show()
2270 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_emul_show()
2271 (unsigned long)__this_cpu_read(mipsr2bdemustats.stores)); in mipsr2_emul_show()
2326 __this_cpu_write((mipsr2emustats).stores, 0); in mipsr2_clear_show()
2327 __this_cpu_write((mipsr2bdemustats).stores, 0); in mipsr2_clear_show()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c1418 MIPS_R2_STATS(stores); in mipsr2_decoder()
1488 MIPS_R2_STATS(stores); in mipsr2_decoder()
1845 MIPS_R2_STATS(stores); in mipsr2_decoder()
1963 MIPS_R2_STATS(stores); in mipsr2_decoder()
2269 seq_printf(s, "stores\t\t%ld\t%ld\n", in mipsr2_emul_show()
2270 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_emul_show()
2271 (unsigned long)__this_cpu_read(mipsr2bdemustats.stores)); in mipsr2_emul_show()
2326 __this_cpu_write((mipsr2emustats).stores, 0); in mipsr2_clear_show()
2327 __this_cpu_write((mipsr2bdemustats).stores, 0); in mipsr2_clear_show()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dme-debugfs.c56 __this_cpu_write((fpuemustats).stores, 0); in fpuemustats_clear_show()
212 FPU_STAT_CREATE(stores); in debugfs_fpuemu()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dpower10-pmu.c128 GENERIC_EVENT_ATTR(mem-stores, MEM_STORES);
144 CACHE_EVENT_ATTR(LLC-stores, PM_L2_ST);
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dme-debugfs.c56 __this_cpu_write((fpuemustats).stores, 0); in fpuemustats_clear_show()
212 FPU_STAT_CREATE(stores); in debugfs_fpuemu()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dex-exit.S184 beqz $r6, 1f ! r6 stores fn for kernel thread
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-copy_user.S64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores

Completed in 15 milliseconds

123